aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2011-10-19ARM: kprobes: Fix build error in test codeJon Medhurst (Tixy)
2011-10-17ARM: kprobes: work around build errorsArnd Bergmann
2011-10-17Add ARM cpu topology definitionVincent Guittot
2011-10-17Merge remote-tracking branch 'rmk/devel-stable' into linaro-3.1Nicolas Pitre
2011-10-17ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernelsDave Martin
2011-10-17ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instruct...Dave Martin
2011-10-17ARM: 7029/1: Make cpu_architecture into a global variableDave Martin
2011-10-15ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon
2011-10-08ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 coresWill Deacon
2011-09-22Merge branch 'pm' into devel-stableRussell King
2011-09-21Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King
2011-09-20ARM: fix vmlinux.lds.S discarding sectionsRussell King
2011-09-20ARM: pm: add L2 cache cleaning for suspendRussell King
2011-09-20ARM: pm: convert some assembly to CRussell King
2011-09-20ARM: pm: get rid of cpu_resume_turn_mmu_onRussell King
2011-09-20ARM: pm: only use preallocated page table during resumeRussell King
2011-09-20ARM: pm: preallocate a page table for suspend/resumeRussell King
2011-09-20ARM: pm: force non-zero return value from __cpu_suspend when abortingRussell King
2011-09-20ARM: kprobes: Add introductory comment to test codeJon Medhurst
2011-09-20ARM: kprobes: Add some benchmarking to test moduleJon Medhurst
2011-09-20ARM: kprobes: Add decoding table test coverage analysisJon Medhurst
2011-09-20ARM: kprobes: Add decoding table self-consistency testsJon Medhurst
2011-09-20ARM: kprobes: Add exports for test codeJon Medhurst
2011-09-20ARM: kprobes: Add ARM instruction simulation test casesJon Medhurst
2011-09-20ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst
2011-09-20ARM: kprobes: Framework for instruction set test casesJon Medhurst
2011-09-20ARM: kprobes: Add basic API testsJon Medhurst
2011-09-17ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon
2011-09-16Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King
2011-09-15Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux in...Russell King
2011-08-31Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon
2011-08-31ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland
2011-08-31ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland
2011-08-31ARM: perf: remove cpu-related misnomersMark Rutland
2011-08-31ARM: perf: remove event limit from pmu_hw_eventsMark Rutland
2011-08-31ARM: perf: add support for multiple PMUsMark Rutland
2011-08-31ARM: perf: refactor event mappingMark Rutland
2011-08-31ARM: perf: add type field to struct arm_pmuMark Rutland
2011-08-31ARM: perf: lock PMU registers per-CPUMark Rutland
2011-08-31ARM: perf: remove unnecessary armpmu->stopMark Rutland
2011-08-31ARM: perf: indirect access to cpu_hw_eventsMark Rutland
2011-08-31ARM: perf: move platform device to struct arm_pmuMark Rutland
2011-08-31ARM: perf: move active_events into struct arm_pmuMark Rutland
2011-08-31ARM: perf: remove active_maskMark Rutland
2011-08-31ARM: perf: clean up event group validationMark Rutland
2011-08-31ARM: perf: only register a CPU PMU when presentMark Rutland
2011-08-31ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon
2011-08-31ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon
2011-08-31ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon
2011-08-31ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon