| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-12-24 | ARM: provide an early platform initialization hook |  Russell King | 1 | -0/+3 |
| 2010-12-24 | ARM: simplify early machine init hooks |  Russell King | 1 | -11/+4 |
| 2010-12-24 | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time |  eric miao | 1 | -0/+3 |
| 2010-12-05 | ARM: move high-usage mostly read variables in setup.c to __read_mostly |  Russell King | 1 | -8/+8 |
| 2010-10-18 | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel |  Russell King | 1 | -5/+41 |
| 2010-10-08 | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data |  Russell King | 1 | -1/+1 |
| 2010-10-08 | ARM: 6431/1: fix isb regression on CPU < v7 |  Linus Walleij | 1 | -4/+5 |
| 2010-10-04 | ARM: 6385/1: setup: detect aliasing I-cache when D-cache is non-aliasing |  Will Deacon | 1 | -3/+36 |
| 2010-10-04 | ARM: Allow SMP kernels to boot on UP systems |  Russell King | 1 | -1/+3 |
| 2010-07-31 | Merge branch 'devel-stable' into devel |  Russell King | 1 | -0/+11 |
| 2010-07-31 | Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl', 'spear' and 'versatile' into devel |  Russell King | 1 | -2/+98 |
| 2010-07-27 | ARM: Convert platform reservations to use LMB rather than bootmem |  Russell King | 1 | -1/+1 |
| 2010-07-27 | ARM: initial LMB trial |  Russell King | 1 | -0/+3 |
| 2010-07-16 | ARM: Remove DISCONTIGMEM support |  Russell King | 1 | -2/+1 |
| 2010-07-09 | ARM: 6122/1: kdump: add support for elfcorehdr parameter |  Mika Westerberg | 1 | -0/+25 |
| 2010-07-09 | ARM: 6116/1: kdump: reserve memory for crashkernel |  Mika Westerberg | 1 | -0/+51 |
| 2010-07-09 | ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6 |  Tony Lindgren | 1 | -0/+17 |
| 2010-07-09 | ARM: 6197/2: preliminary support for sparse IRQ |  eric miao | 1 | -0/+1 |
| 2010-07-07 | ARM: deprecate support for old way to pass kernel parameters |  Uwe Kleine-König | 1 | -0/+11 |
| 2010-05-24 | ARM: 5939/1: ARM: Add option CMDLINE_FORCE to force usage of the in-kernel cmdline |  Alexander Holler | 1 | -0/+2 |
| 2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm |  Linus Torvalds | 1 | -48/+31 |
| 2010-02-18 | ARM: 5938/1: ARM: L2: export outer_cache_fns |  Santosh Shilimkar | 1 | -0/+1 |
| 2010-02-15 | ARM: 5906/1: arm: change command_line to cmd_line |  Jeremy Kerr | 1 | -4/+4 |
| 2010-02-15 | ARM: 5880/1: arm: use generic infrastructure for early params |  Jeremy Kerr | 1 | -46/+16 |
| 2010-02-15 | ARM: Move creation of /proc/cpu out of alignment.c |  Russell King | 1 | -1/+14 |
| 2009-09-15 | ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3 |  Linus Walleij | 1 | -0/+2 |
| 2009-07-24 | Thumb-2: Implementation of the unified start-up and exceptions code |  Catalin Marinas | 1 | -7/+21 |
| 2009-03-13 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel |  Russell King | 1 | -6/+7 |
| 2009-03-03 | [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMU |  Catalin Marinas | 1 | -6/+7 |
| 2009-02-19 | [ARM] 5383/2: unwind: Add core support for ARM stack unwinding |  Catalin Marinas | 1 | -0/+3 |
| 2009-02-12 | [ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16 |  Catalin Marinas | 1 | -0/+2 |
| 2008-12-01 | [ARM] use asm/sections.h |  Russell King | 1 | -9/+9 |
| 2008-11-28 | Merge branch 'highmem' into devel |  Russell King | 1 | -16/+21 |
| 2008-11-28 | [ARM] rationalize memory configuration code some more |  Nicolas Pitre | 1 | -16/+21 |
| 2008-11-06 | Add HWCAP_NEON to the ARM hwcap.h file |  Catalin Marinas | 1 | -0/+1 |
| 2008-11-06 | Add "thumbee" to the hwcap_str array |  Catalin Marinas | 1 | -0/+1 |
| 2008-10-02 | [ARM] 5274/1: simplify request_standard_resources() |  Nicolas Pitre | 1 | -7/+2 |
| 2008-09-30 | [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c |  Russell King | 1 | -13/+0 |
| 2008-09-25 | [ARM] Print details relevant to how we handle the cache |  Russell King | 1 | -0/+9 |
| 2008-09-25 | [ARM] Introduce new bitmask based cache type macros |  Russell King | 1 | -0/+22 |
| 2008-09-25 | [ARM] Remove cache type printks |  Russell King | 1 | -141/+1 |
| 2008-09-06 | [ARM] clean up a load of old declarations |  Russell King | 1 | -2/+1 |
| 2008-09-06 | [ARM] move initrd code from kernel/setup.c to mm/init.c |  Russell King | 1 | -37/+0 |
| 2008-09-05 | [ARM] sparse: fix several warnings |  Russell King | 1 | -3/+3 |
| 2008-09-01 | [ARM] cachetype: move definitions to separate header |  Russell King | 1 | -0/+1 |
| 2008-09-01 | [ARM] cputype: separate definitions, use them |  Russell King | 1 | -22/+23 |
| 2008-08-09 | [ARM] prevent crashing when too much RAM installed |  Lennert Buytenhek | 1 | -0/+13 |
| 2008-07-23 | kgdb: support for ARCH=arm |  Jason Wessel | 1 | -0/+2 |
| 2008-02-09 | [ARM] constify function pointer tables |  Jan Engelhardt | 1 | -1/+1 |
| 2008-02-04 | Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel |  Russell King | 1 | -30/+3 |