summaryrefslogtreecommitdiffstats
path: root/arch/x86/coco/tdx
Commit message (Expand)AuthorAgeFilesLines
* 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-261-14/+48
|\ \
| * | x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov2023-06-061-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-263-100/+75
|\ \
| * | x86/tdx: Add unaccepted memory supportKirill A. Shutemov2023-06-063-68/+75
| * | 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-222-37/+47
* Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-252-25/+118
|\
| * x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()Kirill A. Shutemov2023-02-021-6/+6
| * 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
| * x86/tdx: Expand __tdx_hypercall() to handle more argumentsKirill A. Shutemov2023-01-271-5/+30
| * x86/tdx: Refactor __tdx_hypercall() to allow pass down more argumentsKirill A. Shutemov2023-01-271-18/+28
| * x86/tdx: Fix typo in comment in __tdx_hypercall()Kirill A. Shutemov2023-01-271-1/+1
* | 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-132-2/+5
* | x86/tdx: Remove TDX_HCALL_ISSUE_STIPeter Zijlstra2023-01-132-32/+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-011-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-171-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/tdx: Fix RETs in TDX asmPeter Zijlstra2022-05-201-2/+2
* x86/tdx: Annotate a noreturn functionBorislav Petkov2022-04-211-0/+1
* 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
* x86/tdx: Handle in-kernel MMIOKirill A. Shutemov2022-04-071-0/+121
* x86/tdx: Handle CPUID via #VEKirill A. Shutemov2022-04-071-1/+57
* x86/tdx: Add MSR support for TDX guestsKirill A. Shutemov2022-04-071-0/+42
* x86/tdx: Add HLT support for TDX guestsKirill A. Shutemov2022-04-072-2/+104
* x86/traps: Add #VE support for TDX guestKirill A. Shutemov2022-04-071-0/+38
* x86/tdx: Exclude shared bit from __PHYSICAL_MASKKirill A. Shutemov2022-04-071-0/+8
* x86/tdx: Extend the confidential computing API to support TDX guestsKirill A. Shutemov2022-04-071-0/+47
* x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan2022-04-073-1/+216
* x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan2022-04-072-0/+25