index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
coco
/
tdx
/
tdcall.S
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-12
x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
Kai Huang
1
-125
/
+8
2023-09-12
x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
Kai Huang
1
-100
/
+50
2023-09-11
x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
Kai Huang
1
-0
/
+4
2023-09-11
x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
Kai Huang
1
-29
/
+18
2023-09-11
x86/tdx: Rename __tdx_module_call() to __tdcall()
Kai Huang
1
-5
/
+5
2023-09-11
x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
Kai Huang
1
-3
/
+0
2023-09-11
x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
Kai Huang
1
-0
/
+1
2023-03-22
x86/tdx: Drop flags from __tdx_hypercall()
Kirill A. Shutemov
1
-28
/
+38
2023-02-25
Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-23
/
+58
2023-02-02
x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
Kirill A. Shutemov
1
-6
/
+6
2023-01-27
x86/tdx: Expand __tdx_hypercall() to handle more arguments
Kirill A. Shutemov
1
-5
/
+30
2023-01-27
x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments
Kirill A. Shutemov
1
-18
/
+28
2023-01-27
x86/tdx: Fix typo in comment in __tdx_hypercall()
Kirill A. Shutemov
1
-1
/
+1
2023-01-13
cpuidle, tdx: Make TDX code noinstr clean
Peter Zijlstra
1
-0
/
+2
2023-01-13
x86/tdx: Remove TDX_HCALL_ISSUE_STI
Peter Zijlstra
1
-13
/
+0
2022-05-20
x86/tdx: Fix RETs in TDX asm
Peter Zijlstra
1
-2
/
+2
2022-04-21
x86/tdx: Annotate a noreturn function
Borislav Petkov
1
-0
/
+1
2022-04-07
x86/tdx: Add HLT support for TDX guests
Kirill A. Shutemov
1
-0
/
+13
2022-04-07
x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
Kuppuswamy Sathyanarayanan
1
-0
/
+191