| Age | Commit message (Expand) | Author |
| 2025-09-22 | KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren't | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+ | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86 | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalents | Dapeng Mi |
| 2025-09-18 | KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controls | Dapeng Mi |
| 2025-09-18 | KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates | Sean Christopherson |
| 2025-09-18 | KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS | Sean Christopherson |
| 2025-09-18 | KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h header | Dapeng Mi |
| 2025-09-18 | KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpers | Dapeng Mi |
| 2025-09-18 | KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities | Sean Christopherson |
| 2025-09-18 | KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs | Sean Christopherson |
| 2025-09-18 | KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init() | Sean Christopherson |
| 2025-09-16 | Documentation: KVM: Call out that KVM strictly follows the 8254 PIT spec | Jiaming Zhang |
| 2025-09-16 | KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code | Liao Yuanhong |
| 2025-09-16 | KVM: x86: Use guard() instead of mutex_lock() to simplify code | Liao Yuanhong |
| 2025-09-16 | KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS" | Dapeng Mi |
| 2025-09-16 | KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMs | Sagi Shahar |
| 2025-09-10 | KVM: x86: Move vector_hashing into lapic.c | Sean Christopherson |
| 2025-09-10 | KVM: x86: Make "lowest priority" helpers local to lapic.c | Sean Christopherson |
| 2025-09-10 | KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c | Sean Christopherson |
| 2025-08-19 | KVM: x86: Zero XSTATE components on INIT by iterating over supported features | Chao Gao |
| 2025-08-19 | KVM: x86: Manually clear MPX state only on INIT | Sean Christopherson |
| 2025-08-19 | KVM: x86: Add kvm_msr_{read,write}() helpers | Yang Weijiang |
| 2025-08-19 | KVM: x86: Use double-underscore read/write MSR helpers as appropriate | Sean Christopherson |
| 2025-08-19 | KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses | Yang Weijiang |
| 2025-08-19 | KVM: x86: Advertise support for the immediate form of MSR instructions | Xin Li |
| 2025-08-19 | KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath | Xin Li |
| 2025-08-19 | KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel | Xin Li |
| 2025-08-19 | KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr() | Xin Li |
| 2025-08-19 | KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriate | Sean Christopherson |
| 2025-08-19 | x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions | Xin Li |
| 2025-08-19 | KVM: x86: Add a fastpath handler for INVD | Sean Christopherson |
| 2025-08-19 | KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event() | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed() | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulation | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulation | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Open code pmc_event_is_allowed() in its callers | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled() | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRs | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Add wrappers for counting emulated instructions/branches | Sean Christopherson |
| 2025-08-19 | KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.c | Sean Christopherson |
| 2025-08-19 | KVM: x86: Fold WRMSR fastpath helpers into the main handler | Sean Christopherson |
| 2025-08-19 | KVM: x86: Unconditionally grab data from EDX:EAX in WRMSR fastpath | Sean Christopherson |
| 2025-08-19 | KVM: x86: Acquire SRCU in WRMSR fastpath iff instruction needs to be skipped | Sean Christopherson |
| 2025-08-19 | KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits | Sean Christopherson |
| 2025-08-19 | KVM: x86: Drop semi-arbitrary restrictions on IPI type in fastpath | Sean Christopherson |
| 2025-08-19 | KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler | Sean Christopherson |
| 2025-08-19 | KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs | Sean Christopherson |
| 2025-08-19 | kvm: x86: simplify kvm_vector_to_index() | Yury Norov |
| 2025-08-19 | KVM: x86: allow CPUID 0xC000_0000 to proceed on Zhaoxin CPUs | Ewan Hai |