index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
virt
/
vmx
Age
Commit message (
Expand
)
Author
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
Kai Huang
2023-12-12
x86/cpu: Detect TDX partial write machine check erratum
Kai Huang
2023-12-08
x86/virt/tdx: Handle TDX interaction with sleep and hibernation
Kai Huang
2023-12-08
x86/virt/tdx: Initialize all TDMRs
Kai Huang
2023-12-08
x86/virt/tdx: Configure global KeyID on all packages
Kai Huang
2023-12-08
x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
Kai Huang
2023-12-08
x86/virt/tdx: Designate reserved areas for all TDMRs
Kai Huang
2023-12-08
x86/virt/tdx: Allocate and set up PAMTs for TDMRs
Kai Huang
2023-12-08
x86/virt/tdx: Fill out TDMRs to cover all TDX memory regions
Kai Huang
2023-12-08
x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
Kai Huang
2023-12-08
x86/virt/tdx: Get module global metadata for module initialization
Kai Huang
2023-12-08
x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
Kai Huang
2023-12-08
x86/virt/tdx: Add skeleton to enable TDX on demand
Kai Huang
2023-12-08
x86/virt/tdx: Add SEAMCALL error printing for module initialization
Kai Huang
2023-12-08
x86/virt/tdx: Detect TDX during kernel boot
Kai Huang
2023-09-12
x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GP
Kai Huang
2023-09-12
x86/virt/tdx: Wire up basic SEAMCALL functions
Kai Huang
2023-09-12
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
2023-09-11
x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
Kai Huang
2023-09-11
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
2023-09-11
x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov