summaryrefslogtreecommitdiffstats
path: root/arch/x86/virt/vmx/tdx
Commit message (Expand)AuthorAgeFilesLines
* x86/virt/tdx: Remove duplicate includeJiapeng Chong2024-03-221-1/+0
* 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-122-0/+63
* 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