aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/perf_event.c
Commit message (Expand)AuthorAge
* ARM: perf: move irq registration into pmu implementationSudeep KarkadaNagesha2012-08-23
* ARM: perf: move CPU-specific PMU handling code into separate fileWill Deacon2012-08-23
* ARM: perf: prepare for moving CPU PMU code into separate fileWill Deacon2012-08-23
* ARM: perf: probe devicetree in preference to current CPUWill Deacon2012-08-23
* ARM: perf: remove mysterious compiler barrierWill Deacon2012-08-23
* ARM: pmu: remove unused reservation mechanismWill Deacon2012-08-23
* ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUsWill Deacon2012-08-23
* ARM: PMU: Add runtime PM SupportJon Hunter2012-08-23
*-. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-27
|\ \
| | * ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumerationWill Deacon2012-07-09
| |/
* / ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailableWill Deacon2012-07-05
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-29
|\
| * ARM: 7315/1: perf: add support for the Cortex-A7 PMUWill Deacon2012-03-24
* | Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar2012-03-12
|\ \
| * | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-05
| |/
* | ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi2012-03-07
* | ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon2012-03-07
|/
* Merge branch 'devel-stable' into for-linusRussell King2012-01-05
|\
| *-. Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon2011-12-02
| |\ \
| | | * arm: pmu: allow platform specific irq enable/disable handlingMing Lei2011-12-02
| | |/ | |/|
| | * ARM: perf: remove unused armpmu_get_max_eventsWill Deacon2011-12-02
| |/
* | ARM: 7185/1: perf: don't assign platform_device on unsupported CPUsWill Deacon2011-12-06
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-05
|\ \ | |/ |/|
| * perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra2011-11-14
* | ARM: perf: check that we have a platform device when reserving PMUWill Deacon2011-11-22
* | ARM: perf: initialise used_mask for fake PMU during validationWill Deacon2011-11-17
|/
* arm: convert core files from module.h to export.hPaul Gortmaker2011-10-31
* ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland2011-08-31
* ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland2011-08-31
* ARM: perf: remove cpu-related misnomersMark Rutland2011-08-31
* ARM: perf: remove event limit from pmu_hw_eventsMark Rutland2011-08-31
* ARM: perf: add support for multiple PMUsMark Rutland2011-08-31
* ARM: perf: refactor event mappingMark Rutland2011-08-31
* ARM: perf: add type field to struct arm_pmuMark Rutland2011-08-31
* ARM: perf: lock PMU registers per-CPUMark Rutland2011-08-31
* ARM: perf: remove unnecessary armpmu->stopMark Rutland2011-08-31
* ARM: perf: indirect access to cpu_hw_eventsMark Rutland2011-08-31
* ARM: perf: move platform device to struct arm_pmuMark Rutland2011-08-31
* ARM: perf: move active_events into struct arm_pmuMark Rutland2011-08-31
* ARM: perf: remove active_maskMark Rutland2011-08-31
* ARM: perf: clean up event group validationMark Rutland2011-08-31
* ARM: perf: only register a CPU PMU when presentMark Rutland2011-08-31
* ARM: perf: allow armpmu to implement mode exclusionWill Deacon2011-08-31
* ARM: perf: index PMU registers from zeroWill Deacon2011-08-31
* ARM: perf: use cpumask_t to record active IRQsWill Deacon2011-08-31
* ARM: PMU: move CPU PMU platform device handling and init into perfWill Deacon2011-08-31
* ARM: perf: de-const struct arm_pmuMark Rutland2011-08-31
* Merge branch 'devel-stable' into for-nextRussell King2011-07-22
|\
| * Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-07-15
| |\
| * | ARM: perf: add support for the Cortex-A15 PMUWill Deacon2011-07-07