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