summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/perf_event.c
AgeCommit message (Expand)Author
2023-03-27arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier
2023-02-16arm64: perf: reject CHAIN events at creation timeMark Rutland
2023-02-16arm_pmu: fix event CPU filteringMark Rutland
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-29arm64/perf: Replace PMU version number '0' with ID_AA64DFR0_EL1_PMUVer_NIAnshuman Khandual
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
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-03-08arm64: perf: Expose some Armv9 common events under sysfsShaokun Zhang
2022-01-04arm64: perf: Don't register user access sysctl handler multiple timesWill Deacon
2021-12-14Merge branch 'for-next/perf-cpu' into for-next/perfWill Deacon
2021-12-14arm64: perf: Support new DT compatiblesRobin Murphy
2021-12-14arm64: perf: Simplify registration boilerplateRobin Murphy
2021-12-14arm64: perf: Support Denver and Carmel PMUsThierry Reding
2021-12-14arm64: perf: Enable PMU counter userspace access for perf eventRob Herring
2021-12-14arm64: perf: Add userspace counter access disable switchRob Herring
2021-08-11arm64/perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu
2021-06-03arm64: perf: Add more support on caps under sysfsShaokun Zhang
2021-06-01arm64: perf: Convert snprintf to sysfs_emitTian Tao
2021-04-01arm64: perf: Remove redundant initialization in perf_event.cQi Liu
2021-03-10arm64: perf: Fix 64-bit event counter read truncationRob Herring
2021-02-12Merge branch 'for-next/perf' into for-next/coreWill Deacon
2021-02-04arm64: improve whitespaceZhiyuan Dai
2021-02-03arm64: perf: add support for Cortex-A78Seiya Wang
2021-02-02arm64: perf: Constify static attribute_group structsRikard Falkeborn
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon
2020-11-25arm64: Enable perf events based hard lockup detectorSumit Garg
2020-09-28arm64: perf: Defer irq_work to IPI_IRQ_WORKJulien Thierry
2020-09-28arm64: perf: Remove PMU lockingJulien Thierry
2020-09-28arm64: perf: Avoid PMXEV* indirectionMark Rutland
2020-09-28arm64: perf: Add missing ISB in armv8pmu_enable_counter()Alexandru Elisei
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang
2020-09-07arm64: perf: Remove unnecessary event_idx checkQi Liu
2020-09-07arm64: perf: Add general hardware LLC events for PMUv3Leo Yan
2020-07-21arm64: perf: Expose some new events via sysfsShaokun Zhang
2020-07-20arm64: perf: Add cap_user_time_shortPeter Zijlstra
2020-07-20arm64: perf: Only advertise cap_user_time for arch_timerPeter Zijlstra
2020-07-20arm64: perf: Implement correct cap_user_timePeter Zijlstra
2020-07-20arm64: perf: Correct the event index in sysfsShaokun Zhang
2020-03-17arm64: perf: Add support for ARMv8.5-PMU 64-bit countersAndrew Murray
2020-03-17arm64: perf: Clean up enable/disable callsRobin Murphy
2020-03-02arm64: perf: Support new DT compatiblesRobin Murphy
2020-03-02arm64: perf: Refactor PMU init callbacksRobin Murphy
2019-11-01arm64: perf: Simplify the ARMv8 PMUv3 event attributesShaokun Zhang
2019-08-20arm64: perf_event: Add missing header needed for smp_processor_id()Raphael Gault
2019-07-23arm64: perf: Remove unused macroShaokun Zhang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds