index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
pmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/svm/pmu: Add AMD PerfMonV2 support
Like Xu
2023-06-07
1
-10
/
+45
*
KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
Like Xu
2023-06-07
1
-0
/
+3
*
KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
Like Xu
2023-06-07
1
-0
/
+1
*
KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
Like Xu
2023-06-07
1
-9
/
+0
*
KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()
Like Xu
2023-04-07
1
-1
/
+1
*
KVM: x86/pmu: Cap kvm_pmu_cap.num_counters_gp at KVM's internal max
Sean Christopherson
2023-01-27
1
-0
/
+1
*
KVM: x86/pmu: Correct the mask used in a pmu event filter lookup
Aaron Lewis
2023-01-24
1
-0
/
+1
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+2
*
KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counter
Like Xu
2022-11-09
1
-1
/
+1
*
KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
Like Xu
2022-11-09
1
-1
/
+1
*
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
2022-11-09
1
-3
/
+4
*
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
2022-09-28
1
-68
/
+20
*
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
2022-09-28
1
-36
/
+5
*
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
2022-06-20
1
-1
/
+1
*
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...
Sean Christopherson
2022-06-20
1
-10
/
+1
*
KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmu
Like Xu
2022-06-08
1
-1
/
+10
*
KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context
Like Xu
2022-06-08
1
-53
/
+3
*
KVM: x86/pmu: Use only the uniform interface reprogram_counter()
Paolo Bonzini
2022-06-08
1
-1
/
+1
*
KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
Like Xu
2022-06-08
1
-2
/
+4
*
KVM: x86: always allow host-initiated writes to PMU MSRs
Paolo Bonzini
2022-06-08
1
-1
/
+1
*
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
1
-0
/
+1
|
\
|
*
KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
Like Xu
2022-04-21
1
-0
/
+1
*
|
Merge branch 'kvm-amd-pmu-fixes' into HEAD
Paolo Bonzini
2022-05-03
1
-3
/
+25
|
\
\
|
*
|
KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
Kyle Huey
2022-05-03
1
-3
/
+25
|
|
/
*
/
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
2022-04-13
1
-1
/
+1
|
/
*
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
2022-04-02
1
-5
/
+3
*
KVM: x86/pmu: Use different raw event masks for AMD and Intel
Jim Mattson
2022-04-02
1
-0
/
+1
*
KVM: x86: Provide per VM capability for disabling PMU virtualization
David Dunn
2022-02-25
1
-1
/
+1
*
KVM: x86: Making the module parameter of vPMU more common
Like Xu
2022-01-17
1
-1
/
+1
*
KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
Like Xu
2022-01-07
1
-7
/
+4
*
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
2022-01-07
1
-4
/
+4
*
KVM: x86/svm: Add module param to control PMU virtualization
Like Xu
2021-12-08
1
-0
/
+4
*
KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
Like Xu
2021-12-02
1
-1
/
+1
*
kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
Jim Mattson
2021-11-11
1
-3
/
+2
*
KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X...
Vitaly Kuznetsov
2021-03-30
1
-0
/
+8
*
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
2020-06-01
1
-3
/
+4
*
kVM SVM: Move SVM related files to own sub-directory
Joerg Roedel
2020-04-03
1
-0
/
+327