summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2011-10-20Merge branch 'tegra/cleanup' into next/cleanupArnd Bergmann
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
2011-08-31ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon
2011-08-31ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon
2011-08-31ARM: perf: allow armpmu to implement mode exclusionWill Deacon
2011-08-31ARM: perf: index PMU registers from zeroWill Deacon
2011-08-31ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon
2011-08-31ARM: perf: index ARMv7 event counters starting from zeroWill Deacon
2011-08-31ARM: perf: use integers for ARMv7 event indicesWill Deacon
2011-08-31ARM: perf: use u32 instead of unsigned long for PMNC registerWill Deacon