summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed
AgeCommit message (Expand)AuthorLines
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+6
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek-0/+1
2026-03-02x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips-0/+1
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky-4/+4
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor-1/+1
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky-0/+1
2025-12-02Merge tag 'x86_mm_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+7
2025-12-02Merge tag 'x86_sev_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-17/+7
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2025-11-20x86/boot: Drop unused sev_enable() fallbackArd Biesheuvel-11/+0
2025-11-05x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif-4/+7
2025-10-30kbuild: Add '-fms-extensions' to areas with dedicated CFLAGSNathan Chancellor-2/+5
2025-10-30x86/boot: Move boot_*msr helpers to asm/shared/msr.hJohn Allen-6/+7
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra-2/+1
2025-09-05Merge branch 'x86/apic' into x86/sev, to resolve conflictIngo Molnar-1/+9
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel-3/+0
2025-09-03efistub/x86: Remap inittext read-execute when neededArd Biesheuvel-1/+3
2025-09-03x86/sev: Provide PIC aliases for SEV related data objectsArd Biesheuvel-0/+3
2025-09-03x86/boot: Drop redundant RMPADJUST in SEV SVSM presence checkArd Biesheuvel-17/+3
2025-09-03x86/sev: Use boot SVSM CA for all startup and init codeArd Biesheuvel-13/+0
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel-3/+21
2025-09-03x86/sev: Share implementation of MSR-based page state changeArd Biesheuvel-37/+3
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel-3/+2
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel-0/+5
2025-09-01x86/sev: Indicate the SEV-SNP guest supports Secure AVICNeeraj Upadhyay-1/+8
2025-08-31x86/sev: Run RMPADJUST on SVSM calling area page to test VMPLArd Biesheuvel-1/+1
2025-08-31x86/sev: Use MSR protocol only for early SVSM PVALIDATE callArd Biesheuvel-20/+0
2025-08-28x86/apic: Add new driver for Secure AVICNeeraj Upadhyay-0/+1
2025-06-21x86/efi: Implement support for embedding SBAT data for x86Vitaly Kuznetsov-0/+20
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+49
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov-9/+2
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish-1/+1
2025-05-12x86/boot: make sure KASLR does not step over KHO preserved memoryAlexander Graf-1/+49
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel-94/+105
2025-05-04x86/sev: Move instruction decoder into separate source fileArd Biesheuvel-41/+62
2025-05-04x86/sev: Make sev_snp_enabled() a static functionArd Biesheuvel-3/+1
2025-05-04Merge branch 'x86/urgent' into x86/boot, to pick up fixesIngo Molnar-4/+43
2025-05-04x86/boot/sev: Support memory acceptance in the EFI stub under SVSMArd Biesheuvel-4/+43
2025-04-22x86/boot: Move SEV startup code into startup/Ard Biesheuvel-1/+1
2025-04-22x86/sev: Split off startup code from core codeArd Biesheuvel-0/+2
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar-53/+21
2025-04-18x86/boot/sev: Avoid shared GHCB page for early memory acceptanceArd Biesheuvel-53/+21
2025-04-18x86/boot: Remove semicolon from "rep" prefixesUros Bizjak-4/+4
2025-04-12x86/sev: Prepare for splitting off early SEV codeArd Biesheuvel-5/+10
2025-04-12x86/boot: Move the early GDT/IDT setup code into startup/Ard Biesheuvel-1/+1
2025-04-06x86/boot: Move the 5-level paging trampoline into /startupArd Biesheuvel-112/+1
2025-04-06x86/boot/compressed: Merge the local pgtable.h include into <asm/boot.h>Ard Biesheuvel-22/+0
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-4/+6
2025-03-29Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-349/+0
2025-03-24Merge tag 'x86-boot-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-103/+113