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
/
coco
/
tdx
/
tdcall.S
Age
Commit message (
Expand
)
Author
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: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
2023-09-11
x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
Kai Huang
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-02-02
x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
Kirill A. Shutemov
2023-01-27
x86/tdx: Expand __tdx_hypercall() to handle more arguments
Kirill A. Shutemov
2023-01-27
x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments
Kirill A. Shutemov
2023-01-27
x86/tdx: Fix typo in comment in __tdx_hypercall()
Kirill A. Shutemov
2023-01-13
cpuidle, tdx: Make TDX code noinstr clean
Peter Zijlstra
2023-01-13
x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
2022-05-20
x86/tdx: Fix RETs in TDX asm
Peter Zijlstra
2022-04-21
x86/tdx: Annotate a noreturn function
Borislav Petkov
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan