summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/shared
AgeCommit message (Expand)Author
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan
2023-09-18x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang
2023-09-12x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang
2023-09-12x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang
2023-09-12x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang
2023-09-11x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang
2023-09-11x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang
2023-09-11x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang
2023-09-11x86/tdx: Make macros of TDCALLs consistent with the specKai Huang
2023-09-11x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov
2023-03-22x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-27x86/tdx: Add more registers to struct tdx_hypercall_argsKirill A. Shutemov
2023-01-13cpuidle, ACPI: Make noinstr cleanPeter Zijlstra
2023-01-13x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-07x86/boot: Port I/O: Add decompression-time support for TDXKirill A. Shutemov
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov
2022-04-07x86/tdx: Detect TDX at early kernel decompression timeKuppuswamy Sathyanarayanan
2022-04-06x86/boot: Introduce helpers for MSR reads/writesMichael Roth