summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-31ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon2-5/+5
2011-08-31ARM: perf: index ARMv7 event counters starting from zeroWill Deacon1-151/+88
2011-08-31ARM: perf: use integers for ARMv7 event indicesWill Deacon1-6/+6
2011-08-31ARM: perf: use u32 instead of unsigned long for PMNC registerWill Deacon1-6/+6
2011-08-31ARM: perf: use cpumask_t to record active IRQsWill Deacon1-33/+31
2011-08-31ARM: PMU: move CPU PMU platform device handling and init into perfWill Deacon2-186/+70
2011-08-31ARM: perf: de-const struct arm_pmuMark Rutland4-21/+21
2011-08-29Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-23/+25
2011-08-29Merge the enabling by default of ARM_PATCH_PHYS_VIRTNicolas Pitre1-48/+13
2011-08-28ARM: 7065/1: kexec: ensure new kernel is entered in ARM stateWill Deacon1-1/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-23ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas2-36/+40
2011-08-21ARM: remove boot_params from struct machine_descNicolas Pitre1-19/+0
2011-08-21ARM: introduce atag_offset to replace boot_paramsNicolas Pitre1-0/+2
2011-08-17ARM: io: RiscPC: make EASI_BASE a void iomem pointerRussell King1-1/+1
2011-08-17ARM: io: ecard: remove ioaddr() from ecard.cRussell King1-20/+9