summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/sev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)2024-07-111-2606/+0
* x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky2024-06-171-8/+12
* x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky2024-06-171-0/+50
* x86/sev: Provide guest VMPL level to userspaceTom Lendacky2024-06-171-0/+46
* x86/sev: Provide SVSM discovery supportTom Lendacky2024-06-171-0/+11
* x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky2024-06-171-20/+54
* x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky2024-06-171-13/+19
* x86/sev: Use kernel provided SVSM Calling AreasTom Lendacky2024-06-111-36/+183
* x86/sev: Check for the presence of an SVSM in the SNP secrets pageTom Lendacky2024-06-111-0/+7
* Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-141-3/+3
|\
| * x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_pageTom Lendacky2024-04-251-3/+3
* | x86/sev: Take NUMA node into account when allocating memory for per-CPU SEV dataLi RongQing2024-04-121-4/+4
|/
* x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-041-10/+0
* x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-261-15/+12
* Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar2024-03-121-0/+35
|\
| * x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)2024-02-281-0/+35
* | x86/sev: Move early startup code into .head.text sectionArd Biesheuvel2024-03-041-6/+8
|/
* x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel2024-02-061-2/+2
* crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra2024-01-291-0/+10
* x86/sev: Harden #VC instruction emulation somewhatBorislav Petkov (AMD)2024-01-291-1/+4
* x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat2023-11-301-4/+7
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-311-1/+1
|\
| * x86/apic: Use u32 for wakeup_secondary_cpu[_64]()Thomas Gleixner2023-10-101-1/+1
* | Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-10-201-0/+30
|\ \
| * | x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-091-0/+27
| * | x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)2023-10-091-0/+3
| |/
* / x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky2023-10-021-2/+1
|/
* Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-2/+2
|\
| * x86/apic: Convert other overrides to apic_update_callback()Thomas Gleixner2023-08-091-2/+2
* | x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy2023-08-161-0/+6
|/
* Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-5/+0
|\
| * x86/sev: Get rid of special sev_es_enable_keyBorislav Petkov (AMD)2023-05-081-5/+0
* | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-148/+108
|\ \
| * | x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky2023-06-061-98/+14
| * | x86/sev: Use large PSC requests if applicableTom Lendacky2023-06-061-45/+80
| * | x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky2023-06-061-23/+38
| * | x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky2023-06-061-8/+2
| * | x86/sev: Fix calculation of end address based on number of pagesTom Lendacky2023-06-061-7/+7
| |/
* / x86/smpboot: Rename start_cpu0() to soft_restart_cpu()Thomas Gleixner2023-05-151-1/+1
|/
* x86/sev: Change snp_guest_issue_request()'s fw_err argumentDionna Glaze2023-03-211-7/+8
* virt/coco/sev-guest: Add throttling awarenessDionna Glaze2023-03-131-0/+4
* virt/coco/sev-guest: Convert the sw_exit_info_2 checking to a switch-caseBorislav Petkov (AMD)2023-03-131-5/+11
* virt/coco/sev-guest: Simplify extended guest request handlingBorislav Petkov (AMD)2023-03-131-5/+6
* virt/coco/sev-guest: Check SEV_SNP attribute at probe timeBorislav Petkov (AMD)2023-03-131-3/+0
* x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld2023-01-031-9/+9
* x86/sev: Mark snp_abort() noreturnBorislav Petkov2022-08-251-1/+1
* x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky2022-08-241-2/+14
* Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov2022-07-271-9/+8
* x86/sev: Fix address space sparse warningBorislav Petkov2022-05-021-3/+6
* x86/sev: Get the AP jump table address from secrets pageBrijesh Singh2022-04-271-24/+52