summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/sev-es.c
Commit message (Expand)AuthorAgeFilesLines
* x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh2021-05-101-206/+0
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-6/+5
|\
| * x86/boot/compressed/sev-es: Convert to insn_decode()Borislav Petkov2021-03-151-6/+5
* | x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()Joerg Roedel2021-03-181-9/+3
|/
* x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu2020-12-061-3/+2
* x86/sev-es: Check required CPU features for SEV-ESMartin Radev2020-09-101-0/+3
* x86/efi: Add GHCB mappings when SEV-ES is activeTom Lendacky2020-09-101-0/+1
* x86/sev-es: Handle RDTSC(P) EventsTom Lendacky2020-09-091-0/+4
* x86/sev-es: Add CPUID handling to #VC handlerTom Lendacky2020-09-071-0/+4
* x86/sev-es: Add support for handling IOIO exceptionsTom Lendacky2020-09-071-0/+32
* x86/boot/compressed/64: Unmap GHCB page before booting the kernelJoerg Roedel2020-09-071-0/+14
* x86/boot/compressed/64: Setup a GHCB-based VC Exception handlerJoerg Roedel2020-09-071-0/+111
* x86/boot/compressed/64: Add stage1 #VC handlerJoerg Roedel2020-09-071-0/+45