index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
Will Deacon
2012-10-18
1
-0
/
+4
*
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
2012-08-23
1
-60
/
+12
*
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon
2012-08-23
1
-210
/
+1
*
ARM: perf: prepare for moving CPU PMU code into separate file
Will Deacon
2012-08-23
1
-42
/
+27
*
ARM: perf: probe devicetree in preference to current CPU
Will Deacon
2012-08-23
1
-84
/
+91
*
ARM: perf: remove mysterious compiler barrier
Will Deacon
2012-08-23
1
-1
/
+0
*
ARM: pmu: remove unused reservation mechanism
Will Deacon
2012-08-23
1
-8
/
+0
*
ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs
Will Deacon
2012-08-23
1
-1
/
+5
*
ARM: PMU: Add runtime PM Support
Jon Hunter
2012-08-23
1
-8
/
+33
*
-
.
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
2012-07-27
1
-9
/
+6
|
\
\
|
|
*
ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration
Will Deacon
2012-07-09
1
-9
/
+6
|
|
/
*
/
ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailable
Will Deacon
2012-07-05
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2012-03-29
1
-0
/
+3
|
\
|
*
ARM: 7315/1: perf: add support for the Cortex-A7 PMU
Will Deacon
2012-03-24
1
-0
/
+3
*
|
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
2012-03-12
1
-0
/
+4
|
\
\
|
*
|
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2012-03-05
1
-0
/
+4
|
|
/
*
|
ARM: 7358/1: perf: add PMU hotplug notifier
Lorenzo Pieralisi
2012-03-07
1
-0
/
+23
*
|
ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling mode
Will Deacon
2012-03-07
1
-11
/
+11
|
/
*
Merge branch 'devel-stable' into for-linus
Russell King
2012-01-05
1
-10
/
+9
|
\
|
*
-
.
Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmk
Will Deacon
2011-12-02
1
-10
/
+9
|
|
\
\
|
|
|
*
arm: pmu: allow platform specific irq enable/disable handling
Ming Lei
2011-12-02
1
-2
/
+8
|
|
|
/
|
|
/
|
|
|
*
ARM: perf: remove unused armpmu_get_max_events
Will Deacon
2011-12-02
1
-8
/
+1
|
|
/
*
|
ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs
Will Deacon
2011-12-06
1
-0
/
+3
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-12-05
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
perf: Don't use -ENOSPC for out of PMU resources
Peter Zijlstra
2011-11-14
1
-3
/
+3
*
|
ARM: perf: check that we have a platform device when reserving PMU
Will Deacon
2011-11-22
1
-0
/
+3
*
|
ARM: perf: initialise used_mask for fake PMU during validation
Will Deacon
2011-11-17
1
-1
/
+7
|
/
*
arm: convert core files from module.h to export.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
ARM: perf: Remove unnecessary armpmu->enable()s
Mark Rutland
2011-08-31
1
-12
/
+2
*
ARM: perf: move arm_pmu into <asm/pmu.h>
Mark Rutland
2011-08-31
1
-50
/
+3
*
ARM: perf: remove cpu-related misnomers
Mark Rutland
2011-08-31
1
-42
/
+42
*
ARM: perf: remove event limit from pmu_hw_events
Mark Rutland
2011-08-31
1
-2
/
+7
*
ARM: perf: add support for multiple PMUs
Mark Rutland
2011-08-31
1
-22
/
+41
*
ARM: perf: refactor event mapping
Mark Rutland
2011-08-31
1
-31
/
+36
*
ARM: perf: add type field to struct arm_pmu
Mark Rutland
2011-08-31
1
-2
/
+4
*
ARM: perf: lock PMU registers per-CPU
Mark Rutland
2011-08-31
1
-6
/
+11
*
ARM: perf: remove unnecessary armpmu->stop
Mark Rutland
2011-08-31
1
-1
/
+0
*
ARM: perf: indirect access to cpu_hw_events
Mark Rutland
2011-08-31
1
-3
/
+15
*
ARM: perf: move platform device to struct arm_pmu
Mark Rutland
2011-08-31
1
-4
/
+6
*
ARM: perf: move active_events into struct arm_pmu
Mark Rutland
2011-08-31
1
-11
/
+20
*
ARM: perf: remove active_mask
Mark Rutland
2011-08-31
1
-8
/
+0
*
ARM: perf: clean up event group validation
Mark Rutland
2011-08-31
1
-1
/
+2
*
ARM: perf: only register a CPU PMU when present
Mark Rutland
2011-08-31
1
-16
/
+2
*
ARM: perf: allow armpmu to implement mode exclusion
Will Deacon
2011-08-31
1
-19
/
+25
*
ARM: perf: index PMU registers from zero
Will Deacon
2011-08-31
1
-5
/
+4
*
ARM: perf: use cpumask_t to record active IRQs
Will Deacon
2011-08-31
1
-33
/
+31
*
ARM: PMU: move CPU PMU platform device handling and init into perf
Will Deacon
2011-08-31
1
-12
/
+62
*
ARM: perf: de-const struct arm_pmu
Mark Rutland
2011-08-31
1
-1
/
+1
*
Merge branch 'devel-stable' into for-next
Russell King
2011-07-22
1
-0
/
+6
|
\
|
*
Merge branch 'kprobes-thumb' of git://git.yxit.co.uk/linux into devel-stable
Russell King
2011-07-15
1
-2
/
+4
|
|
\
[next]