summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/sev.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld1-9/+9
2022-08-25x86/sev: Mark snp_abort() noreturnBorislav Petkov1-1/+1
2022-08-24x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky1-2/+14
2022-07-27Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov1-9/+8
2022-05-02x86/sev: Fix address space sparse warningBorislav Petkov1-3/+6
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh1-24/+52
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesMichael Roth1-3/+3
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky1-5/+5
2022-04-08x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()Peter Gonda1-2/+1
2022-04-07x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh1-0/+56
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh1-0/+57
2022-04-07x86/sev: Add a sev= cmdline optionMichael Roth1-0/+44
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth1-0/+24
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth1-0/+64
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth1-0/+1
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky1-0/+242
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh1-0/+168
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh1-0/+99
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh1-12/+34
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh1-0/+14
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh1-2/+2
2022-01-10Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-131/+41
2022-01-10Merge tag 'x86_sev_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+3
2021-12-03x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt1-18/+39
2021-11-30x86/sev-es: Use insn_decode_mmio() for MMIO implementationKirill A. Shutemov1-131/+41
2021-11-15x86/sev: Remove do_early_exception() forward declarationsBorislav Petkov1-6/+1
2021-11-15x86/sev: Shorten GHCB terminate macro namesBrijesh Singh1-2/+2
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-32/+0
2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+24
2021-11-01Merge tag 'x86_cc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+3
2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan1-6/+7
2021-10-21x86/sev: Allow #VC exceptions on the VC2 stackJoerg Roedel1-4/+17
2021-10-20x86/sev: Include fpu/xcr.hThomas Gleixner1-1/+1
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-32/+0
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-3/+3
2021-06-23x86/sev: Use "SEV: " prefix for messages from sev.cJoerg Roedel1-1/+1
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel1-69/+79
2021-06-21x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel1-12/+22
2021-06-15x86/sev: Propagate #GP if getting linear instruction address failedJoerg Roedel1-1/+8
2021-06-15x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()Joerg Roedel1-4/+4
2021-06-15x86/sev: Fix error message in runtime #VC handlerJoerg Roedel1-1/+1
2021-05-19x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel1-20/+46
2021-05-19x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel1-0/+4
2021-05-19x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel1-13/+12
2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky1-0/+5
2021-05-18x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky1-18/+18
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-0/+1461