summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/sev-es.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-3/+2
2020-09-10x86/sev-es: Check required CPU features for SEV-ESMartin Radev1-0/+3
2020-09-10x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky1-0/+1
2020-09-09x86/sev-es: Handle RDTSC(P) EventsTom Lendacky1-0/+4
2020-09-07x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky1-0/+4
2020-09-07x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky1-0/+32
2020-09-07x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel1-0/+14
2020-09-07x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel1-0/+111
2020-09-07x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel1-0/+45