summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/pmu.c
AgeCommit message (Expand)Author
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-08x86/msr: Switch wrmsrl() users to wrmsrq()Juergen Gross
2026-05-27KVM: x86/pmu: Reprogram Host/Guest-Only counters on nested transitionsYosry Ahmed
2026-05-27KVM: x86/pmu: Track mediated PMU counters with mode-specific enablesYosry Ahmed
2026-05-27KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVMYosry Ahmed
2026-05-27KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0Yosry Ahmed
2026-05-27KVM: x86/pmu: Check mediated PMU counter enablement before event filtersYosry Ahmed
2026-05-27KVM: x86/pmu: Rename reprogram_counters() to clarify usageYosry Ahmed
2026-05-27KVM: x86: Move enable_pmu/enable_mediated_pmu to pmu.h and pmu.cYosry Ahmed
2026-03-02KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()Carlos López
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-01-08KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already matchSean Christopherson
2026-01-08KVM: x86/pmu: Handle emulated instruction for mediated vPMUDapeng Mi
2026-01-08KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guestDapeng Mi
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: Start stubbing in mediated PMU supportDapeng Mi
2026-01-07KVM: x86: Disallow setting CPUID and/or feature MSRs if L2 is activeSean Christopherson
2025-10-10KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUsDapeng Mi
2025-09-30KVM: x86: Export KVM-internal symbols for sub-modules onlySean Christopherson
2025-09-18KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86Sean Christopherson
2025-09-18KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilitiesSean Christopherson
2025-08-19KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()Sean Christopherson
2025-08-19KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()Sean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Open code pmc_event_is_allowed() in its callersSean Christopherson
2025-08-19KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()Sean Christopherson
2025-08-19KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRsSean Christopherson
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson
2025-08-19KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.cSean Christopherson
2025-08-19KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2Sean Christopherson
2024-12-18KVM: x86/pmu: Drop now-redundant refresh() during init()Sean Christopherson
2024-07-16KVM: x86/pmu: Add kvm_pmu_call() to simplify static calls of kvm_pmu_opsWei Wang
2024-07-16KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang
2024-07-16KVM: x86: Replace static_call_cond() with static_call()Wei Wang
2024-07-16Merge tag 'kvm-x86-pmu-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-06-28KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max numberDapeng Mi
2024-06-11KVM: Delete the now unused kvm_arch_sched_in()Sean Christopherson
2024-06-10KVM: x86/pmu: Squash period for checkpointed events based on host HLE/RTMSean Christopherson
2024-06-03KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macrosDapeng Mi
2024-06-03KVM: x86/pmu: Change ambiguous _mask suffix to _rsvd in kvm_pmuDapeng Mi
2024-06-03KVM: x86/pmu: Switch to new Intel CPU model definesTony Luck
2024-04-08KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"Sean Christopherson