summaryrefslogtreecommitdiffstats
path: root/arch/x86/virt
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdumpAshish Kalra2024-01-291-0/+6
* x86/sev: Introduce an SNP leaked pages listAshish Kalra2024-01-291-0/+37
* x86/sev: Adjust the directmap to avoid inadvertent RMP faultsMichael Roth2024-01-291-2/+83
* x86/sev: Add helper functions for RMPUPDATE and PSMASH instructionBrijesh Singh2024-01-291-0/+92
* x86/fault: Add helper for dumping RMP entriesBrijesh Singh2024-01-291-10/+89
* x86/sev: Add RMP entry lookup helpersBrijesh Singh2024-01-291-0/+49
* x86/sev: Add SEV-SNP host initialization supportBrijesh Singh2024-01-292-0/+219
* x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2023-12-122-0/+114
* x86/cpu: Detect TDX partial write machine check erratumKai Huang2023-12-121-0/+19
* x86/virt/tdx: Handle TDX interaction with sleep and hibernationKai Huang2023-12-081-0/+16
* x86/virt/tdx: Initialize all TDMRsKai Huang2023-12-082-9/+53
* x86/virt/tdx: Configure global KeyID on all packagesKai Huang2023-12-082-2/+132
* x86/virt/tdx: Configure TDX module with the TDMRs and global KeyIDKai Huang2023-12-082-1/+44
* x86/virt/tdx: Designate reserved areas for all TDMRsKai Huang2023-12-081-8/+209
* x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang2023-12-082-6/+212
* x86/virt/tdx: Fill out TDMRs to cover all TDX memory regionsKai Huang2023-12-082-1/+105
* x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regionsKai Huang2023-12-082-3/+123
* x86/virt/tdx: Get module global metadata for module initializationKai Huang2023-12-082-1/+126
* x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang2023-12-082-2/+171
* x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang2023-12-082-0/+197
* x86/virt/tdx: Add SEAMCALL error printing for module initializationKai Huang2023-12-081-0/+44
* x86/virt/tdx: Detect TDX during kernel bootKai Huang2023-12-082-1/+82
* x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GPKai Huang2023-09-121-0/+19
* x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang2023-09-124-0/+67
* x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang2023-09-121-4/+4
* x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang2023-09-111-6/+117
* x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-111-56/+39
* x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang2023-09-111-9/+20
* x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov2022-04-071-0/+96