summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/perf: arm_pmu: Fix failure path in PM notifierWill Deacon2019-07-291-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* perf/core, arch/arm: Use PERF_PMU_CAP_NO_EXCLUDE conditionallyAndrew Murray2019-01-211-10/+5Star
* arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-121-1/+7
* arm64: perf: Add support for chaining event countersSuzuki K Poulose2018-07-101-7/+2Star
* arm_pmu: Tidy up clear_event_idx call backsSuzuki K Poulose2018-07-101-4/+3Star
* arm_pmu: Add support for 64bit event countersSuzuki K Poulose2018-07-101-6/+10
* arm_pmu: Clean up maximum period handlingSuzuki K Poulose2018-07-101-4/+12
* arm_pmu: simplify arm_pmu::handle_irqMark Rutland2018-05-211-1/+1
* Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar2018-03-191-1/+1
|\
| * arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hookWill Deacon2018-02-281-1/+1
* | perf: Fix sibling iterationPeter Zijlstra2018-03-161-1/+1
* | perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
|/
* arm_pmu: acpi: request IRQs up-frontMark Rutland2018-02-201-20/+2Star
* arm_pmu: note IRQs and PMUs per-cpuMark Rutland2018-02-201-17/+52
* arm_pmu: explicitly enable/disable SPIs at hotplugMark Rutland2018-02-201-5/+10
* arm_pmu: acpi: check for mismatched PPIsMark Rutland2018-02-201-13/+4Star
* arm_pmu: add armpmu_alloc_atomic()Mark Rutland2018-02-201-3/+14
* arm_pmu: fold platform helpers into platform codeMark Rutland2018-02-201-21/+0Star
* arm_pmu: kill arm_pmu_platdataMark Rutland2018-02-201-23/+4Star
* arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry2017-10-241-5/+5
* arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-0/+6
* drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon2017-07-271-14/+27
* drivers/perf: arm_pmu: add ACPI frameworkMark Rutland2017-04-111-2/+2
* drivers/perf: arm_pmu: split out platform device probe logicMark Rutland2017-04-111-222/+4Star
* drivers/perf: arm_pmu: move irq request/free into probeMark Rutland2017-04-111-5/+6
* drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland2017-04-111-36/+52
* drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland2017-04-111-10/+10
* drivers/perf: arm_pmu: handle no platform_deviceMark Rutland2017-04-111-3/+9
* drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland2017-04-111-2/+3
* drivers/perf: arm_pmu: factor out pmu registrationMark Rutland2017-04-111-14/+26
* drivers/perf: arm_pmu: fold init into allocMark Rutland2017-04-111-28/+24Star
* drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland2017-04-111-1/+1
* drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland2017-04-111-10/+3Star
* drivers/perf: arm_pmu: split irq request from enableMark Rutland2017-03-311-103/+50Star
* drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland2017-03-311-150/+164
* drivers/perf: arm_pmu: rework per-cpu allocationMark Rutland2017-03-311-22/+44
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-26/+18Star
|\
| * arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior2016-09-021-26/+18Star
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-031-6/+28
|\ \
| * | arm64: pmu: add fallback probe tableMark Salter2016-09-161-1/+1
| * | drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland2016-09-091-0/+20
| * | drivers/perf: arm_pmu: only use common attr_groupsMark Rutland2016-09-091-2/+1Star
| * | drivers/perf: arm_pmu: add common attr group fieldsMark Rutland2016-09-091-0/+3
| * | drivers/perf: arm_pmu: Always consider IRQ0 as an errorMarc Zyngier2016-09-061-6/+5Star
| |/
* | drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren2016-09-021-1/+1
* | drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren2016-09-021-0/+1
|/
* drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier2016-08-091-3/+4