index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
head64.c
Age
Commit message (
Expand
)
Author
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
2025-05-17
x86/mm/64: Always use dynamic memory layout
Kirill A. Shutemov
2025-05-14
x86/boot: Defer initialization of VM space related global variables
Ard Biesheuvel
2025-05-04
x86/boot: Add a bunch of PIC aliases
Ard Biesheuvel
2025-05-04
x86/boot: Move early_setup_gdt() back into head64.c
Ard Biesheuvel
2025-04-12
x86/boot: Move early kernel mapping code into startup/
Ard Biesheuvel
2025-04-12
x86/boot: Move the early GDT/IDT setup code into startup/
Ard Biesheuvel
2025-04-12
x86/asm: Make rip_rel_ptr() usable from fPIC code
Ard Biesheuvel
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-03-22
tracing: Disable branch profiling in noinstr code
Josh Poimboeuf
2025-02-18
x86/percpu/64: Remove INIT_PER_CPU macros
Brian Gerst
2024-12-10
x86/boot/64: Fix spurious undefined reference when CONFIG_X86_5LEVEL=n, on GC...
Ard Biesheuvel
2024-12-05
x86/boot/64: Avoid intentional absolute symbol references in .head.text
Ard Biesheuvel
2024-12-05
x86/boot/64: Determine VA/PA offset before entering C code
Ard Biesheuvel
2024-08-25
x86/boot/64: Strip percpu address space when setting up GDT descriptors
Uros Bizjak
2024-03-24
x86/boot/64: Move 5-level paging global variable assignments back
Tom Lendacky
2024-03-24
x86/boot/64: Apply encryption mask to 5-level pagetable update
Tom Lendacky
2024-03-04
x86/startup_64: Defer assignment of 5-level paging global variables
Ard Biesheuvel
2024-02-28
x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...
Brian Gerst
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]
Ard Biesheuvel
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early page tables
Ard Biesheuvel
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'
Ard Biesheuvel
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]
Ard Biesheuvel
2024-02-26
x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'
Ard Biesheuvel
2024-02-26
x86/boot/64: Simplify global variable accesses in GDT/IDT programming
Ard Biesheuvel
2023-12-20
x86/asm: Always set A (accessed) flag in GDT descriptors
Vegard Nossum
2023-12-20
x86/asm: Replace magic numbers in GDT descriptors, script-generated change
Vegard Nossum
2023-10-17
x86/head/64: Move the __head definition to <asm/init.h>
Hou Wenlong
2023-10-16
x86/head/64: Add missing __head annotation to startup_64_load_idt()
Hou Wenlong
2023-10-16
x86/head/64: Mark 'startup_gdt[]' and 'startup_gdt_descr' as __initdata
Hou Wenlong
2023-10-03
x86/boot: Harmonize the style of array-type parameter for fixup_pointer() calls
Wang Jinchao
2023-10-03
x86/boot: Fix incorrect startup_gdt_descr.size
Yuntao Wang
2023-04-14
x86/head: Mark *_start_kernel() __noreturn
Josh Poimboeuf
2022-12-15
x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macros
Pasha Tatashin
2022-07-01
x86: Clear .brk area at early boot
Juergen Gross
2022-07-01
x86/xen: Use clear_bss() for Xen PV guests
Juergen Gross
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-04-07
x86/tdx: Port I/O: Add early boot support
Andi Kleen
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan
2022-04-06
x86/head/64: Re-enable stack protection
Michael Roth
2022-04-06
x86/kernel: Mark the .bss..decrypted section as shared in the RMP table
Brijesh Singh
2022-04-06
x86/sev: Register GHCB memory when SEV-SNP is active
Brijesh Singh
2022-04-06
x86/sev: Detect/setup SEV/SME features earlier in boot
Michael Roth
2022-02-12
x86/head64: Add missing __head annotation to sme_postprocess_startup()
Marco Bonelli
2022-01-10
Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-12-22
x86/mm: Prevent early boot triple-faults with instrumentation
Borislav Petkov
2021-12-06
x86/mm/64: Flush global TLB on boot and AP bringup
Joerg Roedel
2021-11-15
x86/head64: Carve out the guest encryption postprocessing into a helper
Borislav Petkov
2021-10-04
treewide: Replace the use of mem_encrypt_active() with cc_platform_has()
Tom Lendacky
2021-05-10
x86/sev-es: Rename sev-es.{ch} to sev.{ch}
Brijesh Singh
[next]