index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
pmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-22
1
-11
/
+22
|
\
|
*
KVM: x86/pmu: Use binary search to check filtered events
Jim Mattson
2022-01-19
1
-11
/
+19
|
*
KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
Like Xu
2022-01-17
1
-0
/
+3
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
1
-38
/
+90
|
\
\
|
|
/
|
*
KVM: x86: Update vPMCs when retiring instructions
Eric Hankland
2022-01-07
1
-0
/
+60
|
*
KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()
Like Xu
2022-01-07
1
-30
/
+28
|
*
KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
Like Xu
2022-01-07
1
-1
/
+1
|
*
KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
Like Xu
2022-01-07
1
-7
/
+1
*
|
KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
Sean Christopherson
2021-11-17
1
-1
/
+1
*
|
perf/core: Rework guest callbacks to prepare for static_call support
Like Xu
2021-11-17
1
-1
/
+1
|
/
*
kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
Jim Mattson
2021-11-11
1
-1
/
+1
*
KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...
Like Xu
2021-08-04
1
-1
/
+4
*
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2021-02-04
1
-1
/
+1
*
KVM: vmx/pmu: Release guest LBR event via lazy release mechanism
Like Xu
2021-02-04
1
-0
/
+3
*
KVM: vmx/pmu: Emulate legacy freezing LBRs on virtual PMI
Like Xu
2021-02-04
1
-1
/
+4
*
KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
Like Xu
2020-07-09
1
-0
/
+5
*
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
2020-06-01
1
-2
/
+2
*
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
1
-15
/
+15
*
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
2020-03-16
1
-2
/
+2
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-26
1
-2
/
+2
|
\
|
*
x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-30
1
-2
/
+2
*
|
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
2019-11-15
1
-0
/
+55
*
|
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
2019-11-15
1
-2
/
+43
*
|
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
2019-11-15
1
-1
/
+2
*
|
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
2019-11-15
1
-3
/
+3
*
|
KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP
Like Xu
2019-10-22
1
-10
/
+5
|
/
*
KVM: x86: Add fixed counters to PMU filter
Eric Hankland
2019-07-20
1
-4
/
+19
*
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
2019-07-20
1
-2
/
+2
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-07-12
1
-0
/
+63
|
\
|
*
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-07-11
1
-4
/
+1
|
|
\
|
*
|
KVM: x86: PMU Event Filter
Eric Hankland
2019-07-11
1
-0
/
+63
*
|
|
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
2019-07-03
1
-4
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
|
/
*
|
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
2019-06-22
1
-2
/
+2
|
/
*
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
2019-05-24
1
-7
/
+3
*
KVM: x86: Raise #GP when guest vCPU do not support PMU
Liran Alon
2019-04-16
1
-0
/
+4
*
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
Arbel Moshe
2018-03-16
1
-0
/
+37
*
KVM: x86: never specify a sample period for virtualized in_tx_cp counters
Robert O'Callahan
2017-03-01
1
-3
/
+10
*
KVM: x86: consolidate different ways to test for in-kernel LAPIC
Paolo Bonzini
2016-02-09
1
-1
/
+1
*
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
Wei Huang
2015-06-23
1
-336
/
+47
*
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
Wei Huang
2015-06-23
1
-6
/
+18
*
KVM: x86/vPMU: reorder PMU functions
Wei Huang
2015-06-19
1
-78
/
+78
*
KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code
Wei Huang
2015-06-19
1
-48
/
+64
*
KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU
Wei Huang
2015-06-19
1
-20
/
+18
*
KVM: x86/vPMU: introduce pmu.h header
Wei Huang
2015-06-19
1
-6
/
+2
*
KVM: x86/vPMU: rename a few PMU functions
Wei Huang
2015-06-19
1
-33
/
+33
*
KVM: x86: For the symbols used locally only should be static type
Xiubo Li
2015-03-17
1
-1
/
+1
*
KVM: x86: Clarify PMU related features bit manipulation
Nadav Amit
2014-08-20
1
-10
/
+14
*
KVM: x86: rdpmc emulation checks the counter incorrectly
Nadav Amit
2014-06-18
1
-0
/
+9
*
KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
Nadav Amit
2014-04-23
1
-2
/
+5
[next]