index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
startup
Age
Commit message (
Expand
)
Author
2025-12-02
Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-11-18
objtool/klp: Only enable --checksum when needed
Josh Poimboeuf
2025-11-11
x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()
Borislav Petkov (AMD)
2025-09-24
x86/boot: Drop erroneous __init annotation from early_set_pages_state()
Ard Biesheuvel
2025-09-10
x86/startup/sev: Document the CPUID flow in the boot #VC handler
Tom Lendacky
2025-09-04
x86/sev: Zap snp_abort()
Borislav Petkov (AMD)
2025-09-03
x86/boot: Move startup code out of __head section
Ard Biesheuvel
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
2025-09-03
x86/boot: Check startup code for absence of absolute relocations
Ard Biesheuvel
2025-09-03
x86/sev: Export startup routines for later use
Ard Biesheuvel
2025-09-03
x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr object
Ard Biesheuvel
2025-09-03
x86/sev: Provide PIC aliases for SEV related data objects
Ard Biesheuvel
2025-09-03
x86/sev: Use boot SVSM CA for all startup and init code
Ard Biesheuvel
2025-09-03
x86/sev: Pass SVSM calling area down to early page state change API
Ard Biesheuvel
2025-09-03
x86/sev: Share implementation of MSR-based page state change
Ard Biesheuvel
2025-09-03
x86/sev: Avoid global variable to store virtual address of SVSM area
Ard Biesheuvel
2025-09-03
x86/sev: Move GHCB page based HV communication out of startup code
Ard Biesheuvel
2025-08-31
x86/sev: Run RMPADJUST on SVSM calling area page to test VMPL
Ard Biesheuvel
2025-08-31
x86/sev: Use MSR protocol only for early SVSM PVALIDATE call
Ard Biesheuvel
2025-08-31
x86/sev: Use MSR protocol for remapping SVSM calling area
Ard Biesheuvel
2025-08-28
x86/sev: Separate MSR and GHCB based snp_cpuid() via a callback
Ard Biesheuvel
2025-08-17
Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-08-15
x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...
Tom Lendacky
2025-08-06
x86/sev: Evict cache lines during SNP memory validation
Tom Lendacky
2025-05-17
x86/mm/64: Make 5-level paging support unconditional
Kirill A. Shutemov
2025-05-15
x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header
Ahmed S. Darwish
2025-05-14
x86/boot: Defer initialization of VM space related global variables
Ard Biesheuvel
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
2025-05-05
x86/sev: Disentangle #VC handling code from startup code
Ard Biesheuvel
2025-05-04
x86/boot: Provide __pti_set_user_pgtbl() to startup code
Ard Biesheuvel
2025-05-04
x86/boot: Disregard __supported_pte_mask in __startup_64()
Ard Biesheuvel
2025-05-04
x86/boot: Move early_setup_gdt() back into head64.c
Ard Biesheuvel
2025-04-24
x86/sev: Share the sev_secrets_pa value again
Tom Lendacky
2025-04-23
x86/boot: Disable jump tables in PIC code
Ard Biesheuvel
2025-04-22
x86/boot: Drop RIP_REL_REF() uses from early SEV code
Ard Biesheuvel
2025-04-22
x86/boot: Move SEV startup code into startup/
Ard Biesheuvel
2025-04-17
x86/boot/startup: Disable LTO for the startup code
Nathan Chancellor
2025-04-12
x86/boot: Drop RIP_REL_REF() uses from SME startup code
Ard Biesheuvel
2025-04-12
x86/boot: Move early SME init code into startup/
Ard Biesheuvel
2025-04-12
x86/boot: Drop RIP_REL_REF() uses from early mapping code
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-09
x86/boot/startup: Disable objtool validation for library code
Ard Biesheuvel
2025-04-06
x86/boot: Move the EFI mixed mode startup code back under arch/x86, into star...
Ard Biesheuvel
2025-04-06
x86/boot: Move the 5-level paging trampoline into /startup
Ard Biesheuvel