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
/
include
/
asm
/
tdx.h
Age
Commit message (
Expand
)
Author
2025-06-10
x86/virt/tdx: Avoid indirect calls to TDX assembly functions
Kai Huang
2025-05-29
Merge tag 'tsm-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
2025-05-08
x86/tdx: Add tdx_mcall_extend_rtmr() interface
Cedric Xing
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2025-03-26
x86/tdx: Fix arch_safe_halt() execution for TDX VMs
Vishal Annapurve
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
2025-03-14
KVM: TDX: Add a place holder to handle TDX VM exit
Isaku Yamahata
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: 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-05
x86/tdx: Dump attributes and TD_CTLS on boot
Kirill A. Shutemov
2023-12-12
x86/mce: Differentiate real hardware #MCs from TDX erratum ones
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: Handle SEAMCALL no entropy error in common code
Kai Huang
2023-12-08
x86/virt/tdx: Detect TDX during kernel boot
Kai Huang
2023-11-04
Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Linus Torvalds
2023-10-19
virt: tdx-guest: Add Quote generation support using TSM_REPORTS
Kuppuswamy Sathyanarayanan
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-06-06
x86/tdx: Add unaccepted memory support
Kirill A. Shutemov
2023-06-06
x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
Kirill A. Shutemov
2022-11-17
x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module
Kuppuswamy Sathyanarayanan
2022-04-07
x86/tdx: Wire up KVM hypercalls
Kuppuswamy Sathyanarayanan
2022-04-07
x86/tdx: Port I/O: Add early boot support
Andi Kleen
2022-04-07
x86/boot: Port I/O: Add decompression-time support for TDX
Kirill A. Shutemov
2022-04-07
x86/tdx: Detect TDX at early kernel decompression time
Kuppuswamy Sathyanarayanan
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
2022-04-07
x86/traps: Add #VE support for TDX guest
Kirill A. Shutemov
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
2022-04-07
x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
Kirill A. Shutemov
2022-04-07
x86/tdx: Detect running as a TDX guest in early boot
Kuppuswamy Sathyanarayanan