summaryrefslogtreecommitdiff
path: root/arch/x86/virt
AgeCommit message (Expand)Author
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang
2023-12-08x86/virt/tdx: Handle TDX interaction with sleep and hibernationKai Huang
2023-12-08x86/virt/tdx: Initialize all TDMRsKai Huang
2023-12-08x86/virt/tdx: Configure global KeyID on all packagesKai Huang
2023-12-08x86/virt/tdx: Configure TDX module with the TDMRs and global KeyIDKai Huang
2023-12-08x86/virt/tdx: Designate reserved areas for all TDMRsKai Huang
2023-12-08x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang
2023-12-08x86/virt/tdx: Fill out TDMRs to cover all TDX memory regionsKai Huang
2023-12-08x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regionsKai Huang
2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang
2023-12-08x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang
2023-12-08x86/virt/tdx: Add SEAMCALL error printing for module initializationKai Huang
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang
2023-09-12x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GPKai Huang
2023-09-12x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang
2023-09-12x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang
2023-09-11x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang
2023-09-11x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang
2023-09-11x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang
2022-04-07x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov