summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/shared
Commit message (Expand)AuthorAgeFilesLines
* x86/virt/tdx: Get module global metadata for module initializationKai Huang2023-12-081-0/+1
* x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang2023-12-081-0/+5
* Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-041-0/+1
|\
| * virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-191-0/+1
* | x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang2023-09-181-1/+3
* | x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2023-09-121-23/+2
* | x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang2023-09-121-1/+1
* | x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-29/+57
* | x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang2023-09-111-0/+10
* | x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-111-4/+4
* | x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang2023-09-111-2/+2
* | x86/tdx: Make macros of TDCALLs consistent with the specKai Huang2023-09-111-5/+5
* | x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui2023-09-111-0/+2
|/
* Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-0/+11
|\
| * x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov2023-05-231-0/+11
* | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-061-0/+2
* | x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov2023-06-061-0/+51
|/
* x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-221-3/+2
* Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-251-0/+6
|\
| * x86/tdx: Add more registers to struct tdx_hypercall_argsKirill A. Shutemov2023-01-271-0/+6
* | cpuidle, ACPI: Make noinstr cleanPeter Zijlstra2023-01-131-2/+2
* | x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-232-0/+74
|\
| * x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov2022-04-071-0/+32
| * x86: Consolidate port I/O helpersKirill A. Shutemov2022-04-071-0/+34
| * x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan2022-04-071-0/+8
* x86/boot: Introduce helpers for MSR reads/writesMichael Roth2022-04-061-0/+15