aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+7
2025-12-02Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-52/+16
2025-12-02Merge tag 'x86_cleanups_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+5
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2025-12-01Merge tag 'objtool-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-11-28x86/boot: Clean up whitespace in a20.cHarry Fellowes1-5/+5
2025-11-22x86/{boot,mtrr}: Remove unused function declarationsYue Haibing1-2/+0
2025-11-20x86/boot: Drop unused sev_enable() fallbackArd Biesheuvel1-11/+0
2025-11-18objtool/klp: Only enable --checksum when neededJosh Poimboeuf1-1/+1
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)1-1/+1
2025-11-05x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-4/+7
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor1-2/+5
2025-10-30x86/boot: Move boot_*msr helpers to asm/shared/msr.hJohn Allen4-40/+15
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra1-2/+1
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+7
2025-09-24x86/boot: Drop erroneous __init annotation from early_set_pages_state()Ard Biesheuvel1-1/+1
2025-09-10x86/startup/sev: Document the CPUID flow in the boot #VC handlerTom Lendacky1-0/+11
2025-09-08x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__Uros Bizjak3-7/+7
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar1-1/+9
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)2-7/+2
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel6-45/+42
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel2-1/+3
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel3-2/+14
2025-09-03x86/boot: Check startup code for absence of absolute relocationsArd Biesheuvel1-0/+8
2025-09-03x86/sev: Export startup routines for later useArd Biesheuvel1-0/+14
2025-09-03x86/sev: Move __sev_[get|put]_ghcb() into separate noinstr objectArd Biesheuvel1-74/+0
2025-09-03x86/sev: Provide PIC aliases for SEV related data objectsArd Biesheuvel3-28/+3
2025-09-03x86/boot: Drop redundant RMPADJUST in SEV SVSM presence checkArd Biesheuvel1-17/+3
2025-09-03x86/sev: Use boot SVSM CA for all startup and init codeArd Biesheuvel2-18/+6
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel3-18/+45
2025-09-03x86/sev: Share implementation of MSR-based page state changeArd Biesheuvel3-65/+39
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel3-13/+8
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel6-194/+12
2025-09-01x86/sev: Indicate the SEV-SNP guest supports Secure AVICNeeraj Upadhyay1-1/+8
2025-08-31x86/sev: Run RMPADJUST on SVSM calling area page to test VMPLArd Biesheuvel3-4/+5
2025-08-31x86/sev: Use MSR protocol only for early SVSM PVALIDATE callArd Biesheuvel2-23/+6
2025-08-31x86/sev: Use MSR protocol for remapping SVSM calling areaArd Biesheuvel2-3/+13
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay1-0/+1
2025-08-28x86/sev: Separate MSR and GHCB based snp_cpuid() via a callbackArd Biesheuvel1-48/+11
2025-08-17Merge tag 'x86_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-08-15x86/sev: Ensure SVSM reserved fields in a page validation entry are initializ...Tom Lendacky1-0/+1
2025-08-06x86/sev: Evict cache lines during SNP memory validationTom Lendacky2-0/+20
2025-06-21x86/efi: Implement support for embedding SBAT data for x86Vitaly Kuznetsov5-10/+43
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+49
2025-05-30Merge tag 'efi-next-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2025-05-21include: pe.h: Fix PE definitionsPali Rohár1-5/+5
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov3-17/+3
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish2-2/+2
2025-05-14x86/boot: Defer initialization of VM space related global variablesArd Biesheuvel1-3/+0
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-2/+2