index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
pmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-09
KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
Like Xu
1
-0
/
+5
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
1
-2
/
+2
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
1
-15
/
+15
2020-03-16
KVM: x86: Adjust counter sample period after a wrmsr
Eric Hankland
1
-2
/
+2
2019-11-27
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2019-11-15
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
1
-0
/
+55
2019-11-15
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
1
-2
/
+43
2019-11-15
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
1
-1
/
+2
2019-11-15
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
1
-3
/
+3
2019-10-30
x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
1
-2
/
+2
2019-10-22
KVM: x86/vPMU: Declare kvm_pmu->reprogram_pmi field using DECLARE_BITMAP
Like Xu
1
-10
/
+5
2019-07-20
KVM: x86: Add fixed counters to PMU filter
Eric Hankland
1
-4
/
+19
2019-07-20
KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
Like Xu
1
-2
/
+2
2019-07-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+63
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+1
2019-07-11
KVM: x86: PMU Event Filter
Eric Hankland
1
-0
/
+63
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
1
-4
/
+1
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
1
-2
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
2019-05-24
KVM: x86/pmu: mask the result of rdpmc according to the width of the counters
Paolo Bonzini
1
-7
/
+3
2019-04-16
KVM: x86: Raise #GP when guest vCPU do not support PMU
Liran Alon
1
-0
/
+4
2018-03-17
KVM: x86: Add support for VMware backdoor Pseudo-PMCs
Arbel Moshe
1
-0
/
+37
2017-03-01
KVM: x86: never specify a sample period for virtualized in_tx_cp counters
Robert O'Callahan
1
-3
/
+10
2016-02-09
KVM: x86: consolidate different ways to test for in-kernel LAPIC
Paolo Bonzini
1
-1
/
+1
2015-06-23
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
Wei Huang
1
-336
/
+47
2015-06-23
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
Wei Huang
1
-6
/
+18
2015-06-19
KVM: x86/vPMU: reorder PMU functions
Wei Huang
1
-78
/
+78
2015-06-19
KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code
Wei Huang
1
-48
/
+64
2015-06-19
KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU
Wei Huang
1
-20
/
+18
2015-06-19
KVM: x86/vPMU: introduce pmu.h header
Wei Huang
1
-6
/
+2
2015-06-19
KVM: x86/vPMU: rename a few PMU functions
Wei Huang
1
-33
/
+33
2015-03-18
KVM: x86: For the symbols used locally only should be static type
Xiubo Li
1
-1
/
+1
2014-08-20
KVM: x86: Clarify PMU related features bit manipulation
Nadav Amit
1
-10
/
+14
2014-06-18
KVM: x86: rdpmc emulation checks the counter incorrectly
Nadav Amit
1
-0
/
+9
2014-04-24
KVM: x86: Fix wrong/stuck PMU when guest does not use PMI
Nadav Amit
1
-2
/
+5
2013-07-19
perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5
Andi Kleen
1
-5
/
+20
2013-04-02
pmu: prepare for migration support
Paolo Bonzini
1
-3
/
+11
2012-07-26
Merge branch 'queue' into next
Avi Kivity
1
-1
/
+1
2012-07-20
KVM: x86: Fix typos in pmu.c
Guo Chao
1
-1
/
+1
2012-07-05
perf/x86: Rename Intel specific macros
Robert Richter
1
-11
/
+11
2012-04-10
KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset
Gleb Natapov
1
-9
/
+9
2012-04-05
KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()
Sasikantha babu
1
-1
/
+1
2012-03-08
KVM: PMU: add proper support for fixed counter 2
Gleb Natapov
1
-1
/
+2
2012-03-08
KVM: PMU: Fix raw event check
Gleb Natapov
1
-1
/
+1
2012-03-08
KVM: PMU: warn when pin control is set in eventsel msr
Gleb Natapov
1
-0
/
+3
2012-03-08
KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation
Gleb Natapov
1
-1
/
+1
2011-12-27
KVM: Expose a version 2 architectural PMU to a guests
Gleb Natapov
1
-0
/
+533