summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/pmu-emul.c
AgeCommit message (Expand)Author
2023-08-20KVM: arm64: PMU: Don't advertise STALL_SLOT_{FRONTEND,BACKEND}Reiji Watanabe
2023-08-20KVM: arm64: PMU: Don't advertise the STALL_SLOT eventReiji Watanabe
2023-08-20KVM: arm64: PMU: Avoid inappropriate use of host's PMUVerReiji Watanabe
2023-08-20KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVerReiji Watanabe
2023-06-07KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()Oliver Upton
2023-05-31KVM: arm64: Document default vPMU behavior on heterogeneous systemsOliver Upton
2023-05-31KVM: arm64: Iterate arm_pmus list to probe for default PMUOliver Upton
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-05KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton
2023-03-30KVM: arm64: PMU: Restore the guest's EL0 event counting after migrationReiji Watanabe
2023-03-29KVM: arm64: Use config_lock to protect data ordered against KVM_RUNOliver Upton
2023-03-13KVM: arm64: PMU: Don't save PMCR_EL0.{C,P} for the vCPUReiji Watanabe
2022-12-05KVM: arm64: PMU: Fix period computation for 64bit counters with 32bit overflowMarc Zyngier
2022-11-28KVM: arm64: PMU: Sanitise PMCR_EL0.LP on first vcpu runMarc Zyngier
2022-11-28KVM: arm64: PMU: Replace version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual
2022-11-19KVM: arm64: PMU: Make kvm_pmc the main data structureMarc Zyngier
2022-11-19KVM: arm64: PMU: Simplify vcpu computation on perf overflow notificationMarc Zyngier
2022-11-19KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guestMarc Zyngier
2022-11-19KVM: arm64: PMU: Implement PMUv3p5 long counter supportMarc Zyngier
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier
2022-11-19KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bitsMarc Zyngier
2022-11-17KVM: arm64: PMU: Simplify setting a counter to a specific valueMarc Zyngier
2022-11-17KVM: arm64: PMU: Add counter_index_to_*reg() helpersMarc Zyngier
2022-11-17KVM: arm64: PMU: Only narrow counters that are not 64bit wideMarc Zyngier
2022-11-17KVM: arm64: PMU: Narrow the overflow checking when requiredMarc Zyngier
2022-11-17KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflowMarc Zyngier
2022-11-17KVM: arm64: PMU: Always advertise the CHAIN eventMarc Zyngier
2022-11-17KVM: arm64: PMU: Align chained counter implementation with architecture pseud...Marc Zyngier
2022-09-16arm64/sysreg: Use feature numbering for PMU and SPE revisionsMark Brown
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown
2022-05-16Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/nextMarc Zyngier
2022-05-15KVM: arm64: Reenable pmu in Protected ModeFuad Tabba
2022-04-27KVM/arm64: Don't emulate a PMU for 32-bit guests if feature not setAlexandru Elisei
2022-03-18KVM: arm64: Generalise VM features into a set of flagsMarc Zyngier
2022-02-08KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei
2022-02-08KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei
2022-02-08KVM: arm64: Keep a list of probed PMUsAlexandru Elisei
2022-02-08KVM: arm64: Keep a per-VM pointer to the default PMUMarc Zyngier
2022-02-08KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-01KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson
2021-10-17KVM: arm64: Add memcg accounting to KVM allocationsJia He
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier
2021-08-20Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier
2021-08-11KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual