summaryrefslogtreecommitdiff
path: root/arch/x86/virt/vmx
AgeCommit message (Expand)Author
46 hoursMerge branch 'headers' of git://git.infradead.org/users/willy/pagecache.gitMark Brown
9 daysx86/virt/tdx: Enable Dynamic PAMTRick Edgecombe
9 daysKVM/TDX: Get/put PAMT pages when (un)mapping private memoryKirill A. Shutemov
9 daysx86/virt/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault pathRick Edgecombe
9 daysx86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()Rick Edgecombe
9 daysx86/virt/tdx: Allocate refcounts for Dynamic PAMT memoryRick Edgecombe
9 daysx86/virt/tdx: Add __tdx_pamt_get/put() helpersRick Edgecombe
9 daysx86/virt/tdx: Allocate page bitmap for Dynamic PAMTRick Edgecombe
9 daysx86/virt/tdx: Simplify PAMT layout calculationRick Edgecombe
2026-08-25headers: Remove swap.h from suspend.hMatthew Wilcox (Oracle)
2026-07-17KVM/x86: Stop using 32-bit MSR interfacesJuergen Gross
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-03x86/virt/tdx: Refresh TDX module version after updateChao Gao
2026-06-03x86/virt/seamldr: Add module update lockingDave Hansen
2026-06-03x86/virt/tdx: Restore TDX module stateChao Gao
2026-06-03x86/virt/seamldr: Initialize the newly-installed TDX moduleChao Gao
2026-06-03x86/virt/seamldr: Install a new TDX moduleChao Gao
2026-06-03x86/virt/tdx: Reset software states during TDX module shutdownChao Gao
2026-06-03x86/virt/seamldr: Shut down the current TDX moduleChao Gao
2026-06-03x86/virt/seamldr: Abort updates after a failed stepChao Gao
2026-06-03x86/virt/seamldr: Introduce skeleton for TDX module updatesChao Gao
2026-06-03x86/virt/seamldr: Allocate and populate a module update requestChao Gao
2026-06-03coco/tdx-host: Implement firmware upload sysfs ABI for TDX module updatesChao Gao
2026-06-03coco/tdx-host: Don't expose P-SEAMLDR information on CPUs with erratumChao Gao
2026-06-03x86/virt/seamldr: Add a helper to retrieve P-SEAMLDR informationChao Gao
2026-06-03x86/virt/seamldr: Introduce a wrapper for P-SEAMLDR SEAMCALLsChao Gao
2026-06-03coco/tdx-host: Expose TDX module versionChao Gao
2026-06-03coco/tdx-host: Introduce a "tdx_host" deviceChao Gao
2026-06-03x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>Kai Huang
2026-06-03x86/virt/tdx: Move TDX_FEATURES0 bits to asm/tdx.hChao Gao
2026-06-03x86/virt/tdx: Consolidate TDX global initialization statesChao Gao
2026-06-03x86/virt/tdx: Move TDX global initialization states to file scopeChao Gao
2026-06-03x86/virt/tdx: Clarify try_init_module_global() result cachingChao Gao
2026-05-26x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external usersYan Zhao
2026-05-26x86/tdx: Drop exported function tdx_quirk_reset_page()Yan Zhao
2026-05-26x86/tdx: Use PFN directly for unmapping guest private memorySean Christopherson
2026-05-26x86/tdx: Use PFN directly for mapping guest private memorySean Christopherson
2026-05-13x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based levelSean Christopherson
2026-04-27x86/tdx: Disable the TDX module during kexec and kdumpVishal Verma
2026-04-27x86/virt/tdx: Add SEAMCALL wrapper for TDH.SYS.DISABLEVishal Verma
2026-04-27x86/virt/tdx: Pull kexec cache flush logic into arch/x86Rick Edgecombe
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-04x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be runningSean Christopherson
2026-03-04x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handlingChao Gao
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson
2026-02-25x86/virt/tdx: Print TDX module version during initVishal Verma
2026-02-25x86/virt/tdx: Retrieve TDX module versionChao Gao
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds