index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
virt
/
vmx
Age
Commit message (
Expand
)
Author
2025-06-10
x86/virt/tdx: Avoid indirect calls to TDX assembly functions
Kai Huang
2025-05-26
x86/tdx: mark tdh_vp_enter() as __flatten
Paolo Bonzini
2025-03-14
x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest
Kai Huang
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents
Isaku Yamahata
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
Isaku Yamahata
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
Isaku Yamahata
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages
Isaku Yamahata
2025-03-14
x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages
Isaku Yamahata
2025-03-14
KVM: TDX: Register TDX host key IDs to cgroup misc controller
Zhiming Hu
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
2025-03-14
x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyID
Isaku Yamahata
2025-03-14
x86/virt/tdx: Read essential global metadata for KVM
Kai Huang
2025-03-14
x86/virt/tdx: allocate tdx_sys_info in static memory
Paolo Bonzini
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operations
Rick Edgecombe
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
Rick Edgecombe
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache management
Rick Edgecombe
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creation
Rick Edgecombe
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
Rick Edgecombe
2025-03-14
x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
Rick Edgecombe
2024-12-18
x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigation
Kai Huang
2024-12-18
x86/virt/tdx: Switch to use auto-generated global metadata reading code
Kai Huang
2024-12-18
x86/virt/tdx: Use dedicated struct members for PAMT entry sizes
Kai Huang
2024-12-18
x86/virt/tdx: Use auto-generated code to read global metadata
Paolo Bonzini
2024-12-18
x86/virt/tdx: Start to track all global metadata in one structure
Kai Huang
2024-12-18
x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec better
Kai Huang
2024-05-28
x86/virt/tdx: Switch to new Intel CPU model defines
Tony Luck
2024-03-22
x86/virt/tdx: Remove duplicate include
Jiapeng Chong
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