summaryrefslogtreecommitdiff
path: root/arch/x86/coco
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld1-13/+13
2022-11-17x86/tdx: Add a wrapper to get TDREPORT0 from the TDX ModuleKuppuswamy Sathyanarayanan1-0/+40
2022-11-02x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov1-5/+16
2022-11-01x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen1-3/+3
2022-06-18x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov1-1/+14
2022-06-15x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov1-55/+123
2022-06-15x86/tdx: Fix early #VE handlingKirill A. Shutemov1-1/+5
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-1/+923
2022-05-20x86/tdx: Fix RETs in TDX asmPeter Zijlstra1-2/+2
2022-04-21x86/tdx: Annotate a noreturn functionBorislav Petkov1-0/+1
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov1-0/+1
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov2-0/+134
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan1-0/+1
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan1-0/+17
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen1-0/+16
2022-04-07x86/tdx: Port I/O: Add runtime hypercallsKuppuswamy Sathyanarayanan2-1/+85
2022-04-07x86/tdx: Handle in-kernel MMIOKirill A. Shutemov1-0/+121
2022-04-07x86/tdx: Handle CPUID via #VEKirill A. Shutemov1-1/+57
2022-04-07x86/tdx: Add MSR support for TDX guestsKirill A. Shutemov1-0/+42
2022-04-07x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov2-2/+104
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov1-0/+38
2022-04-07x86/tdx: Exclude shared bit from __PHYSICAL_MASKKirill A. Shutemov1-0/+8