summaryrefslogtreecommitdiffstats
path: root/arch/x86/coco/tdx/tdx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)2024-09-261-0/+6
* x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov2024-08-261-1/+0
* x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov2024-06-171-0/+94
* x86/tdx: Account shared memoryKirill A. Shutemov2024-06-171-0/+7
* x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov2024-06-171-9/+11
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-091-1/+1
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
* | x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov2023-12-071-9/+0
* | x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov2023-12-071-0/+10
|/
* Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-051-0/+21
|\
| * virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-201-0/+21
* | Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-44/+94
|\ \
| * | x86/tdx: Mark TSC reliableKirill A. Shutemov2023-10-061-0/+3
| * | x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2023-09-131-9/+9
| * | x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-131-6/+7
| * | x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-121-19/+25
| * | x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang2023-09-121-9/+9
| * | x86/tdx: Make macros of TDCALLs consistent with the specKai Huang2023-09-121-4/+4
| * | x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui2023-09-121-12/+52
| |/
* / x86/tdx: Replace deprecated strncpy() with strtomem_pad()Justin Stitt2023-10-041-1/+1
|/
* Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-06-271-1/+1
|\
| * x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2023-05-091-1/+1
* | Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-14/+48
|\ \
| * | x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov2023-06-071-3/+48
| * | x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov2023-05-231-11/+0
| |/
* | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-99/+3
|\ \
| * | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-061-67/+3
| * | x86/tdx: Refactor try_accept_one()Kirill A. Shutemov2023-06-061-19/+19
| * | x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov2023-06-061-32/+0
| |/
* / x86/smpboot: Fix the parallel bringup decisionThomas Gleixner2023-05-311-0/+11
|/
* x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2023-03-221-9/+9
* Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-251-2/+60
|\
| * x86/tdx: Disable NOTIFY_ENABLESKirill A. Shutemov2023-01-271-0/+7
| * x86/tdx: Relax SEPT_VE_DISABLE check for debug TDKirill A. Shutemov2023-01-271-2/+17
| * x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLEKirill A. Shutemov2023-01-271-1/+37
* | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-13/+13
|\|
| * x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld2023-01-031-13/+13
* | cpuidle, tdx: Make TDX code noinstr cleanPeter Zijlstra2023-01-131-2/+3
* | x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2023-01-131-19/+4
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+3
|/
* x86/tdx: Add a wrapper to get TDREPORT0 from the TDX ModuleKuppuswamy Sathyanarayanan2022-11-171-0/+40
* x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov2022-11-021-5/+16
* x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen2022-11-011-3/+3
* x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov2022-06-181-1/+14
* x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov2022-06-151-55/+123
* x86/tdx: Fix early #VE handlingKirill A. Shutemov2022-06-151-1/+5
* x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov2022-04-071-0/+133
* x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan2022-04-071-0/+17
* x86/tdx: Port I/O: Add early boot supportAndi Kleen2022-04-071-0/+16
* x86/tdx: Port I/O: Add runtime hypercallsKuppuswamy Sathyanarayanan2022-04-071-0/+79