aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/sev-shared.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerGravatar Tom Lendacky 1-2/+4
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictGravatar Ingo Molnar 1-0/+2
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2024-03-04x86/sev: Move early startup code into .head.text sectionGravatar Ard Biesheuvel 1-13/+10
2024-02-06x86/sev: Fix position dependent variable references in startup codeGravatar Ard Biesheuvel 1-6/+6
2024-01-30x86: Do not include <asm/bootparam.h> in several filesGravatar Thomas Zimmermann 1-0/+2
2024-01-29x86/sev: Harden #VC instruction emulation somewhatGravatar Borislav Petkov (AMD) 1-2/+100
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-10-19Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-9/+44
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceGravatar Joerg Roedel 1-2/+29
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceGravatar Joerg Roedel 1-7/+15
2023-10-02x86/sev: Use the GHCB protocol when available for SNP CPUID requestsGravatar Tom Lendacky 1-14/+55
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportGravatar Tom Lendacky 1-0/+103
2022-07-27Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Gravatar Borislav Petkov 1-16/+9
2022-05-17x86/sev: Remove duplicated assignment to variable infoGravatar Colin Ian King 1-4/+1
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsGravatar Michael Roth 1-0/+37
2022-04-07x86/sev: Add SEV-SNP feature detection/setupGravatar Michael Roth 1-0/+27
2022-04-07x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlersGravatar Michael Roth 1-0/+324
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperGravatar Michael Roth 1-26/+57
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeGravatar Brijesh Singh 1-1/+1
2022-04-06x86/compressed: Register GHCB memory when SEV-SNP is activeGravatar Brijesh Singh 1-0/+16
2022-04-06x86/sev: Check SEV-SNP features supportGravatar Brijesh Singh 1-0/+20
2022-04-06x86/sev: Save the negotiated GHCB versionGravatar Brijesh Singh 1-3/+14
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsGravatar Brijesh Singh 1-7/+4
2021-11-15x86/sev: Shorten GHCB terminate macro namesGravatar Brijesh Singh 1-1/+1
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-28/+40
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVGravatar Tianyu Lan 1-9/+16
2021-10-19x86/sev: Carve out HV call's return value verificationGravatar Borislav Petkov 1-24/+29
2021-10-01x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Gravatar Tom Lendacky 1-0/+2
2021-09-15x86/sev: Fix noinstr for vc_ghcb_invalidate()Gravatar Peter Zijlstra 1-1/+1
2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITGravatar Tom Lendacky 1-0/+1
2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerGravatar Brijesh Singh 1-10/+10
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Gravatar Brijesh Singh 1-0/+525