summaryrefslogtreecommitdiff
path: root/arch/x86/coco
AgeCommit message (Expand)Author
2023-06-27Merge tag 'x86_sev_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-06x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov
2023-06-06x86/tdx: Refactor try_accept_one()Kirill A. Shutemov
2023-06-06x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stubKirill A. Shutemov
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner
2023-05-23x86/tdx: Wrap exit reason with hcall_func()Nikolay Borisov
2023-05-09x86/coco: Get rid of accessor functionsBorislav Petkov (AMD)
2023-05-08x86/coco: Mark cc_platform_has() and descendants noinstrBorislav Petkov (AMD)
2023-04-28Merge tag 'x86_tdx_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-25Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-30x86/coco: Export cc_vendorBorislav Petkov (AMD)
2023-03-27x86/hyperv: Change vTOM handling to use standard coco mechanismsMichael Kelley
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-02-02x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()Kirill A. Shutemov
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-27x86/tdx: Disable NOTIFY_ENABLESKirill A. Shutemov
2023-01-27x86/tdx: Relax SEPT_VE_DISABLE check for debug TDKirill A. Shutemov
2023-01-27x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLEKirill A. Shutemov
2023-01-27x86/tdx: Expand __tdx_hypercall() to handle more argumentsKirill A. Shutemov
2023-01-27x86/tdx: Refactor __tdx_hypercall() to allow pass down more argumentsKirill A. Shutemov
2023-01-27x86/tdx: Fix typo in comment in __tdx_hypercall()Kirill A. Shutemov
2023-01-13cpuidle, tdx: Make TDX code noinstr cleanPeter Zijlstra
2023-01-13x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2022-11-17x86/tdx: Add a wrapper to get TDREPORT0 from the TDX ModuleKuppuswamy Sathyanarayanan
2022-11-01x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov
2022-11-01x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen
2022-06-17x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov
2022-06-15x86/tdx: Clarify RIP adjustments in #VE handlerKirill A. Shutemov
2022-06-15x86/tdx: Fix early #VE handlingKirill A. Shutemov
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-20x86/tdx: Fix RETs in TDX asmPeter Zijlstra
2022-04-21x86/tdx: Annotate a noreturn functionBorislav Petkov
2022-04-07x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov
2022-04-07x86/mm/cpa: Add support for TDX shared memoryKirill A. Shutemov
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Wire up KVM hypercallsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Port I/O: Add early boot supportAndi Kleen
2022-04-07x86/tdx: Port I/O: Add runtime hypercallsKuppuswamy Sathyanarayanan
2022-04-07x86/tdx: Handle in-kernel MMIOKirill A. Shutemov
2022-04-07x86/tdx: Handle CPUID via #VEKirill A. Shutemov
2022-04-07x86/tdx: Add MSR support for TDX guestsKirill A. Shutemov
2022-04-07x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov
2022-04-07x86/traps: Add #VE support for TDX guestKirill A. Shutemov
2022-04-07x86/tdx: Exclude shared bit from __PHYSICAL_MASKKirill A. Shutemov