Age | Commit message (Expand) | Author |
2023-02-15 | Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini |
2023-02-03 | KVM: x86: Optimize kvm->lock and SRCU interaction (KVM_SET_PMU_EVENT_FILTER) | Michal Luczaj |
2023-02-01 | KVM: x86/pmu: Add PRIR++ and PDist support for SPR and later models | Like Xu |
2023-01-24 | KVM: x86/pmu: Introduce masked events to the pmu event filter | Aaron Lewis |
2023-01-24 | KVM: x86/pmu: prepare the pmu event filter for masked events | Aaron Lewis |
2023-01-24 | KVM: x86/pmu: Remove impossible events from the pmu event filter | Aaron Lewis |
2023-01-24 | KVM: x86/pmu: Correct the mask used in a pmu event filter lookup | Aaron Lewis |
2022-12-29 | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson |
2022-12-23 | KVM: x86/pmu: Prevent zero period event from being repeatedly released | Like Xu |
2022-11-09 | KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter | Like Xu |
2022-11-09 | KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event() | Like Xu |
2022-11-09 | KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowed | Sean Christopherson |
2022-11-09 | KVM: x86/pmu: Force reprogramming of all counters on PMU filter change | Sean Christopherson |
2022-11-09 | KVM: x86/pmu: Limit the maximum number of supported Intel GP counters | Like Xu |
2022-09-28 | KVM: x86/pmu: Avoid using PEBS perf_events for normal counters | Like Xu |
2022-09-28 | KVM: x86/pmu: Don't generate PEBS records for emulated instructions | Like Xu |
2022-06-20 | Revert "KVM: x86: always allow host-initiated writes to PMU MSRs" | Sean Christopherson |
2022-06-20 | Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en... | Sean Christopherson |
2022-06-08 | KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu | Like Xu |
2022-06-08 | KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context | Like Xu |
2022-06-08 | KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config() | Like Xu |
2022-06-08 | KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter() | Like Xu |
2022-06-08 | KVM: x86/pmu: Use only the uniform interface reprogram_counter() | Paolo Bonzini |
2022-06-08 | KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter() | Like Xu |
2022-06-08 | KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter() | Like Xu |
2022-06-08 | KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter() | Like Xu |
2022-06-08 | KVM: x86/pmu: Extract check_pmu_event_filter() handling both GP and fixed cou... | Like Xu |
2022-06-08 | KVM: x86/pmu: Update comments for AMD gp counters | Like Xu |
2022-06-08 | KVM: x86: always allow host-initiated writes to PMU MSRs | Paolo Bonzini |
2022-06-08 | KVM: x86/pmu: Move the vmx_icl_pebs_cpu[] definition out of the header file | Like Xu |
2022-06-08 | KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability | Like Xu |
2022-06-08 | KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h | Like Xu |
2022-06-08 | KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter | Like Xu |
2022-06-08 | KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter | Like Xu |
2022-05-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-05-20 | kvm: x86/pmu: Fix the compare function used by the pmu event filter | Aaron Lewis |
2022-04-13 | KVM: x86: Use static calls to reduce kvm_pmu_ops overhead | Like Xu |
2022-04-13 | KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirection | Like Xu |
2022-04-02 | KVM: x86/pmu: Fix and isolate TSX-specific performance event logic | Like Xu |
2022-04-02 | KVM: x86/pmu: Use different raw event masks for AMD and Intel | Jim Mattson |
2022-02-14 | KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW | Jim Mattson |
2022-02-14 | KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event | Jim Mattson |
2022-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-19 | KVM: x86/pmu: Use binary search to check filtered events | Jim Mattson |
2022-01-17 | KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event | Like Xu |
2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-07 | KVM: x86: Update vPMCs when retiring instructions | Eric Hankland |
2022-01-07 | KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() | Like Xu |
2022-01-07 | KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() | Like Xu |
2022-01-07 | KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() | Like Xu |