aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmuv3.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-12arm64: perf: Add support for event counting thresholdJames Clark1-1/+78
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark1-2/+4
2023-12-12arm: pmu: Share user ABI format mechanism with SPEJames Clark1-5/+16
2023-12-12arm64: perf: Include threshold control fields in PMEVTYPER maskJames Clark1-1/+8
2023-12-12arm: perf: Convert remaining fields to use GENMASKJames Clark1-1/+1
2023-12-12arm: perf: Use GENMASK for PMMIR fieldsJames Clark1-5/+3
2023-12-12arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark1-2/+2
2023-12-12arm: perf: Remove inlines from arm_pmuv3.cJames Clark1-23/+23
2023-12-05drivers/perf: pmuv3: don't expose SW_INCR event in sysfsMark Rutland1-1/+5
2023-12-05drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()Anshuman Khandual1-41/+20
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+3
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen1-3/+3
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-10-19drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Anshuman Khandual1-32/+12
2023-10-19drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyAnshuman Khandual1-1/+1
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-1/+0
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationMarc Zyngier1-0/+2
2023-08-04perf: pmuv3: Remove comments from armv8pmu_[enable|disable]_event()Anshuman Khandual1-23/+0
2023-07-27perf: pmuv3: Add Cortex A520, A715, A720, X3 and X4 PMUsRob Herring1-0/+10
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+10
2023-06-09arm64: enable perf events based hard lockup detectorDouglas Anderson1-2/+10
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe1-3/+18
2023-04-11arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONSStephane Eranian1-4/+23
2023-03-27ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier1-1/+4
2023-03-27perf: pmuv3: Change GENMASK to GENMASK_ULLZaid Al-Bassam1-2/+2
2023-03-27perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam1-1/+0
2023-03-27perf: pmuv3: Abstract PMU version checksZaid Al-Bassam1-4/+3
2023-03-27arm64: perf: Abstract system register accesses awayMarc Zyngier1-92/+23
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier1-0/+1468