index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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