aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/virt/vmx
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-148/+192
2026-03-04x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be runningSean Christopherson1-13/+4
2026-03-04x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handlingChao Gao1-3/+46
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson2-63/+66
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson2-78/+92
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson1-8/+1
2026-02-25x86/virt/tdx: Print TDX module version during initVishal Verma1-0/+6
2026-02-25x86/virt/tdx: Retrieve TDX module versionChao Gao1-0/+16
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-34/+35
2025-09-11x86/virt/tdx: Use precalculated TDVPR page physical addressKai Huang1-13/+8
2025-09-05KVM/TDX: Explicitly do WBINVD when no more TDX SEAMCALLsKai Huang1-0/+19
2025-09-05x86/virt/tdx: Mark memory cache state incoherent when making SEAMCALLKai Huang1-2/+2
2025-08-22x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is presentAdrian Hunter1-3/+7
2025-08-22x86/tdx: Tidy reset_pamt functionsAdrian Hunter1-12/+4
2025-08-22x86/tdx: Eliminate duplicate code in tdx_clear_page()Adrian Hunter1-2/+8
2025-06-10x86/virt/tdx: Avoid indirect calls to TDX assembly functionsKai Huang1-2/+3
2025-05-26x86/tdx: mark tdh_vp_enter() as __flattenPaolo Bonzini1-1/+1
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guestKai Huang3-0/+12
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contentsIsaku Yamahata2-0/+29
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private pageIsaku Yamahata2-0/+28
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB trackingIsaku Yamahata2-0/+29
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers to add TD private pagesIsaku Yamahata2-0/+41
2025-03-14x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pagesIsaku Yamahata2-0/+20
2025-03-14KVM: TDX: Register TDX host key IDs to cgroup misc controllerZhiming Hu1-0/+6
2025-03-14KVM: VMX: Initialize TDX during KVM module loadKai Huang3-45/+14
2025-03-14x86/virt/tdx: Add tdx_guest_keyid_alloc/free() to alloc and free TDX guest KeyIDIsaku Yamahata1-0/+17
2025-03-14x86/virt/tdx: Read essential global metadata for KVMKai Huang2-0/+69
2025-03-14x86/virt/tdx: allocate tdx_sys_info in static memoryPaolo Bonzini1-5/+6
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX flush operationsRick Edgecombe2-0/+22
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field accessRick Edgecombe2-0/+50
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX page cache managementRick Edgecombe2-0/+45
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX vCPU creationRick Edgecombe2-0/+54
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creationRick Edgecombe2-0/+54
2025-03-14x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID managementRick Edgecombe2-7/+34
2024-12-18x86/virt/tdx: Require the module to assert it has the NO_RBP_MOD mitigationKai Huang2-0/+21
2024-12-18x86/virt/tdx: Switch to use auto-generated global metadata reading codeKai Huang2-104/+2
2024-12-18x86/virt/tdx: Use dedicated struct members for PAMT entry sizesKai Huang2-6/+12
2024-12-18x86/virt/tdx: Use auto-generated code to read global metadataPaolo Bonzini2-0/+73
2024-12-18x86/virt/tdx: Start to track all global metadata in one structureKai Huang2-14/+24
2024-12-18x86/virt/tdx: Rename 'struct tdx_tdmr_sysinfo' to reflect the spec betterKai Huang2-19/+19
2024-05-28x86/virt/tdx: Switch to new Intel CPU model definesTony Luck1-4/+4
2024-03-22x86/virt/tdx: Remove duplicate includeJiapeng Chong1-1/+0
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2-0/+114
2023-12-12x86/cpu: Detect TDX partial write machine check erratumKai Huang1-0/+19
2023-12-08x86/virt/tdx: Handle TDX interaction with sleep and hibernationKai Huang1-0/+16
2023-12-08x86/virt/tdx: Initialize all TDMRsKai Huang2-9/+53
2023-12-08x86/virt/tdx: Configure global KeyID on all packagesKai Huang2-2/+132
2023-12-08x86/virt/tdx: Configure TDX module with the TDMRs and global KeyIDKai Huang2-1/+44