summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/sev-es-shared.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handlingPeter Gonda1-2/+2
2020-10-29x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel1-0/+26
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev1-0/+15
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky1-0/+23
2020-09-09x86/sev-es: Wire up existing #VC exit-code handlersJoerg Roedel1-4/+3
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel1-7/+7
2020-09-09x86/sev-es: Compile early handler code into kernel imageJoerg Roedel1-10/+11
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky1-0/+35
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky1-0/+214
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+154
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel1-0/+66