index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
tdx.h
Age
Commit message (
Expand
)
Author
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