summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/shared/tdx.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang1-0/+1
2023-12-08x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang1-0/+5
2023-11-05Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds1-0/+1
2023-10-20virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan1-0/+1
2023-09-18x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang1-1/+3
2023-09-13x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang1-23/+2
2023-09-13x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang1-1/+1
2023-09-13x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang1-29/+57
2023-09-12x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang1-0/+10
2023-09-12x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang1-4/+4
2023-09-12x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang1-2/+2
2023-09-12x86/tdx: Make macros of TDCALLs consistent with the specKai Huang1-5/+5
2023-09-12x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui1-0/+2
2023-06-27Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+11
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov1-0/+2
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov1-0/+51
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov1-0/+11
2023-03-22x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov1-3/+2
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2023-01-27x86/tdx: Add more registers to struct tdx_hypercall_argsKirill A. Shutemov1-0/+6
2023-01-13x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra1-1/+0
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov1-0/+32
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan1-0/+8