summaryrefslogtreecommitdiff
path: root/drivers/perf/arm_pmu.c
AgeCommit message (Expand)Author
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark
2023-12-05drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'Anshuman Khandual
2023-07-26arm_pmu: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark
2023-07-26arm_pmu: Add PERF_PMU_CAP_EXTENDED_HW_TYPE capabilityJames Clark
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-09arm64: enable perf events based hard lockup detectorDouglas Anderson
2023-06-05drivers/perf: apple_m1: Force 63bit counters for M2 CPUsMarc Zyngier
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-16arm_pmu: fix event CPU filteringMark Rutland
2023-01-13arm64, riscv, perf: Remove RCU_NONIDLE() usagePeter Zijlstra
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-06Merge branch 'for-next/perf' into for-next/coreWill Deacon
2022-12-02arm_pmu: Drop redundant armpmu->map_event() in armpmu_event_init()Anshuman Khandual
2022-11-07arm_pmu: rework ACPI probingMark Rutland
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-09-22perf: arm64: Add SVE vector granule register to user regsJames Clark
2022-04-13arm_pmu: Validate single/group leader eventsRob Herring
2022-03-08Merge branch 'for-next/perf-m1' into for-next/perfWill Deacon
2022-03-08drivers/perf: arm_pmu: Handle 47 bit countersMarc Zyngier
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov
2021-09-20KVM: arm64: Fix PMU probe orderingMarc Zyngier
2021-06-02arm_pmu: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao
2021-06-01perf: arm_pmu: use DEVICE_ATTR_RO macroYueHaibing
2021-05-25drivers/perf: arm_pmu: Fix some coding style issuesJunhao He
2021-04-22arm64: Get rid of oprofile leftoversMarc Zyngier
2021-01-20perf: Constify static struct attribute_groupRikard 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-28arm_pmu: arm64: Use NMIs for PMUJulien Thierry
2020-09-28arm_pmu: Introduce pmu_irq_opsJulien Thierry
2019-07-29drivers/perf: arm_pmu: Fix failure path in PM notifierWill Deacon
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-21perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyAndrew Murray
2018-10-12arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon
2018-07-10arm64: perf: Add support for chaining event countersSuzuki K Poulose
2018-07-10arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose
2018-07-10arm_pmu: Add support for 64bit event countersSuzuki K Poulose
2018-07-10arm_pmu: Clean up maximum period handlingSuzuki K Poulose
2018-05-21arm_pmu: simplify arm_pmu::handle_irqMark Rutland
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-02-28arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hookWill Deacon
2018-02-20arm_pmu: acpi: request IRQs up-frontMark Rutland
2018-02-20arm_pmu: note IRQs and PMUs per-cpuMark Rutland
2018-02-20arm_pmu: explicitly enable/disable SPIs at hotplugMark Rutland
2018-02-20arm_pmu: acpi: check for mismatched PPIsMark Rutland
2018-02-20arm_pmu: add armpmu_alloc_atomic()Mark Rutland
2018-02-20arm_pmu: fold platform helpers into platform codeMark Rutland
2018-02-20arm_pmu: kill arm_pmu_platdataMark Rutland