aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmu.c
AgeCommit message (Expand)Author
2022-04-27arm_pmu: Validate single/group leader eventsRob Herring
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
2017-10-24arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon
2017-04-11drivers/perf: arm_pmu: add ACPI frameworkMark Rutland
2017-04-11drivers/perf: arm_pmu: split out platform device probe logicMark Rutland
2017-04-11drivers/perf: arm_pmu: move irq request/free into probeMark Rutland
2017-04-11drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland
2017-04-11drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland
2017-04-11drivers/perf: arm_pmu: handle no platform_deviceMark Rutland
2017-04-11drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland
2017-04-11drivers/perf: arm_pmu: factor out pmu registrationMark Rutland
2017-04-11drivers/perf: arm_pmu: fold init into allocMark Rutland
2017-04-11drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland
2017-04-11drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland
2017-03-31drivers/perf: arm_pmu: split irq request from enableMark Rutland
2017-03-31drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland
2017-03-31drivers/perf: arm_pmu: rework per-cpu allocationMark Rutland
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-09-16arm64: pmu: add fallback probe tableMark Salter
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland
2016-09-09drivers/perf: arm_pmu: only use common attr_groupsMark Rutland
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsMark Rutland
2016-09-06drivers/perf: arm_pmu: Always consider IRQ0 as an errorMarc Zyngier
2016-09-02arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren