Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-09-12 | x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GP | Kai Huang | 1 | -0/+19 |
2023-09-12 | x86/virt/tdx: Wire up basic SEAMCALL functions | Kai Huang | 4 | -0/+67 |
2023-09-12 | x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm | Kai Huang | 1 | -4/+4 |
2023-09-11 | x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs | Kai Huang | 1 | -6/+117 |
2023-09-11 | x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure | Kai Huang | 1 | -56/+39 |
2023-09-11 | x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid | Kai Huang | 1 | -9/+20 |
2022-04-07 | x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers | Kirill A. Shutemov | 1 | -0/+96 |