summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/sev.c
AgeCommit message (Expand)Author
2022-01-10Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-10Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-12-03x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt
2021-11-30x86/sev-es: Use insn_decode_mmio() for MMIO implementationKirill A. Shutemov
2021-11-15x86/sev: Remove do_early_exception() forward declarationsBorislav Petkov
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan
2021-10-21x86/sev: Allow #VC exceptions on the VC2 stackJoerg Roedel
2021-10-20x86/sev: Include fpu/xcr.hThomas Gleixner
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky
2021-06-23x86/sev: Use "SEV: " prefix for messages from sev.cJoerg Roedel
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel
2021-06-21x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel
2021-06-15x86/sev: Propagate #GP if getting linear instruction address failedJoerg Roedel
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel
2021-06-15x86/sev: Fix error message in runtime #VC handlerJoerg Roedel
2021-05-19x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel
2021-05-19x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel
2021-05-19x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel
2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky
2021-05-18x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh