index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event_cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: perf: fold hotplug notifier into arm_pmu
Mark Rutland
2014-10-30
1
-35
/
+34
*
arm: perf: dynamically allocate cpu hardware data
Mark Rutland
2014-10-30
1
-8
/
+25
*
arm: perf: fold percpu_pmu into pmu_hw_events
Mark Rutland
2014-10-30
1
-6
/
+8
*
arm: perf: kill get_hw_events()
Mark Rutland
2014-10-30
1
-6
/
+1
*
arm: perf: limit size of accounting data
Mark Rutland
2014-10-30
1
-4
/
+0
*
arm: perf: use IDR types for CPU PMUs
Mark Rutland
2014-10-30
1
-1
/
+1
*
arm: perf: make PMU probing data-driven
Mark Rutland
2014-10-30
1
-32
/
+18
*
arm: perf: add missing pr_info newlines
Mark Rutland
2014-10-30
1
-4
/
+4
*
ARM: perf: use pr_* instead of printk
Will Deacon
2014-10-30
1
-1
/
+1
*
-
.
Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...
Russell King
2014-10-02
1
-12
/
+6
|
\
\
|
|
*
ARM: 8152/1: Convert pr_warning to pr_warn
Joe Perches
2014-09-26
1
-2
/
+2
|
|
/
|
/
|
|
*
ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interrupts
Stephen Boyd
2014-09-16
1
-10
/
+4
|
/
*
Merge branch 'devel-stable' into for-next
Russell King
2014-08-05
1
-3
/
+10
|
\
|
*
arm: perf: add more specific platform device IDs
Mark Rutland
2014-07-02
1
-0
/
+3
|
*
arm: perf: clean up PMU names
Mark Rutland
2014-07-02
1
-3
/
+7
*
|
ARM: make it easier to check the CPU part number correctly
Russell King
2014-07-18
1
-28
/
+27
|
/
*
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-12
1
-2
/
+6
|
\
|
*
perf/ARM: Use common PMU interrupt disabled code
Vince Weaver
2014-06-05
1
-2
/
+6
*
|
ARM: 8054/1: perf: add support for the Cortex-A17 PMU
Will Deacon
2014-05-25
1
-0
/
+1
|
/
*
ARM: perf: add support for the Cortex-A12 PMU
Albin Tonnerre
2014-02-21
1
-0
/
+1
*
ARM: perf: remove unused PMU probing code
Mark Rutland
2014-02-21
1
-9
/
+0
*
ARM: perf: add basic support for Krait CPU PMUs
Stephen Boyd
2014-02-21
1
-0
/
+1
*
ARM: perf: assign pdev pointer earlier for CPU PMUs
Stephen Boyd
2014-02-21
1
-2
/
+3
*
ARM: perf: support percpu irqs for the CPU PMU
Stephen Boyd
2014-02-21
1
-28
/
+69
*
ARM: 7937/1: perf_event: Silence sparse warning
Stephen Boyd
2014-01-11
1
-1
/
+1
*
ARM: 7862/1: pcpu: replace __get_cpu_var_uses
Christoph Lameter
2013-10-29
1
-1
/
+1
*
ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
Thomas Gleixner
2013-08-20
1
-1
/
+2
*
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
2013-07-14
1
-3
/
+3
*
ARM: perf: handle armpmu_register failing
Mark Rutland
2013-01-18
1
-5
/
+10
*
ARM: perf: remove redundant NULL check on cpu_pmu
Will Deacon
2013-01-14
1
-1
/
+1
*
ARM: Use implementor and part defines from cputype.h
Christoffer Dall
2013-01-11
1
-18
/
+16
*
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-5
/
+5
*
ARM: perf: consistently use arm_pmu->name for PMU name
Will Deacon
2012-11-09
1
-2
/
+2
*
ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU
Will Deacon
2012-11-09
1
-0
/
+2
*
ARM: perf: register cpu_notifier at driver init
Mark Rutland
2012-11-09
1
-2
/
+11
*
ARM: perf: consistently use struct perf_event in arm_pmu functions
Sudeep KarkadaNagesha
2012-11-09
1
-4
/
+4
*
ARM: perf: allocate CPU PMU dynamically at probe time
Sudeep KarkadaNagesha
2012-11-09
1
-17
/
+30
*
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
2012-08-23
1
-1
/
+65
*
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon
2012-08-23
1
-0
/
+231