summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/sev.c
AgeCommit message (Expand)Author
2024-04-25x86/sev: Make the VMPL0 checking more straight forwardTom Lendacky
2024-04-25x86/sev: Rename snp_init() in boot/compressed/sev.cTom Lendacky
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann
2024-01-29x86/sev: Harden #VC instruction emulation somewhatBorislav Petkov (AMD)
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel
2023-10-03x86/sev: Make boot_ghcb_page[] staticGUO Zihua
2023-08-28Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-16x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel
2023-08-07x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky
2023-04-04x86/boot: Centralize __pa()/__va() definitionsKirill A. Shutemov
2023-01-19x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael 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: Use firmware-validated CPUID leaves for SEV-SNP guestsMichael Roth
2022-04-07x86/compressed: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth
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: Check SEV-SNP features supportBrijesh Singh
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh
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
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh