summaryrefslogtreecommitdiffstats
path: root/arch/x86/coco/tdx
AgeCommit message (Expand)AuthorLines
2025-05-08x86/tdx: tdx_mcall_get_report0: Return -EBUSY on TDCALL_OPERAND_BUSY errorCedric Xing-5/+8
2025-05-08x86/tdx: Add tdx_mcall_extend_rtmr() interfaceCedric Xing-0/+37
2025-03-26x86/tdx: Emit warning if IRQs are enabled during HLT #VE handlingVishal Annapurve-0/+8
2025-03-26x86/tdx: Fix arch_safe_halt() execution for TDX VMsVishal Annapurve-1/+25
2025-02-28x86/tdx: Mark message.bytes as nonstringKees Cook-2/+2
2024-12-05x86/tdx: Dump attributes and TD_CTLS on bootKirill A. Shutemov-9/+89
2024-12-04x86/tdx: Disable unnecessary virtualization exceptionsKirill A. Shutemov-1/+16
2024-11-07x86/tdx: Enable CPU topology enumerationKirill A. Shutemov-0/+27
2024-11-07x86/tdx: Dynamically disable SEPT violations from causing #VEsKirill A. Shutemov-16/+58
2024-11-07x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup()Kirill A. Shutemov-5/+8
2024-11-07x86/tdx: Introduce wrappers to read and write TD metadataKirill A. Shutemov-5/+27
2024-09-26x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)-0/+6
2024-08-26x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov-1/+0
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov-0/+94
2024-06-17x86/tdx: Account shared memoryKirill A. Shutemov-0/+7
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov-9/+11
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-12-08x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang-3/+3
2023-12-07x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov-9/+0
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov-0/+10
2023-11-04Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds-0/+21
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-253/+147
2023-10-19virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan-0/+21
2023-10-06x86/tdx: Mark TSC reliableKirill A. Shutemov-0/+3
2023-10-04x86/tdx: Replace deprecated strncpy() with strtomem_pad()Justin Stitt-1/+1
2023-09-12x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang-39/+16
2023-09-12x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang-127/+10
2023-09-12x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang-106/+100
2023-09-11x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang-0/+4
2023-09-11x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang-51/+46
2023-09-11x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang-15/+15
2023-09-11x86/tdx: Make macros of TDCALLs consistent with the specKai Huang-6/+6
2023-09-11x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang-3/+0
2023-09-11x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macroKai Huang-0/+1
2023-09-11x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui-12/+52
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+48
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-100/+75
2023-06-06x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov-3/+48
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov-68/+75
2023-06-06x86/tdx: Refactor try_accept_one()Kirill A. Shutemov-19/+19
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov-32/+0
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner-0/+11
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov-11/+0
2023-05-09x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)-1/+1
2023-03-22x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov-37/+47
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+118
2023-02-02x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()Kirill A. Shutemov-6/+6