index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
virt
/
kvm
/
arm
/
pmu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
2020-05-16
1
-869
/
+0
*
KVM: arm64: pmu: Only handle supported event counters
Eric Auger
2020-01-28
1
-5
/
+5
*
KVM: arm64: pmu: Fix chained SW_INCR counters
Eric Auger
2020-01-28
1
-13
/
+30
*
KVM: arm64: pmu: Don't mark a counter as chained if the odd one is disabled
Eric Auger
2020-01-28
1
-29
/
+33
*
KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
Eric Auger
2020-01-28
1
-0
/
+3
*
KVM: arm64: pmu: Reset sample period on overflow handling
Marc Zyngier
2019-10-20
1
-0
/
+20
*
KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
Marc Zyngier
2019-10-20
1
-3
/
+3
*
KVM: arm64: pmu: Fix cycle counter truncation
Marc Zyngier
2019-10-20
1
-10
/
+12
*
KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index
Zenghui Yu
2019-07-23
1
-3
/
+15
*
KVM: arm/arm64: Support chained PMU counters
Andrew Murray
2019-07-05
1
-37
/
+215
*
KVM: arm/arm64: Remove pmc->bitmask
Andrew Murray
2019-07-05
1
-10
/
+20
*
KVM: arm/arm64: Re-create event when setting counter value
Andrew Murray
2019-07-05
1
-9
/
+33
*
KVM: arm/arm64: Extract duplicated code to own function
Andrew Murray
2019-07-05
1
-12
/
+16
*
KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions
Andrew Murray
2019-07-05
1
-6
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
KVM: arm64: Rewrite system register accessors to read/write functions
Christoffer Dall
2018-03-19
1
-18
/
+18
*
KVM: arm/arm64: PMU: Fix overflow interrupt injection
Andrew Jones
2017-07-25
1
-28
/
+15
*
KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ
Christoffer Dall
2017-06-08
1
-4
/
+18
*
KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
Christoffer Dall
2017-06-08
1
-1
/
+2
*
KVM: arm/arm64: Check if irq lines to the GIC are already used
Christoffer Dall
2017-06-08
1
-0
/
+7
*
KVM: arm/arm64: Move irq_is_ppi() to header file
Christoffer Dall
2017-06-08
1
-2
/
+0
*
KVM: arm64: Allow creating the PMU without the in-kernel GIC
Christoffer Dall
2017-06-08
1
-12
/
+39
*
KVM: arm/arm64: PMU: remove request-less vcpu kick
Andrew Jones
2017-06-04
1
-21
/
+19
*
KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
Christoffer Dall
2017-04-09
1
-4
/
+35
*
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
Wei Huang
2016-11-18
1
-3
/
+5
*
KVM: arm64: Require in-kernel irqchip for PMU support
Christoffer Dall
2016-09-27
1
-0
/
+8
*
KVM: arm/arm64: pmu: abstract access to number of SPIs
Andre Przywara
2016-05-20
1
-11
/
+14
*
arm64: KVM: Add braces to multi-line if statement in virtual PMU code
Will Deacon
2016-04-01
1
-1
/
+2
*
arm64: KVM: Add a new vcpu device control group for PMUv3
Shannon Zhao
2016-02-29
1
-0
/
+112
*
arm64: KVM: Add a new feature bit for PMUv3
Shannon Zhao
2016-02-29
1
-0
/
+10
*
arm64: KVM: Free perf event of PMU when destroying vcpu
Shannon Zhao
2016-02-29
1
-0
/
+21
*
arm64: KVM: Reset PMU state when resetting vcpu
Shannon Zhao
2016-02-29
1
-0
/
+17
*
arm64: KVM: Add PMU overflow interrupt routing
Shannon Zhao
2016-02-29
1
-1
/
+68
*
arm64: KVM: Add helper to handle PMCR register bits
Shannon Zhao
2016-02-29
1
-0
/
+34
*
arm64: KVM: Add access handler for PMSWINC register
Shannon Zhao
2016-02-29
1
-0
/
+34
*
arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register
Shannon Zhao
2016-02-29
1
-0
/
+31
*
arm64: KVM: PMU: Add perf event map and introduce perf event creating function
Shannon Zhao
2016-02-29
1
-0
/
+74
*
arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register
Shannon Zhao
2016-02-29
1
-0
/
+66
*
arm64: KVM: Add access handler for event counter register
Shannon Zhao
2016-02-29
1
-0
/
+63