aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-10-01ARM: pm: let platforms select cpu_suspend supportArnd Bergmann1-1/+1
2011-10-01ARM: export rtc_lock for nvram driverArnd Bergmann1-4/+2
2011-09-26ARM: prepare for removal of a bunch of <mach/memory.h> filesNicolas Pitre1-1/+1
2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2-3/+3
2011-09-22Merge branch 'pm' into devel-stableRussell King3-59/+100
2011-09-21Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King8-0/+4676
2011-09-20ARM: fix vmlinux.lds.S discarding sectionsRussell King1-3/+12
2011-09-20ARM: pm: add L2 cache cleaning for suspendRussell King1-0/+3
2011-09-20ARM: pm: convert some assembly to CRussell King2-39/+38
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King2-8/+4
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King2-17/+19
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King3-22/+61
2011-09-20ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King1-0/+2
2011-09-20ARM: kprobes: Add introductory comment to test codeJon Medhurst1-0/+21
2011-09-20ARM: kprobes: Add some benchmarking to test moduleJon Medhurst1-0/+161
2011-09-20ARM: kprobes: Add decoding table test coverage analysisJon Medhurst1-0/+261
2011-09-20ARM: kprobes: Add decoding table self-consistency testsJon Medhurst1-4/+99
2011-09-20ARM: kprobes: Add exports for test codeJon Medhurst3-0/+19
2011-09-20ARM: kprobes: Add ARM instruction simulation test casesJon Medhurst4-0/+1332
2011-09-20ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst4-0/+1221
2011-09-20ARM: kprobes: Framework for instruction set test casesJon Medhurst2-0/+1224
2011-09-20ARM: kprobes: Add basic API testsJon Medhurst2-0/+342
2011-09-17ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon1-0/+10
2011-09-16Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King9-782/+743
2011-09-15Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux in...Russell King1-1/+1
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner3-14/+14
2011-08-31Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon5-665/+564
2011-08-31ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland1-12/+2
2011-08-31ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland1-50/+3
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland4-78/+78
2011-08-31ARM: perf: remove event limit from pmu_hw_eventsMark Rutland1-2/+7
2011-08-31ARM: perf: add support for multiple PMUsMark Rutland1-22/+41
2011-08-31ARM: perf: refactor event mappingMark Rutland4-52/+87
2011-08-31ARM: perf: add type field to struct arm_pmuMark Rutland1-2/+4
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland4-40/+62
2011-08-31ARM: perf: remove unnecessary armpmu->stopMark Rutland1-1/+0
2011-08-31ARM: perf: indirect access to cpu_hw_eventsMark Rutland1-3/+15
2011-08-31ARM: perf: move platform device to struct arm_pmuMark Rutland1-4/+6
2011-08-31ARM: perf: move active_events into struct arm_pmuMark Rutland1-11/+20
2011-08-31ARM: perf: remove active_maskMark Rutland4-18/+18
2011-08-31ARM: perf: clean up event group validationMark Rutland1-1/+2
2011-08-31ARM: perf: only register a CPU PMU when presentMark Rutland1-16/+2
2011-08-31ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon1-8/+8
2011-08-31ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon1-9/+37
2011-08-31ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon1-35/+65
2011-08-31ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon1-39/+24
2011-08-31ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon1-19/+36
2011-08-31ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon1-9/+49
2011-08-31ARM: perf: allow armpmu to implement mode exclusionWill Deacon1-19/+25
2011-08-31ARM: perf: index PMU registers from zeroWill Deacon1-5/+4