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