summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/pmu-emul.c
AgeCommit message (Expand)Author
2024-10-31KVM: arm64: nv: Reprogram PMU events affected by nested transitionOliver Upton
2024-10-31KVM: arm64: nv: Apply EL2 event filtering when in hyp contextOliver Upton
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HLPOliver Upton
2024-10-31KVM: arm64: nv: Honor MDCR_EL2.HPMEOliver Upton
2024-10-31KVM: arm64: Add helpers to determine if PMC counts at a given ELOliver Upton
2024-10-31KVM: arm64: nv: Adjust range of accessible PMCs according to HPMNOliver Upton
2024-10-31KVM: arm64: Rename kvm_pmu_valid_counter_mask()Oliver Upton
2024-10-31KVM: arm64: nv: Describe trap behaviour of MDCR_EL2.HPMNOliver Upton
2024-08-16KVM: arm64: Refine PMU defines for number of countersRob Herring (Arm)
2024-08-16perf: arm_pmu: Remove event index to counter remappingRob Herring (Arm)
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-03perf: arm_pmuv3: Include asm/arm_pmuv3.h from linux/perf/arm_pmuv3.hRob Herring (Arm)
2024-06-20KVM: arm64: Use read-only helper for reading VM ID registersOliver Upton
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-02-19KVM: arm64: Add feature checking helpersMarc Zyngier
2024-02-01KVM: arm64: PMU: fix kernel-doc warningsRandy Dunlap
2023-12-12arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark
2023-10-30Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton
2023-10-30Merge branch kvm-arm64/sgi-injection into kvmarm/nextOliver Upton
2023-10-24KVM: arm64: Sanitize PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR} before first runRaghavendra Rao Ananta
2023-10-24KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMURaghavendra Rao Ananta
2023-10-24KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0Reiji Watanabe
2023-10-24KVM: arm64: Select default PMU in KVM_ARM_VCPU_INIT handlerReiji Watanabe
2023-10-24KVM: arm64: Add PMU event filter bits required if EL3 is implementedOliver Upton
2023-10-24KVM: arm64: Make PMEVTYPER<n>_EL0.NSH RES0 if EL2 isn't advertisedOliver Upton
2023-10-24KVM: arm64: PMU: Introduce helpers to set the guest's PMUReiji Watanabe
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier
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