summaryrefslogtreecommitdiff
path: root/arch/x86/coco
AgeCommit message (Expand)AuthorFilesLines
2024-02-06x86/sev: Fix position dependent variable references in startup codeArd Biesheuvel1-6/+1
2024-01-19Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-08x86/virt/tdx: Define TDX supported page sizes as macrosKai Huang1-3/+3
2023-12-07x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov1-9/+0
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov1-0/+10
2023-11-05Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds1-0/+21
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-253/+147
2023-10-20virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan1-0/+21
2023-10-06x86/tdx: Mark TSC reliableKirill A. Shutemov1-0/+3
2023-10-04x86/tdx: Replace deprecated strncpy() with strtomem_pad()Justin Stitt1-1/+1
2023-09-13x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2-39/+16
2023-09-13x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang2-127/+10
2023-09-13x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang3-106/+100
2023-09-12x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang1-0/+4
2023-09-12x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang3-51/+46
2023-09-12x86/tdx: Rename __tdx_module_call() to __tdcall()Kai Huang3-15/+15
2023-09-12x86/tdx: Make macros of TDCALLs consistent with the specKai Huang2-6/+6
2023-09-12x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang1-3/+0
2023-09-12x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macroKai Huang1-0/+1
2023-09-12x86/tdx: Retry partially-completed page conversion hypercallsDexuan Cui1-12/+52
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+6
2023-06-27Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+48
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-100/+75
2023-06-07x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov1-3/+48
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov3-68/+75
2023-06-06x86/tdx: Refactor try_accept_one()Kirill A. Shutemov1-19/+19
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov1-32/+0
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner1-0/+11
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov1-11/+0
2023-05-09x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)2-2/+2
2023-05-08x86/coco: Mark cc_platform_has() and descendants noinstrBorislav Petkov (AMD)1-4/+4
2023-04-28Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-37/+47
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+4
2023-03-30x86/coco: Export cc_vendorBorislav Petkov (AMD)1-9/+4
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley1-10/+30
2023-03-22x86/tdx: Drop flags from __tdx_hypercall()Kirill A. Shutemov2-37/+47
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-25/+118
2023-02-03x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()Kirill A. Shutemov1-6/+6
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-13/+13
2023-01-27x86/tdx: Disable NOTIFY_ENABLESKirill A. Shutemov1-0/+7
2023-01-27x86/tdx: Relax SEPT_VE_DISABLE check for debug TDKirill A. Shutemov1-2/+17
2023-01-27x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLEKirill A. Shutemov1-1/+37
2023-01-27x86/tdx: Expand __tdx_hypercall() to handle more argumentsKirill A. Shutemov1-5/+30
2023-01-27x86/tdx: Refactor __tdx_hypercall() to allow pass down more argumentsKirill A. Shutemov1-18/+28
2023-01-27x86/tdx: Fix typo in comment in __tdx_hypercall()Kirill A. Shutemov1-1/+1
2023-01-13cpuidle, tdx: Make TDX code noinstr cleanPeter Zijlstra2-2/+5
2023-01-13x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2-32/+4
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+3