index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
head_64.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/kernel: Move page table macros to header
Jason Andryuk
2024-09-25
1
-20
/
+0
*
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-05-14
1
-1
/
+1
|
\
|
*
x86/head: Simplify relative include path to xen-head.S
Yuntao Wang
2024-03-25
1
-1
/
+1
*
|
x86/boot: Simplify boot stack setup
Brian Gerst
2024-03-21
1
-1
/
+1
|
/
*
Merge branch 'linus' into x86/boot, to resolve conflict
Ingo Molnar
2024-03-12
1
-3
/
+4
|
\
|
*
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-12
1
-2
/
+2
|
|
\
|
|
*
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
1
-1
/
+1
|
|
|
\
|
|
|
*
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2024-01-10
1
-1
/
+1
|
|
*
|
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-02-14
1
-16
/
+44
|
|
|
\
|
|
|
*
|
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
2023-10-20
1
-1
/
+1
|
*
|
|
x86/fred: Fix init_task thread stack pointer initialization
Xin Li (Intel)
2024-03-07
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
x86/startup_64: Simplify virtual switch on primary boot
Ard Biesheuvel
2024-03-04
1
-21
/
+21
*
|
|
x86/startup_64: Simplify calculation of initial page table address
Ard Biesheuvel
2024-03-04
1
-18
/
+7
*
|
|
x86/startup_64: Simplify CR4 handling in startup code
Ard Biesheuvel
2024-03-04
1
-18
/
+17
*
|
|
x86/boot: Use 32-bit XOR to clear registers
Uros Bizjak
2024-03-01
1
-3
/
+3
*
|
|
x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]
Ard Biesheuvel
2024-02-26
1
-1
/
+2
*
|
|
x86/boot/64: Simplify global variable accesses in GDT/IDT programming
Ard Biesheuvel
2024-02-26
1
-3
/
+1
*
|
|
x86/startup_64: Drop long return to initial_code pointer
Ard Biesheuvel
2024-01-31
1
-32
/
+3
|
/
/
*
|
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-09
1
-3
/
+3
|
\
\
|
*
|
arch/x86: Fix typos
Bjorn Helgaas
2024-01-03
1
-2
/
+2
|
*
|
x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()
Uros Bizjak
2023-12-13
1
-1
/
+1
*
|
|
Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-09
1
-9
/
+22
|
\
\
\
|
*
|
|
x86/sev: Do the C-bit verification only on the BSP
Borislav Petkov (AMD)
2023-12-13
1
-9
/
+22
|
|
/
/
*
/
/
x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefully
Thomas Gleixner
2023-12-15
1
-0
/
+16
|
/
/
*
|
Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-10-31
1
-2
/
+2
|
\
\
|
*
|
x86_64: Show CR4.PSE on auxiliaries like on BSP
Hugh Dickins
2023-09-24
1
-2
/
+2
|
|
/
*
/
x86/headers: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-10-03
1
-2
/
+1
|
/
*
x86/head_64: Store boot_params pointer in callee save register
Ard Biesheuvel
2023-08-07
1
-20
/
+12
*
Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-06-26
1
-6
/
+79
|
\
|
*
x86/smpboot: Support parallel startup of secondary CPUs
David Woodhouse
2023-05-15
1
-0
/
+61
|
*
x86/smpboot: Implement a bit spinlock to protect the realmode stack
Thomas Gleixner
2023-05-15
1
-0
/
+12
|
*
x86/smpboot: Restrict soft_restart_cpu() to SEV
Thomas Gleixner
2023-05-15
1
-1
/
+1
|
*
x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
Thomas Gleixner
2023-05-15
1
-5
/
+5
*
|
x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed
Tom Lendacky
2023-06-03
1
-9
/
+9
|
/
*
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-28
1
-11
/
+6
|
\
|
*
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2023-03-23
1
-6
/
+6
|
*
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
2023-03-23
1
-5
/
+0
*
|
x86/smpboot: Remove initial_gs
Brian Gerst
2023-03-21
1
-14
/
+8
*
|
x86/smpboot: Remove early_gdt_descr on 64-bit
Brian Gerst
2023-03-21
1
-5
/
+6
*
|
x86/smpboot: Remove initial_stack on 64-bit
Brian Gerst
2023-03-21
1
-15
/
+28
|
/
*
x86/callthunks: Add call patching for call depth tracking
Thomas Gleixner
2022-10-17
1
-0
/
+1
*
objtool: Add entry UNRET validation
Peter Zijlstra
2022-06-27
1
-0
/
+5
*
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-24
1
-2
/
+26
|
\
|
*
x86/boot: Avoid #VE during boot for TDX platforms
Sean Christopherson
2022-04-07
1
-2
/
+26
*
|
x86/head/64: Re-enable stack protection
Michael Roth
2022-04-06
1
-3
/
+21
*
|
x86/sev: Detect/setup SEV/SME features earlier in boot
Michael Roth
2022-04-06
1
-0
/
+13
|
/
*
x86/ibt,sev: Annotations
Peter Zijlstra
2022-03-15
1
-0
/
+2
*
x86/ibt: Annotate text references
Peter Zijlstra
2022-03-15
1
-0
/
+4
*
x86/ibt,entry: Sprinkle ENDBR dust
Peter Zijlstra
2022-03-15
1
-1
/
+3
*
x86/ibt,xen: Sprinkle the ENDBR
Peter Zijlstra
2022-03-15
1
-0
/
+1
[next]