summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_cpu.c
Commit message (Expand)AuthorAgeFilesLines
* arm: perf: unify perf_event{,_cpu}.cMark Rutland2015-05-281-363/+0
* arm: perf: factor out armv7 pmu driverMark Rutland2015-05-281-53/+0
* arm: perf: factor out armv6 pmu driverMark Rutland2015-05-281-9/+0
* arm: perf: factor out xscale pmu driverMark Rutland2015-05-281-4/+0
* arm: perf: share arm_pmu_device_probeMark Rutland2015-05-281-6/+14
* arm: perf: kill off unused pm callbacksMark Rutland2015-05-281-1/+0
* arm: perf: remove singleton PMU restrictionMark Rutland2015-05-271-15/+12
* arm: perf: treat PMUs as CPU affineMark Rutland2015-05-271-3/+12
* arm: perf: make of_pmu_irq_cfg take arm_pmuMark Rutland2015-05-271-3/+4
* ARM: pmu: add support for interrupt-affinity propertyWill Deacon2015-03-241-7/+62
* ARM: perf: Add support for Scorpion PMUsStephen Boyd2015-03-171-0/+2
* ARM: make of_device_ids constUwe Kleine-König2015-02-191-1/+1
* arm: perf: fold hotplug notifier into arm_pmuMark Rutland2014-10-301-35/+34
* arm: perf: dynamically allocate cpu hardware dataMark Rutland2014-10-301-8/+25
* arm: perf: fold percpu_pmu into pmu_hw_eventsMark Rutland2014-10-301-6/+8
* arm: perf: kill get_hw_events()Mark Rutland2014-10-301-6/+1
* arm: perf: limit size of accounting dataMark Rutland2014-10-301-4/+0
* arm: perf: use IDR types for CPU PMUsMark Rutland2014-10-301-1/+1
* arm: perf: make PMU probing data-drivenMark Rutland2014-10-301-32/+18
* arm: perf: add missing pr_info newlinesMark Rutland2014-10-301-4/+4
* ARM: perf: use pr_* instead of printkWill Deacon2014-10-301-1/+1
*-. Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King2014-10-021-12/+6
|\ \
| | * ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches2014-09-261-2/+2
| |/ |/|
| * ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interruptsStephen Boyd2014-09-161-10/+4
|/
* Merge branch 'devel-stable' into for-nextRussell King2014-08-051-3/+10
|\
| * arm: perf: add more specific platform device IDsMark Rutland2014-07-021-0/+3
| * arm: perf: clean up PMU namesMark Rutland2014-07-021-3/+7
* | ARM: make it easier to check the CPU part number correctlyRussell King2014-07-181-28/+27
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-2/+6
|\
| * perf/ARM: Use common PMU interrupt disabled codeVince Weaver2014-06-051-2/+6
* | ARM: 8054/1: perf: add support for the Cortex-A17 PMUWill Deacon2014-05-251-0/+1
|/
* ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre2014-02-211-0/+1
* ARM: perf: remove unused PMU probing codeMark Rutland2014-02-211-9/+0
* ARM: perf: add basic support for Krait CPU PMUsStephen Boyd2014-02-211-0/+1
* ARM: perf: assign pdev pointer earlier for CPU PMUsStephen Boyd2014-02-211-2/+3
* ARM: perf: support percpu irqs for the CPU PMUStephen Boyd2014-02-211-28/+69
* ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd2014-01-111-1/+1
* ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter2013-10-291-1/+1
* ARM: 7813/1: Mark pmu interupt IRQF_NO_THREADThomas Gleixner2013-08-201-1/+2
* arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker2013-07-141-3/+3
* ARM: perf: handle armpmu_register failingMark Rutland2013-01-181-5/+10
* ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon2013-01-141-1/+1
* ARM: Use implementor and part defines from cputype.hChristoffer Dall2013-01-111-18/+16
* ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-5/+5
* ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon2012-11-091-2/+2
* ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMUWill Deacon2012-11-091-0/+2
* ARM: perf: register cpu_notifier at driver initMark Rutland2012-11-091-2/+11
* ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha2012-11-091-4/+4
* ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha2012-11-091-17/+30
* ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha2012-08-231-1/+65
OpenPOWER on IntegriCloud