aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event_cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-28arm: perf: unify perf_event{,_cpu}.cMark Rutland1-363/+0
2015-05-28arm: perf: factor out armv7 pmu driverMark Rutland1-53/+0
2015-05-28arm: perf: factor out armv6 pmu driverMark Rutland1-9/+0
2015-05-28arm: perf: factor out xscale pmu driverMark Rutland1-4/+0
2015-05-28arm: perf: share arm_pmu_device_probeMark Rutland1-6/+14
2015-05-28arm: perf: kill off unused pm callbacksMark Rutland1-1/+0
2015-05-27arm: perf: remove singleton PMU restrictionMark Rutland1-15/+12
2015-05-27arm: perf: treat PMUs as CPU affineMark Rutland1-3/+12
2015-05-27arm: perf: make of_pmu_irq_cfg take arm_pmuMark Rutland1-3/+4
2015-03-24ARM: pmu: add support for interrupt-affinity propertyWill Deacon1-7/+62
2015-03-17ARM: perf: Add support for Scorpion PMUsStephen Boyd1-0/+2
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2014-10-30arm: perf: fold hotplug notifier into arm_pmuMark Rutland1-35/+34
2014-10-30arm: perf: dynamically allocate cpu hardware dataMark Rutland1-8/+25
2014-10-30arm: perf: fold percpu_pmu into pmu_hw_eventsMark Rutland1-6/+8
2014-10-30arm: perf: kill get_hw_events()Mark Rutland1-6/+1
2014-10-30arm: perf: limit size of accounting dataMark Rutland1-4/+0
2014-10-30arm: perf: use IDR types for CPU PMUsMark Rutland1-1/+1
2014-10-30arm: perf: make PMU probing data-drivenMark Rutland1-32/+18
2014-10-30arm: perf: add missing pr_info newlinesMark Rutland1-4/+4
2014-10-30ARM: perf: use pr_* instead of printkWill Deacon1-1/+1
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-12/+6
2014-09-26ARM: 8152/1: Convert pr_warning to pr_warnJoe Perches1-2/+2
2014-09-16ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interruptsStephen Boyd1-10/+4
2014-08-05Merge branch 'devel-stable' into for-nextRussell King1-3/+10
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-28/+27
2014-07-02arm: perf: add more specific platform device IDsMark Rutland1-0/+3
2014-07-02arm: perf: clean up PMU namesMark Rutland1-3/+7
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2014-06-05perf/ARM: Use common PMU interrupt disabled codeVince Weaver1-2/+6
2014-05-25ARM: 8054/1: perf: add support for the Cortex-A17 PMUWill Deacon1-0/+1
2014-02-21ARM: perf: add support for the Cortex-A12 PMUAlbin Tonnerre1-0/+1
2014-02-21ARM: perf: remove unused PMU probing codeMark Rutland1-9/+0
2014-02-21ARM: perf: add basic support for Krait CPU PMUsStephen Boyd1-0/+1
2014-02-21ARM: perf: assign pdev pointer earlier for CPU PMUsStephen Boyd1-2/+3
2014-02-21ARM: perf: support percpu irqs for the CPU PMUStephen Boyd1-28/+69
2014-01-11ARM: 7937/1: perf_event: Silence sparse warningStephen Boyd1-1/+1
2013-10-29ARM: 7862/1: pcpu: replace __get_cpu_var_usesChristoph Lameter1-1/+1
2013-08-20ARM: 7813/1: Mark pmu interupt IRQF_NO_THREADThomas Gleixner1-1/+2
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker1-3/+3
2013-01-18ARM: perf: handle armpmu_register failingMark Rutland1-5/+10
2013-01-14ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon1-1/+1
2013-01-11ARM: Use implementor and part defines from cputype.hChristoffer Dall1-18/+16
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-5/+5
2012-11-09ARM: perf: consistently use arm_pmu->name for PMU nameWill Deacon1-2/+2
2012-11-09ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMUWill Deacon1-0/+2
2012-11-09ARM: perf: register cpu_notifier at driver initMark Rutland1-2/+11
2012-11-09ARM: perf: consistently use struct perf_event in arm_pmu functionsSudeep KarkadaNagesha1-4/+4
2012-11-09ARM: perf: allocate CPU PMU dynamically at probe timeSudeep KarkadaNagesha1-17/+30
2012-08-23ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha1-1/+65