index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event_cpu.c
Age
Commit message (
Expand
)
Author
2013-10-29
ARM: 7862/1: pcpu: replace __get_cpu_var_uses
Christoph Lameter
2013-08-20
ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
Thomas Gleixner
2013-07-14
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
2013-01-18
ARM: perf: handle armpmu_register failing
Mark Rutland
2013-01-14
ARM: perf: remove redundant NULL check on cpu_pmu
Will Deacon
2013-01-11
ARM: Use implementor and part defines from cputype.h
Christoffer Dall
2013-01-03
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2012-11-09
ARM: perf: consistently use arm_pmu->name for PMU name
Will Deacon
2012-11-09
ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU
Will Deacon
2012-11-09
ARM: perf: register cpu_notifier at driver init
Mark Rutland
2012-11-09
ARM: perf: consistently use struct perf_event in arm_pmu functions
Sudeep KarkadaNagesha
2012-11-09
ARM: perf: allocate CPU PMU dynamically at probe time
Sudeep KarkadaNagesha
2012-08-23
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
2012-08-23
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon