summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-03-04KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLEYosry Ahmed
2026-03-04KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappersYosry Ahmed
2026-03-04KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXITYosry Ahmed
2026-03-04KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXITYosry Ahmed
2026-03-04KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed
2026-03-04KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXITYosry Ahmed
2026-03-04KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXITYosry Ahmed
2026-03-04KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helperYosry Ahmed
2026-03-04KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helperYosry Ahmed
2026-03-04KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUNYosry Ahmed
2026-03-04KVM: SVM: Add missing save/restore handling of LBR MSRsYosry Ahmed
2026-03-04KVM: SVM: Switch svm_copy_lbrs() to a macroYosry Ahmed
2026-03-04KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12Yosry Ahmed
2026-03-04KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0Kevin Cheng
2026-03-04KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU runSean Christopherson
2026-03-04KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU runYosry Ahmed
2026-03-04KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUNYosry Ahmed
2026-03-04x86/mm/pat: Convert split_large_page() to use ptdescsVishal Moola (Oracle)
2026-03-04x86/mm/pat: Convert populate_pgd() to use page table apisVishal Moola (Oracle)
2026-03-04x86/mm/pat: Convert pmd code to use page table apisVishal Moola (Oracle)
2026-03-04x86/mm/pat: Convert pte code to use page table apisVishal Moola (Oracle)
2026-03-04KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()Sean Christopherson
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-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson
2026-03-04x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS failsSean Christopherson
2026-03-04KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringupSean Christopherson
2026-03-04KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"Sean Christopherson
2026-03-04KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.hSean Christopherson
2026-03-04KVM: x86: Move kvm_rebooting to x86Sean Christopherson
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin
2026-03-04x86/resctrl: Fix SNC detectionTony Luck
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek
2026-03-03KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRSXiaoyao Li
2026-03-03x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*Xiaoyao Li
2026-03-03KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*Xiaoyao Li
2026-03-03x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLEXiaoyao Li
2026-03-03KVM: x86: Drop redundant call to kvm_deliver_exception_payload()Yosry Ahmed
2026-03-03KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the featureSean Christopherson
2026-03-03KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subsetSean Christopherson