summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/pmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu2023-06-071-10/+45
* KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu2023-06-071-0/+3
* KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu2023-06-071-0/+1
* KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu2023-06-071-9/+0
* KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()Like Xu2023-04-071-1/+1
* KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal maxSean Christopherson2023-01-271-0/+1
* KVM: x86/pmu: Correct the mask used in a pmu event filter lookupAaron Lewis2023-01-241-0/+1
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-0/+2
* KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu2022-11-091-1/+1
* KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu2022-11-091-1/+1
* KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-091-3/+4
* KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalabilityLike Xu2022-09-281-68/+20
* KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()Like Xu2022-09-281-36/+5
* Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"Sean Christopherson2022-06-201-1/+1
* Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...Sean Christopherson2022-06-201-10/+1
* KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu2022-06-081-1/+10
* KVM: x86/pmu: Drop amd_event_mapping[] in the KVM contextLike Xu2022-06-081-53/+3
* KVM: x86/pmu: Use only the uniform interface reprogram_counter()Paolo Bonzini2022-06-081-1/+1
* KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()Like Xu2022-06-081-2/+4
* KVM: x86: always allow host-initiated writes to PMU MSRsPaolo Bonzini2022-06-081-1/+1
* Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-0/+1
|\
| * KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu2022-04-211-0/+1
* | Merge branch 'kvm-amd-pmu-fixes' into HEADPaolo Bonzini2022-05-031-3/+25
|\ \
| * | KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_idKyle Huey2022-05-031-3/+25
| |/
* / KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu2022-04-131-1/+1
|/
* KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRsJim Mattson2022-04-021-5/+3
* KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson2022-04-021-0/+1
* KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-1/+1
* KVM: x86: Making the module parameter of vPMU more commonLike Xu2022-01-171-1/+1
* KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()Like Xu2022-01-071-7/+4
* KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()Like Xu2022-01-071-4/+4
* KVM: x86/svm: Add module param to control PMU virtualizationLike Xu2021-12-081-0/+4
* KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln registerLike Xu2021-12-021-1/+1
* kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to boolJim Mattson2021-11-111-3/+2
* KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X...Vitaly Kuznetsov2021-03-301-0/+8
* KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' inWei Wang2020-06-011-3/+4
* kVM SVM: Move SVM related files to own sub-directoryJoerg Roedel2020-04-031-0/+327