aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAge
...
| | * | | | | ARM: vfp: Fix the comment to make it consistent with the code.Santosh Shilimkar2011-09-23
| | * | | | | ARM: gic: Allow gic arch extensions to provide irqchip flagsColin Cross2011-09-23
| | * | | | | ARM: vfp: Use cpu pm notifiers to save vfp stateColin Cross2011-09-23
| | * | | | | ARM: gic: Use cpu pm notifiers to save gic stateColin Cross2011-09-23
| | * | | | | ARM: Enable CPU_PM notifiers on ARM machines.Santosh Shilimkar2011-09-23
| * | | | | | Merge branch 'pm' into devel-stableRussell King2011-09-22
| |\ \ \ \ \ \
| | * | | | | | ARM: pm: add L2 cache cleaning for suspendRussell King2011-09-20
| | * | | | | | ARM: pm: convert some assembly to CRussell King2011-09-20
| | * | | | | | ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2011-09-20
| | * | | | | | ARM: pm: no need to save/restore context ID registerRussell King2011-09-20
| | * | | | | | ARM: pm: only use preallocated page table during resumeRussell King2011-09-20
| | * | | | | | ARM: pm: preallocate a page table for suspend/resumeRussell King2011-09-20
| | * | | | | | ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King2011-09-20
| * | | | | | | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-21
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: kprobes: Add introductory comment to test codeJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add some benchmarking to test moduleJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add decoding table test coverage analysisJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add decoding table self-consistency testsJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add exports for test codeJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add ARM instruction simulation test casesJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Framework for instruction set test casesJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add basic API testsJon Medhurst2011-09-20
| | * | | | | | | ARM: kprobes: Add config option for selecting the ARM kprobes testsJon Medhurst2011-09-20
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-16
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon2011-08-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: add mode exclusion for Cortex-A15 PMUWill Deacon2011-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: index Xscale and ARMv6 event counters starting from zeroWill Deacon2011-08-31
| | | * | | | | | | ARM: perf: index ARMv7 event counters starting from zeroWill Deacon2011-08-31
| | | * | | | | | | ARM: perf: use integers for ARMv7 event indicesWill Deacon2011-08-31
| | | * | | | | | | ARM: perf: use u32 instead of unsigned long for PMNC registerWill 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