aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/sev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-11x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)1-2606/+0
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky1-8/+12
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky1-0/+50
2024-06-17x86/sev: Provide guest VMPL level to userspaceTom Lendacky1-0/+46
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky1-0/+11
2024-06-17x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky1-20/+54
2024-06-17x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky1-13/+19
2024-06-11x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky1-36/+183
2024-06-11x86/sev: Check for the presence of an SVSM in the SNP secrets pageTom Lendacky1-0/+7
2024-05-14Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2024-04-25x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky1-3/+3
2024-04-12x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV dataLi RongQing1-4/+4
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)1-10/+0
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin1-15/+12
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar1-0/+35
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel1-6/+8
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)1-0/+35
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel1-2/+2
2024-01-29crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra1-0/+10
2024-01-29x86/sev: Harden #VC instruction emulation somewhatBorislav Petkov (AMD)1-1/+4
2023-11-30x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat1-4/+7
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-10-19Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+30
2023-10-10x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner1-1/+1
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel1-0/+27
2023-10-09x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)1-0/+3
2023-10-02x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky1-2/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2023-08-16x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy1-0/+6
2023-08-09x86/apic: Convert other overrides to apic_update_callback()Thomas Gleixner1-2/+2
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-148/+108
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky1-98/+14
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky1-45/+80
2023-06-06x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky1-23/+38
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky1-8/+2
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky1-7/+7
2023-05-15x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner1-1/+1
2023-05-08x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)1-5/+0
2023-03-21x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze1-7/+8
2023-03-13virt/coco/sev-guest: Add throttling awarenessDionna Glaze1-0/+4
2023-03-13virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)1-5/+11
2023-03-13virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)1-5/+6
2023-03-13virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)1-3/+0
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type from MMIO trace typeJason 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