summary refs log tree commit diff
AgeCommit message (Expand)Author
2022-04-27virt: sevguest: Rename the sevguest dir and files to sev-guestTom Lendacky
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky
2022-04-20x86/boot: Put globals that are accessed early into the .data sectionMichael Roth
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov
2022-04-14virt: sevguest: Fix bool function returning negative valueHaowen Bai
2022-04-11virt: sevguest: Fix return value check in alloc_shared_pages()Yang Yingliang
2022-04-08x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()Peter Gonda
2022-04-07virt: sevguest: Add documentation for SEV-SNP CPUID EnforcementMichael Roth
2022-04-07virt: sevguest: Add support to get extended reportBrijesh Singh
2022-04-07virt: sevguest: Add support to derive keyBrijesh Singh
2022-04-07virt: Add SEV-SNP guest driverBrijesh Singh
2022-04-07x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh
2022-04-07x86/sev: Add a sev= cmdline optionMichael Roth
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/compressed/64: Add identity mapping for Confidential Computing blobMichael Roth
2022-04-07x86/compressed: Export and rename add_identity_map()Michael Roth
2022-04-07x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/boot: Add a pointer to Confidential Computing blob in bootparamsMichael Roth
2022-04-07x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlersMichael Roth
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth
2022-04-07KVM: x86: Move lookup of indexed CPUID leafs to helperMichael Roth
2022-04-07x86/boot: Add Confidential Computing type to setup_dataBrijesh Singh
2022-04-06x86/compressed/acpi: Move EFI kexec handling into common codeMichael Roth
2022-04-06x86/compressed/acpi: Move EFI vendor table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI config table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI system table lookup to helperMichael Roth
2022-04-06x86/compressed/acpi: Move EFI detection to helperMichael Roth
2022-04-06x86/head/64: Re-enable stack protectionMichael Roth
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh
2022-04-06x86/kernel: Validate ROM memory before accessing when SEV-SNP is activeBrijesh Singh
2022-04-06x86/kernel: Mark the .bss..decrypted section as shared in the RMP tableBrijesh Singh
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeBrijesh Singh
2022-04-06x86/compressed: Add helper for validating pages in the decompression stageBrijesh Singh
2022-04-06x86/sev: Check the VMPL levelBrijesh Singh
2022-04-06x86/sev: Add a helper for the PVALIDATE instructionBrijesh Singh
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh
2022-04-06x86/sev: Save the negotiated GHCB versionBrijesh Singh
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh
2022-04-06x86/mm: Extend cc_attr to include AMD SEV-SNPBrijesh Singh
2022-04-06x86/sev: Detect/setup SEV/SME features earlier in bootMichael Roth
2022-04-06x86/compressed/64: Detect/setup SEV/SME features earlier during bootMichael Roth
2022-04-06x86/boot: Use MSR read/write helpers instead of inline assemblyMichael Roth
2022-04-06x86/boot: Introduce helpers for MSR reads/writesMichael Roth
2022-04-06KVM: SVM: Update the SEV-ES save area mappingTom Lendacky