index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
pmu-emul.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_N
James Clark
2023-12-12
1
-5
/
+3
*
Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/next
Oliver Upton
2023-10-30
1
-28
/
+79
|
\
|
*
KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first run
Raghavendra Rao Ananta
2023-10-25
1
-0
/
+11
|
*
KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
Raghavendra Rao Ananta
2023-10-25
1
-1
/
+20
|
*
KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
Reiji Watanabe
2023-10-25
1
-6
/
+15
|
*
KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handler
Reiji Watanabe
2023-10-25
1
-12
/
+4
|
*
KVM: arm64: PMU: Introduce helpers to set the guest's PMU
Reiji Watanabe
2023-10-24
1
-15
/
+35
*
|
Merge branch kvm-arm64/sgi-injection into kvmarm/next
Oliver Upton
2023-10-30
1
-1
/
+1
|
\
\
|
*
|
KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer
Marc Zyngier
2023-09-30
1
-1
/
+1
|
|
/
*
|
KVM: arm64: Add PMU event filter bits required if EL3 is implemented
Oliver Upton
2023-10-24
1
-2
/
+13
*
|
KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertised
Oliver Upton
2023-10-24
1
-7
/
+14
|
/
*
KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}
Reiji Watanabe
2023-08-20
1
-2
/
+4
*
KVM: arm64: PMU: Don't advertise the STALL_SLOT event
Reiji Watanabe
2023-08-20
1
-2
/
+1
*
KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
Reiji Watanabe
2023-08-20
1
-6
/
+16
*
KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer
Reiji Watanabe
2023-08-20
1
-2
/
+6
*
KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()
Oliver Upton
2023-06-07
1
-1
/
+19
*
KVM: arm64: Document default vPMU behavior on heterogeneous systems
Oliver Upton
2023-05-31
1
-1
/
+11
*
KVM: arm64: Iterate arm_pmus list to probe for default PMU
Oliver Upton
2023-05-31
1
-34
/
+12
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
1
-18
/
+7
|
\
|
*
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
2023-04-21
1
-2
/
+2
|
|
\
|
|
*
KVM: arm64: Add a helper to check if a VM has ran once
Oliver Upton
2023-04-05
1
-2
/
+2
|
*
|
KVM: arm64: Use config_lock to protect data ordered against KVM_RUN
Oliver Upton
2023-03-29
1
-17
/
+6
|
|
/
*
|
KVM: arm64: PMU: Restore the guest's EL0 event counting after migration
Reiji Watanabe
2023-03-30
1
-0
/
+1
*
|
KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPU
Reiji Watanabe
2023-03-13
1
-1
/
+2
|
/
*
KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflow
Marc Zyngier
2022-12-05
1
-7
/
+3
*
KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu run
Marc Zyngier
2022-11-28
1
-0
/
+6
*
KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NI
Anshuman Khandual
2022-11-28
1
-2
/
+3
*
KVM: arm64: PMU: Make kvm_pmc the main data structure
Marc Zyngier
2022-11-19
1
-87
/
+87
*
KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification
Marc Zyngier
2022-11-19
1
-4
/
+1
*
KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
Marc Zyngier
2022-11-19
1
-1
/
+1
*
KVM: arm64: PMU: Implement PMUv3p5 long counter support
Marc Zyngier
2022-11-19
1
-3
/
+5
*
KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
Marc Zyngier
2022-11-19
1
-0
/
+11
*
KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
Marc Zyngier
2022-11-19
1
-8
/
+27
*
KVM: arm64: PMU: Simplify setting a counter to a specific value
Marc Zyngier
2022-11-17
1
-1
/
+4
*
KVM: arm64: PMU: Add counter_index_to_*reg() helpers
Marc Zyngier
2022-11-17
1
-15
/
+18
*
KVM: arm64: PMU: Only narrow counters that are not 64bit wide
Marc Zyngier
2022-11-17
1
-8
/
+6
*
KVM: arm64: PMU: Narrow the overflow checking when required
Marc Zyngier
2022-11-17
1
-1
/
+2
*
KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
Marc Zyngier
2022-11-17
1
-12
/
+31
*
KVM: arm64: PMU: Always advertise the CHAIN event
Marc Zyngier
2022-11-17
1
-0
/
+2
*
KVM: arm64: PMU: Align chained counter implementation with architecture pseud...
Marc Zyngier
2022-11-17
1
-234
/
+86
*
arm64/sysreg: Use feature numbering for PMU and SPE revisions
Mark Brown
2022-09-16
1
-6
/
+6
*
arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
Mark Brown
2022-09-16
1
-8
/
+8
*
arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture
Mark Brown
2022-09-16
1
-8
/
+8
*
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-2
/
+1
|
\
|
*
KVM: arm64: Reenable pmu in Protected Mode
Fuad Tabba
2022-05-15
1
-2
/
+1
*
|
KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not set
Alexandru Elisei
2022-04-27
1
-1
/
+22
|
/
*
KVM: arm64: Generalise VM features into a set of flags
Marc Zyngier
2022-03-18
1
-2
/
+2
*
KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPU
Alexandru Elisei
2022-02-08
1
-0
/
+1
*
KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attribute
Alexandru Elisei
2022-02-08
1
-0
/
+40
*
KVM: arm64: Keep a list of probed PMUs
Alexandru Elisei
2022-02-08
1
-2
/
+23
[next]