summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/pmu-emul.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-18KVM: arm64: Restore PMU configuration on first runMarc Zyngier1-0/+3
2021-06-18KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei1-0/+1
2021-04-22KVM: arm64: Divorce the perf code from oprofile helpersMarc Zyngier1-1/+1
2021-03-06KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier1-10/+0
2021-02-12Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier1-4/+10
2021-02-03KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier1-4/+4
2021-02-03KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier1-0/+6
2021-01-21KVM: arm64: Filter out v8.1+ events on v8.0 HWMarc Zyngier1-3/+7
2020-12-27KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei1-2/+0
2020-11-27KVM: arm64: Get rid of the PMU ready stateMarc Zyngier1-1/+0
2020-11-27KVM: arm64: Gate kvm_pmu_update_state() on the PMU featureMarc Zyngier1-1/+1
2020-11-27KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset timeMarc Zyngier1-2/+2
2020-11-27KVM: arm64: Refuse to run VCPU if PMU is not initializedAlexandru Elisei1-4/+4
2020-11-27KVM: arm64: Add kvm_vcpu_has_pmu() helperMarc Zyngier1-5/+3
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+173
2020-09-29KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier1-0/+29
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier1-6/+63
2020-09-29KVM: arm64: Use event mask matching architecture revisionMarc Zyngier1-5/+75
2020-09-29KVM: arm64: Refactor PMU attribute error handlingMarc Zyngier1-12/+7
2020-09-28KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry1-1/+25
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier1-0/+869