summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/sev.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania1-0/+70
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth1-0/+8
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth1-37/+0
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth1-27/+0
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth1-0/+21
2022-04-07x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth1-0/+46
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth1-1/+111
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth1-0/+1
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-0/+4
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh1-0/+46
2022-04-06x86/sev: Check the VMPL levelBrijesh Singh1-2/+26
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh1-5/+15
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh1-3/+3
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth1-0/+36
2022-04-06x86/boot: Use MSR read/write helpers instead of inline assemblyMichael Roth1-10/+7
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh1-3/+3
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-0/+206