summaryrefslogtreecommitdiff
path: root/arch/x86/boot/startup/sev-shared.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-02x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky1-1/+1
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)1-1/+1
2025-09-10x86/startup/sev: Document the CPUID flow in the boot #VC handlerTom Lendacky1-0/+11
2025-09-03x86/boot: Move startup code out of __head sectionArd Biesheuvel1-18/+18
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel1-1/+0
2025-09-03x86/sev: Provide PIC aliases for SEV related data objectsArd Biesheuvel1-19/+0
2025-09-03x86/sev: Pass SVSM calling area down to early page state change APIArd Biesheuvel1-11/+12
2025-09-03x86/sev: Share implementation of MSR-based page state changeArd Biesheuvel1-0/+35
2025-09-03x86/sev: Avoid global variable to store virtual address of SVSM areaArd Biesheuvel1-6/+1
2025-09-03x86/sev: Move GHCB page based HV communication out of startup codeArd Biesheuvel1-139/+6
2025-08-31x86/sev: Run RMPADJUST on SVSM calling area page to test VMPLArd Biesheuvel1-2/+3
2025-08-31x86/sev: Use MSR protocol only for early SVSM PVALIDATE callArd Biesheuvel1-3/+6
2025-08-31x86/sev: Use MSR protocol for remapping SVSM calling areaArd Biesheuvel1-0/+11
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 Lendacky1-0/+7
2025-05-05x86/sev: Disentangle #VC handling code from startup codeArd Biesheuvel1-518/+1
2025-04-22x86/boot: Drop RIP_REL_REF() uses from early SEV codeArd Biesheuvel1-15/+11
2025-04-22x86/boot: Move SEV startup code into startup/Ard Biesheuvel1-0/+1408