summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/sev.c
AgeCommit message (Expand)Author
2023-11-30x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-19Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel
2023-10-09x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)
2023-10-02x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-16x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy
2023-08-09x86/apic: Convert other overrides to apic_update_callback()Thomas Gleixner
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky
2023-06-06x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner
2023-05-08x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2022-08-25x86/sev: Mark snp_abort() noreturnBorislav Petkov
2022-08-24x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky
2022-07-27Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov
2022-05-02x86/sev: Fix address space sparse warningBorislav Petkov
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesMichael Roth
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky
2022-04-08x86/sev-es: Replace open-coded hlt-loop with sev_es_terminate()Peter Gonda
2022-04-07x86/sev: Register SEV-SNP guest request platform deviceBrijesh Singh
2022-04-07x86/sev: Provide support for SNP guest request NAEsBrijesh Singh
2022-04-07x86/sev: Add a sev= cmdline optionMichael Roth
2022-04-07x86/sev: Use firmware-validated CPUID for SEV-SNP guestsMichael Roth
2022-04-07x86/sev: Add SEV-SNP feature detection/setupMichael Roth
2022-04-07x86/sev: Move MSR-based VMGEXITs for CPUID to helperMichael Roth
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky
2022-04-06x86/mm: Validate memory when changing the C-bitBrijesh Singh
2022-04-06x86/sev: Add helper for validating pages in early enc attribute changesBrijesh Singh
2022-04-06x86/sev: Register GHCB memory when SEV-SNP is activeBrijesh Singh
2022-04-06x86/sev: Check SEV-SNP features supportBrijesh Singh
2022-04-06x86/sev: Define the Linux-specific guest termination reasonsBrijesh Singh
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