summaryrefslogtreecommitdiffstats
path: root/arch/x86/coco/tdx/tdcall.S
Commit message (Expand)AuthorAgeFilesLines
* x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang2023-09-121-125/+8
* x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-100/+50
* x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang2023-09-111-0/+4
* x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-111-29/+18
* x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang2023-09-111-5/+5
* x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang2023-09-111-3/+0
* x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macroKai Huang2023-09-111-0/+1
* x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-221-28/+38
* Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-251-23/+58
|\
| * x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()Kirill A. Shutemov2023-02-021-6/+6
| * x86/tdx: Expand __tdx_hypercall() to handle more argumentsKirill A. Shutemov2023-01-271-5/+30
| * x86/tdx: Refactor __tdx_hypercall() to allow pass down more argumentsKirill A. Shutemov2023-01-271-18/+28
| * x86/tdx: Fix typo in comment in __tdx_hypercall()Kirill A. Shutemov2023-01-271-1/+1
* | cpuidle, tdx: Make TDX code noinstr cleanPeter Zijlstra2023-01-131-0/+2
* | x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2023-01-131-13/+0
|/
* x86/tdx: Fix RETs in TDX asmPeter Zijlstra2022-05-201-2/+2
* x86/tdx: Annotate a noreturn functionBorislav Petkov2022-04-211-0/+1
* x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov2022-04-071-0/+13
* x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan2022-04-071-0/+191