| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-22 | 1 | -7/+0 |
|\ |
|
| * | Merge tag 'at91-3.5-cleanup' of git://github.com/at91linux/linux-at91 into ne... | Arnd Bergmann | 2012-04-22 | 2 | -1/+3 |
| |\ |
|
| * | | ARM: remove ixp23xx and ixp2000 platforms | Rob Herring | 2012-04-06 | 1 | -7/+0 |
* | | | Merge branch 'v3-removal' into for-linus | Russell King | 2012-05-21 | 1 | -40/+4 |
|\ \ \ |
|
| * | | | ARM: Remove ARMv3 support from decompressor | Russell King | 2012-05-09 | 1 | -39/+4 |
| | |/
| |/| |
|
* | | | ARM: decompressor: avoid speculative prefetch from non-RAM areas | Russell King | 2012-05-10 | 1 | -11/+18 |
|/ / |
|
* | | ARM: 7380/1: DT: do not add a zero-sized memory property | Marc Zyngier | 2012-04-13 | 1 | -0/+2 |
* | | ARM: 7379/1: DT: fix atags_to_fdt() second call site | Marc Zyngier | 2012-04-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 | 4 | -3/+26 |
|\ |
|
| * | ARM: 7001/2: Wire up support for the XZ decompressor | Imre Kaloz | 2012-03-24 | 4 | -3/+26 |
* | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX | Kukjin Kim | 2012-03-03 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'devel-stable' into for-linus | Russell King | 2012-01-05 | 1 | -0/+1 |
|\ |
|
| * | ARM: LPAE: add ISBs around MMU enabling code | Will Deacon | 2011-12-08 | 1 | -0/+1 |
* | | ARM: 7184/1: fix $(CROSS_COMPILE) prefix missing from size invocation | Janusz Krzysztofik | 2012-01-03 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 8 | -52/+396 |
|\ |
|
| * | ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_O... | Nicolas Pitre | 2011-10-24 | 1 | -1/+2 |
| * | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6-wd into devel-stable | Russell King | 2011-09-16 | 2 | -2/+2 |
| |\ |
|
| * | | 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 | 5 | -2/+172 |
| * | | 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 | 1 | -3/+67 |
| * | | ARM: zImage: ensure it is always a multiple of 64 bits in size | Nicolas Pitre | 2011-09-14 | 1 | -0/+4 |
* | | | ARM: 7120/1: remove bashism in check for multiple zreladdrs | Rabin Vincent | 2011-10-17 | 1 | -1/+1 |
* | | | ARM: 7020/1: Check for multiple zreladdrs | Sascha Hauer | 2011-10-17 | 1 | -0/+8 |
| |/
|/| |
|
* | | mmc: sdhi, mmcif: zboot: Correct clock disable logic | Simon Horman | 2011-08-08 | 2 | -2/+2 |
|/ |
|
*---. | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King | 2011-07-22 | 8 | -15/+593 |
|\ \ \ |
|
| | | * | ARM: 6999/1: head, zImage: Always Enter the kernel in ARM state | Dave Martin | 2011-07-19 | 1 | -1/+2 |
| | | * | ARM: 6886/1: mmc, Add zboot from eSD support for SuperH Mobile ARM | Simon Horman | 2011-06-29 | 6 | -9/+570 |
| | * | | ARM: decompressor: use better output sections | Russell King | 2011-07-07 | 1 | -4/+8 |
| |/ / |
|
| * | | ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entries | Dave Martin | 2011-06-21 | 1 | -1/+13 |
|/ / |
|
* | | ARM: 6954/1: zImage: fix Thumb2 breakage | Nicolas Pitre | 2011-06-09 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'devel-stable' into for-linus | Russell King | 2011-05-23 | 4 | -30/+45 |
|\ |
|
| * | Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de... | Russell King | 2011-05-07 | 5 | -35/+70 |
| |\ |
|
| | * | ARM: zImage: make sure no GOTOFF relocs are used with .bss symbols | Nicolas Pitre | 2011-05-07 | 2 | -4/+17 |
| | * | ARM: zImage: don't ignore error returned from decompress() | Nicolas Pitre | 2011-05-07 | 2 | -6/+11 |
| | * | ARM: zImage: simplify decompress_kernel() | Nicolas Pitre | 2011-05-07 | 1 | -11/+2 |
| | * | ARM: zImage: no need to get the decompressed size from the filesystem | Nicolas Pitre | 2011-05-07 | 2 | -4/+16 |
| * | | ARM: PJ4: remove the ARMv6 compatible cache method entries | Nicolas Pitre | 2011-05-03 | 1 | -6/+0 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and... | Russell King | 2011-05-23 | 1 | -0/+16 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | ARM: 6859/1: Add writethrough dcache support for ARM926EJS processor | Mark A. Greer | 2011-05-12 | 1 | -0/+16 |
| |/ / / |
|
* | | | | Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic... | Russell King | 2011-05-07 | 3 | -12/+26 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | ARM: zImage: the page table memory must be considered before relocation | Nicolas Pitre | 2011-05-07 | 1 | -1/+2 |
| * | | ARM: zImage: make sure not to relocate on top of the relocation code | Nicolas Pitre | 2011-05-07 | 1 | -10/+17 |
| * | | ARM: zImage: Fix bad SP address after relocating kernel | Tony Lindgren | 2011-05-06 | 1 | -0/+5 |
| * | | ARM: zImage: make sure the stack is 64-bit aligned | Nicolas Pitre | 2011-05-06 | 2 | -1/+2 |
| |/ |
|
* | | ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC support | Stephen Boyd | 2011-03-28 | 2 | -20/+2 |
|/ |
|
* | mmc: Add MMC_PROGRESS_* | Simon Horman | 2011-03-25 | 1 | -4/+5 |
* | mmc, ARM: Rename SuperH Mobile ARM zboot helpers | Simon Horman | 2011-03-25 | 1 | -6/+6 |
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-03-20 | 1 | -2/+2 |
|\ |
|