summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/pmu-emul.c
Commit message (Expand)AuthorAgeFilesLines
* KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not setAlexandru Elisei2022-04-271-1/+22
* KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier2022-03-181-2/+2
* KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei2022-02-081-0/+1
* KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei2022-02-081-0/+40
* KVM: arm64: Keep a list of probed PMUsAlexandru Elisei2022-02-081-2/+23
* KVM: arm64: Keep a per-VM pointer to the default PMUMarc Zyngier2022-02-081-16/+26
* KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier2022-02-081-13/+20
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-161-1/+2
|\
| * Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-0/+1
| |\
| | * KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier2021-12-011-0/+1
| * | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-1/+1
| |/
* / KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson2021-11-171-0/+2
|/
* KVM: arm64: Add memcg accounting to KVM allocationsJia He2021-10-171-1/+1
* KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-201-1/+8
* Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier2021-08-201-3/+3
|\
| * KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2021-08-111-3/+3
* | KVM: arm64: Disabling disabled PMU counters wastes a lot of timeAlexandre Chartre2021-08-021-2/+3
* | KVM: arm64: Drop unnecessary masking of PMU registersMarc Zyngier2021-08-021-2/+1
|/
* KVM: arm64: Restore PMU configuration on first runMarc Zyngier2021-06-181-0/+3
* KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei2021-06-181-0/+1
* KVM: arm64: Divorce the perf code from oprofile helpersMarc Zyngier2021-04-221-1/+1
* KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static keyMarc Zyngier2021-03-061-10/+0
* Merge branch 'kvm-arm64/pmu-debug-fixes-5.11' into kvmarm-master/nextMarc Zyngier2021-02-121-4/+10
|\
| * KVM: arm64: Use symbolic names for the PMU versionsMarc Zyngier2021-02-031-4/+4
| * KVM: arm64: Upgrade PMU support to ARMv8.4Marc Zyngier2021-02-031-0/+6
* | KVM: arm64: Filter out v8.1+ events on v8.0 HWMarc Zyngier2021-01-211-3/+7
* | KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei2020-12-271-2/+0
|/
* KVM: arm64: Get rid of the PMU ready stateMarc Zyngier2020-11-271-1/+0
* KVM: arm64: Gate kvm_pmu_update_state() on the PMU featureMarc Zyngier2020-11-271-1/+1
* KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset timeMarc Zyngier2020-11-271-2/+2
* KVM: arm64: Refuse to run VCPU if PMU is not initializedAlexandru Elisei2020-11-271-4/+4
* KVM: arm64: Add kvm_vcpu_has_pmu() helperMarc Zyngier2020-11-271-5/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-231-22/+173
|\
| * KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1Marc Zyngier2020-09-291-0/+29
| * KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier2020-09-291-6/+63
| * KVM: arm64: Use event mask matching architecture revisionMarc Zyngier2020-09-291-5/+75
| * KVM: arm64: Refactor PMU attribute error handlingMarc Zyngier2020-09-291-12/+7
* | KVM: arm64: pmu: Make overflow handler NMI safeJulien Thierry2020-09-281-1/+25
|/
* KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier2020-05-161-0/+869