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
/
shared
Age
Commit message (
Expand
)
Author
2025-06-20
KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
Paolo Bonzini
2025-06-20
KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
Binbin Wu
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-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
Binbin Wu
2025-03-14
KVM: TDX: Add TDX "architectural" error codes
Sean Christopherson
2024-12-05
x86/tdx: Dump attributes and TD_CTLS on boot
Kirill A. Shutemov
2024-12-04
x86/tdx: Disable unnecessary virtualization exceptions
Kirill A. Shutemov
2024-11-07
x86/tdx: Enable CPU topology enumeration
Kirill A. Shutemov
2024-11-07
x86/tdx: Dynamically disable SEPT violations from causing #VEs
Kirill A. Shutemov
2024-11-07
x86/tdx: Introduce wrappers to read and write TD metadata
Kirill A. Shutemov
2023-12-08
x86/virt/tdx: Get module global metadata for module initialization
Kai Huang
2023-12-08
x86/virt/tdx: Define TDX supported page sizes as macros
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-18
x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()
Kai Huang
2023-09-12
x86/tdx: Remove 'struct tdx_hypercall_args'
Kai Huang
2023-09-12
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
2023-09-12
x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
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: Rename __tdx_module_call() to __tdcall()
Kai Huang
2023-09-11
x86/tdx: Make macros of TDCALLs consistent with the spec
Kai Huang
2023-09-11
x86/tdx: Retry partially-completed page conversion hypercalls
Dexuan Cui
2023-06-26
Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
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
2023-05-23
x86/tdx: Wrap exit reason with hcall_func()
Nikolay Borisov
2023-03-22
x86/tdx: Drop flags from __tdx_hypercall()
Kirill A. Shutemov
2023-02-25
Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-01-27
x86/tdx: Add more registers to struct tdx_hypercall_args
Kirill A. Shutemov
2023-01-13
cpuidle, ACPI: Make noinstr clean
Peter Zijlstra
2023-01-13
x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-04-07
x86/boot: Port I/O: Add decompression-time support for TDX
Kirill A. Shutemov
2022-04-07
x86: Consolidate port I/O helpers
Kirill A. Shutemov
2022-04-07
x86/tdx: Detect TDX at early kernel decompression time
Kuppuswamy Sathyanarayanan
2022-04-06
x86/boot: Introduce helpers for MSR reads/writes
Michael Roth