summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-08KVM: selftests: Move TDP mapping functions outside of vmx.cSean Christopherson
2026-01-08KVM: selftests: Reuse virt mapping functions for nested EPTsYosry Ahmed
2026-01-08KVM: selftests: Add a stage-2 MMU instance to kvm_vmSean Christopherson
2026-01-08KVM: selftests: Stop passing VMX metadata to TDP mapping functionsYosry Ahmed
2026-01-08KVM: selftests: Use a TDP MMU to share EPT page tables between vCPUsYosry Ahmed
2026-01-08KVM: selftests: Move PTE bitmasks to kvm_mmuYosry Ahmed
2026-01-08KVM: selftests: Add a "struct kvm_mmu_arch arch" member to kvm_mmuSean Christopherson
2026-01-08KVM: selftests: Plumb "struct kvm_mmu" into x86's MMU APIsSean Christopherson
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson
2026-01-08KVM: selftests: Stop setting A/D bits when creating EPT PTEsYosry Ahmed
2026-01-08KVM: selftests: Kill eptPageTablePointerYosry Ahmed
2026-01-08KVM: selftests: Rename nested TDP mapping functionsYosry Ahmed
2026-01-08KVM: selftests: Stop passing a memslot to nested_map_memslot()Yosry Ahmed
2026-01-08KVM: selftests: Make __vm_get_page_table_entry() staticYosry Ahmed
2026-01-08KVM: selftests: Fix sign extension bug in get_desc64_base()MJ Pooladkhay
2026-01-08KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...Sean Christopherson
2026-01-08KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pagesFred Griffoul
2026-01-08KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and renameSean Christopherson
2026-01-08KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PISean Christopherson
2026-01-08KVM: x86: Mark vmcs12 pages as dirty if and only if they're mappedSean Christopherson
2026-01-08KVM: Use vCPU specific memslots in __kvm_vcpu_map()Sean Christopherson
2026-01-08MAINTAINERS: add docs and selftest to the TLS file listJakub Kicinski
2026-01-08KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"Sean Christopherson
2026-01-08KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list addressSean Christopherson
2026-01-08KVM: VMX: Dedup code for adding MSR to VMCS's auto listSean Christopherson
2026-01-08KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load listSean Christopherson
2026-01-08KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"Sean Christopherson
2026-01-08KVM: VMX: Bug the VM if either MSR auto-load list is fullSean Christopherson
2026-01-08KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()Sean Christopherson
2026-01-08KVM: VMX: Dedup code for removing MSR from VMCS's auto-load listSean Christopherson
2026-01-08KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12Sean Christopherson
2026-01-08KVM: VMX: Drop intermediate "guest" field from msr_autostoreSean Christopherson
2026-01-08KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already matchSean Christopherson
2026-01-08KVM: x86/pmu: Expose enable_mediated_pmu parameter to user spaceDapeng Mi
2026-01-08KVM: nSVM: Disable PMU MSR interception as appropriate while running L2Sean Christopherson
2026-01-08KVM: nVMX: Disable PMU MSR interception as appropriate while running L2Mingwei Zhang
2026-01-08KVM: nVMX: Add macros to simplify nested MSR interception settingDapeng Mi
2026-01-08KVM: x86/pmu: Handle emulated instruction for mediated vPMUDapeng Mi
2026-01-08KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are activeSean Christopherson
2026-01-08KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guestDapeng Mi
2026-01-08KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMDSandipan Das
2026-01-08KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updatesDapeng Mi
2026-01-08KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filteringMingwei Zhang
2026-01-08KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accessesDapeng Mi
2026-01-08KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUsDapeng Mi
2026-01-08KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMUDapeng Mi
2026-01-08KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMUDapeng Mi
2026-01-08KVM: x86/pmu: Register PMI handler for mediated vPMUXiong Zhang
2026-01-08KVM: x86/pmu: Implement AMD mediated PMU requirementsSean Christopherson
2026-01-08KVM: x86/pmu: Implement Intel mediated PMU requirements and constraintsDapeng Mi