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