summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla2016-08-091-9/+9
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-22/+37
|\
| * arm/perf: Fix hotplug state machine conversionSebastian Andrzej Siewior2016-07-201-16/+37
| * arm/perf: Convert to hotplug state machineThomas Gleixner2016-07-151-21/+15Star
* | drivers/perf: arm-pmu: Handle per-interrupt affinity maskMarc Zyngier2016-07-081-5/+22
|/
* arm: pmu: Fix non-devicetree probingMark Salter2016-06-151-1/+1
* drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on errorJulien Grall2016-06-031-0/+1
* drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmuJulien Grall2016-06-031-3/+3
* drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfgJulien Grall2016-06-031-4/+1Star
* perf/arm: Special-case hetereogeneous CPUsMark Rutland2016-05-051-0/+8
* drivers/perf: arm-pmu: fix RCU usage on pmu resume from low-powerLorenzo Pieralisi2016-04-211-2/+13
* drivers/perf: arm_pmu: avoid NULL dereference when not using devicetreeWill Deacon2016-03-211-4/+3Star
* drivers/perf: arm_pmu: implement CPU_PM notifierLorenzo Pieralisi2016-02-261-0/+95
* drivers/perf: arm_pmu: make info messages more verboseDirk Behme2016-02-091-2/+4
* ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey2016-01-251-0/+9
* drivers/perf: kill armpmu_registerMark Rutland2015-11-161-9/+6Star
* drivers/perf: arm_pmu: avoid CPU device_node reference leakWill Deacon2015-10-151-2/+8
* arm: perf: factor arm_pmu core out to driversMark Rutland2015-07-311-0/+921