summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | ARM: kprobes: Add Thumb instruction simulation test casesJon Medhurst2011-09-204-0/+1221
| | * | | | | | | ARM: kprobes: Framework for instruction set test casesJon Medhurst2011-09-202-0/+1224
| | * | | | | | | ARM: kprobes: Add basic API testsJon Medhurst2011-09-202-0/+342
| | * | | | | | | ARM: kprobes: Add config option for selecting the ARM kprobes testsJon Medhurst2011-09-201-0/+6
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stableRussell King2011-09-16106-1075/+1492
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmkWill Deacon2011-08-317-686/+640
| | |\ \ \ \ \ \ \
| | | * | | | | | | ARM: perf: Remove unnecessary armpmu->enable()sMark Rutland2011-08-311-12/+2
| | | * | | | | | | ARM: perf: move arm_pmu into <asm/pmu.h>Mark Rutland2011-08-312-50/+67
| | | * | | | | | | ARM: perf: remove cpu-related misnomersMark Rutland2011-08-314-78/+78
| | | * | | | | | | ARM: perf: remove event limit from pmu_hw_eventsMark Rutland2011-08-311-2/+7
| | | * | | | | | | ARM: perf: add support for multiple PMUsMark Rutland2011-08-311-22/+41
| | | * | | | | | | ARM: perf: refactor event mappingMark Rutland2011-08-314-52/+87
| | | * | | | | | | ARM: perf: add type field to struct arm_pmuMark Rutland2011-08-311-2/+4
| | | * | | | | | | ARM: perf: lock PMU registers per-CPUMark Rutland2011-08-314-40/+62
| | | * | | | | | | ARM: perf: remove unnecessary armpmu->stopMark Rutland2011-08-311-1/+0
| | | * | | | | | | ARM: perf: indirect access to cpu_hw_eventsMark Rutland2011-08-311-3/+15
| | | * | | | | | | ARM: perf: move platform device to struct arm_pmuMark Rutland2011-08-311-4/+6
| | | * | | | | | | ARM: perf: move active_events into struct arm_pmuMark Rutland2011-08-311-11/+20
| | | * | | | | | | ARM: perf: remove active_maskMark Rutland2011-08-314-18/+18
| | | * | | | | | | ARM: perf: clean up event group validationMark Rutland2011-08-311-1/+2
| | | * | | | | | | ARM: perf: only register a CPU PMU when presentMark Rutland2011-08-311-16/+2
| | | * | | | | | | perf: provide PMU when initing eventsMark Rutland2011-08-311-2/+2
| | | * | | | | | | ARM: perf: add mode exclusion for Cortex-A15 PMUWill Deacon2011-08-311-9/+49
| | | * | | | | | | ARM: perf: allow armpmu to implement mode exclusionWill Deacon2011-08-311-19/+25
| | | * | | | | | | ARM: perf: index PMU registers from zeroWill Deacon2011-08-311-5/+4
| | | * | | | | | | ARM: perf: index Xscale and ARMv6 event counters starting from zeroWill Deacon2011-08-312-5/+5
| | | * | | | | | | ARM: perf: index ARMv7 event counters starting from zeroWill Deacon2011-08-311-151/+88
| | | * | | | | | | ARM: perf: use integers for ARMv7 event indicesWill Deacon2011-08-311-6/+6
| | | * | | | | | | ARM: perf: use u32 instead of unsigned long for PMNC registerWill Deacon2011-08-311-6/+6
| | | * | | | | | | ARM: perf: use cpumask_t to record active IRQsWill Deacon2011-08-311-33/+31
| | | * | | | | | | ARM: PMU: move CPU PMU platform device handling and init into perfWill Deacon2011-08-313-205/+80
| | | * | | | | | | ARM: perf: de-const struct arm_pmuMark Rutland2011-08-314-21/+21
| | * | | | | | | | ARM: hw_breakpoint: reduce the number of WARN_ONCE invocationsWill Deacon2011-08-311-8/+8
| | * | | | | | | | ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regsWill Deacon2011-08-311-9/+37
| | * | | | | | | | ARM: hw_breakpoint: add support for multiple watchpointsWill Deacon2011-08-312-35/+66
| | * | | | | | | | ARM: hw_breakpoint: reserve one breakpoint for watchpoint steppingWill Deacon2011-08-311-39/+24
| | * | | | | | | | ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) supportWill Deacon2011-08-312-19/+37
| | |/ / / / / / /
| * | | | | | | | Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux in...Russell King2011-09-15352-1854/+3459
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | ARM: zImage: prevent constant copy+rebuild of lib1funcs.SNicolas Pitre2011-09-141-2/+2
| | * | | | | | | ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre2011-09-146-2/+184
| | * | | | | | | ARM: zImage: gather some string functions into string.cNicolas Pitre2011-09-143-41/+132
| | * | | | | | | ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre2011-09-142-4/+18
| | * | | | | | | ARM: zImage: Allow the appending of a device tree binaryJohn Bonesio2011-09-142-3/+87
| | * | | | | | | ARM: zImage: ensure it is always a multiple of 64 bits in sizeNicolas Pitre2011-09-141-0/+4
| * | | | | | | | Merge branch 'atag_offset' of git://git.linaro.org/people/nico/linux into dev...Russell King2011-08-23329-415/+393
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: remove boot_params from struct machine_descNicolas Pitre2011-08-212-20/+0
| | * | | | | | | | ARM: mach-prima2: convert boot_params to atag_offsetNicolas Pitre2011-08-211-1/+1
| | * | | | | | | | ARM: mach-w90x900: remove useless boot_params entriesNicolas Pitre2011-08-213-3/+0
| | * | | | | | | | ARM: mach-vt8500: convert boot_params to atag_offsetNicolas Pitre2011-08-212-2/+2
| | * | | | | | | | ARM: vexpress: convert boot_params to atag_offsetNicolas Pitre2011-08-211-1/+1
OpenPOWER on IntegriCloud