Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-01-18 | ARM: perf: handle armpmu_register failing | Mark Rutland | 1 | -5/+10 |
2013-01-14 | ARM: perf: remove redundant NULL check on cpu_pmu | Will Deacon | 1 | -1/+1 |
2013-01-11 | ARM: Use implementor and part defines from cputype.h | Christoffer Dall | 1 | -18/+16 |
2013-01-03 | ARM: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -5/+5 |
2012-11-09 | ARM: perf: consistently use arm_pmu->name for PMU name | Will Deacon | 1 | -2/+2 |
2012-11-09 | ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU | Will Deacon | 1 | -0/+2 |
2012-11-09 | ARM: perf: register cpu_notifier at driver init | Mark Rutland | 1 | -2/+11 |
2012-11-09 | ARM: perf: consistently use struct perf_event in arm_pmu functions | Sudeep KarkadaNagesha | 1 | -4/+4 |
2012-11-09 | ARM: perf: allocate CPU PMU dynamically at probe time | Sudeep KarkadaNagesha | 1 | -17/+30 |
2012-08-23 | ARM: perf: move irq registration into pmu implementation | Sudeep KarkadaNagesha | 1 | -1/+65 |
2012-08-23 | ARM: perf: move CPU-specific PMU handling code into separate file | Will Deacon | 1 | -0/+231 |