Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | ARM: kprobes: Add Thumb instruction simulation test cases | Jon Medhurst | 2011-09-20 | 4 | -0/+1221 | |
| | * | | | | | | | ARM: kprobes: Framework for instruction set test cases | Jon Medhurst | 2011-09-20 | 2 | -0/+1224 | |
| | * | | | | | | | ARM: kprobes: Add basic API tests | Jon Medhurst | 2011-09-20 | 2 | -0/+342 | |
| | * | | | | | | | ARM: kprobes: Add config option for selecting the ARM kprobes tests | Jon Medhurst | 2011-09-20 | 1 | -0/+6 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable | Russell King | 2011-09-16 | 106 | -1075/+1492 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branches 'hwbreak', 'perf/updates' and 'perf/system-pmus' into for-rmk | Will Deacon | 2011-08-31 | 7 | -686/+640 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | ARM: perf: Remove unnecessary armpmu->enable()s | Mark Rutland | 2011-08-31 | 1 | -12/+2 | |
| | | * | | | | | | | ARM: perf: move arm_pmu into <asm/pmu.h> | Mark Rutland | 2011-08-31 | 2 | -50/+67 | |
| | | * | | | | | | | ARM: perf: remove cpu-related misnomers | Mark Rutland | 2011-08-31 | 4 | -78/+78 | |
| | | * | | | | | | | ARM: perf: remove event limit from pmu_hw_events | Mark Rutland | 2011-08-31 | 1 | -2/+7 | |
| | | * | | | | | | | ARM: perf: add support for multiple PMUs | Mark Rutland | 2011-08-31 | 1 | -22/+41 | |
| | | * | | | | | | | ARM: perf: refactor event mapping | Mark Rutland | 2011-08-31 | 4 | -52/+87 | |
| | | * | | | | | | | ARM: perf: add type field to struct arm_pmu | Mark Rutland | 2011-08-31 | 1 | -2/+4 | |
| | | * | | | | | | | ARM: perf: lock PMU registers per-CPU | Mark Rutland | 2011-08-31 | 4 | -40/+62 | |
| | | * | | | | | | | ARM: perf: remove unnecessary armpmu->stop | Mark Rutland | 2011-08-31 | 1 | -1/+0 | |
| | | * | | | | | | | ARM: perf: indirect access to cpu_hw_events | Mark Rutland | 2011-08-31 | 1 | -3/+15 | |
| | | * | | | | | | | ARM: perf: move platform device to struct arm_pmu | Mark Rutland | 2011-08-31 | 1 | -4/+6 | |
| | | * | | | | | | | ARM: perf: move active_events into struct arm_pmu | Mark Rutland | 2011-08-31 | 1 | -11/+20 | |
| | | * | | | | | | | ARM: perf: remove active_mask | Mark Rutland | 2011-08-31 | 4 | -18/+18 | |
| | | * | | | | | | | ARM: perf: clean up event group validation | Mark Rutland | 2011-08-31 | 1 | -1/+2 | |
| | | * | | | | | | | ARM: perf: only register a CPU PMU when present | Mark Rutland | 2011-08-31 | 1 | -16/+2 | |
| | | * | | | | | | | perf: provide PMU when initing events | Mark Rutland | 2011-08-31 | 1 | -2/+2 | |
| | | * | | | | | | | ARM: perf: add mode exclusion for Cortex-A15 PMU | Will Deacon | 2011-08-31 | 1 | -9/+49 | |
| | | * | | | | | | | ARM: perf: allow armpmu to implement mode exclusion | Will Deacon | 2011-08-31 | 1 | -19/+25 | |
| | | * | | | | | | | ARM: perf: index PMU registers from zero | Will Deacon | 2011-08-31 | 1 | -5/+4 | |
| | | * | | | | | | | ARM: perf: index Xscale and ARMv6 event counters starting from zero | Will Deacon | 2011-08-31 | 2 | -5/+5 | |
| | | * | | | | | | | ARM: perf: index ARMv7 event counters starting from zero | Will Deacon | 2011-08-31 | 1 | -151/+88 | |
| | | * | | | | | | | ARM: perf: use integers for ARMv7 event indices | Will Deacon | 2011-08-31 | 1 | -6/+6 | |
| | | * | | | | | | | ARM: perf: use u32 instead of unsigned long for PMNC register | Will Deacon | 2011-08-31 | 1 | -6/+6 | |
| | | * | | | | | | | ARM: perf: use cpumask_t to record active IRQs | Will Deacon | 2011-08-31 | 1 | -33/+31 | |
| | | * | | | | | | | ARM: PMU: move CPU PMU platform device handling and init into perf | Will Deacon | 2011-08-31 | 3 | -205/+80 | |
| | | * | | | | | | | ARM: perf: de-const struct arm_pmu | Mark Rutland | 2011-08-31 | 4 | -21/+21 | |
| | * | | | | | | | | ARM: hw_breakpoint: reduce the number of WARN_ONCE invocations | Will Deacon | 2011-08-31 | 1 | -8/+8 | |
| | * | | | | | | | | ARM: hw_breakpoint: trap undef instruction exceptions in reset_ctrl_regs | Will Deacon | 2011-08-31 | 1 | -9/+37 | |
| | * | | | | | | | | ARM: hw_breakpoint: add support for multiple watchpoints | Will Deacon | 2011-08-31 | 2 | -35/+66 | |
| | * | | | | | | | | ARM: hw_breakpoint: reserve one breakpoint for watchpoint stepping | Will Deacon | 2011-08-31 | 1 | -39/+24 | |
| | * | | | | | | | | ARM: hw_breakpoint: add initial Cortex-A15 (debug v7.1) support | Will Deacon | 2011-08-31 | 2 | -19/+37 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'zImage_DTB_append' of git://git.linaro.org/people/nico/linux in... | Russell King | 2011-09-15 | 352 | -1854/+3459 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | ARM: zImage: prevent constant copy+rebuild of lib1funcs.S | Nicolas Pitre | 2011-09-14 | 1 | -2/+2 | |
| | * | | | | | | | ARM: zImage: allow supplementing appended DTB with traditional ATAG data | Nicolas Pitre | 2011-09-14 | 6 | -2/+184 | |
| | * | | | | | | | ARM: zImage: gather some string functions into string.c | Nicolas Pitre | 2011-09-14 | 3 | -41/+132 | |
| | * | | | | | | | ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bss | Nicolas Pitre | 2011-09-14 | 2 | -4/+18 | |
| | * | | | | | | | ARM: zImage: Allow the appending of a device tree binary | John Bonesio | 2011-09-14 | 2 | -3/+87 | |
| | * | | | | | | | ARM: zImage: ensure it is always a multiple of 64 bits in size | Nicolas Pitre | 2011-09-14 | 1 | -0/+4 | |
| * | | | | | | | | Merge branch 'atag_offset' of git://git.linaro.org/people/nico/linux into dev... | Russell King | 2011-08-23 | 329 | -415/+393 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ARM: remove boot_params from struct machine_desc | Nicolas Pitre | 2011-08-21 | 2 | -20/+0 | |
| | * | | | | | | | | ARM: mach-prima2: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 1 | -1/+1 | |
| | * | | | | | | | | ARM: mach-w90x900: remove useless boot_params entries | Nicolas Pitre | 2011-08-21 | 3 | -3/+0 | |
| | * | | | | | | | | ARM: mach-vt8500: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 2 | -2/+2 | |
| | * | | | | | | | | ARM: vexpress: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 1 | -1/+1 |