summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-052-0/+57
|\ \ \
| | | * ARM: 6515/1: Add zboot support for SuperH Mobile ARMKuninori Morimoto2010-12-052-0/+57
| | |/ | |/|
* | | ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Dave Martin2010-11-302-6/+6
* | | ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin2010-11-301-2/+4
* | | ARM: 6499/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in boot...Dave Martin2010-11-301-0/+2
|/ /
* / ARM: avoid marking decompressor .stack section as having contentsRussell King2010-11-222-2/+2
|/
* ARM: Fix build error when using KCONFIG_CONFIGRussell King2010-09-191-1/+1
* ARM: Partially revert "Auto calculate ZRELADDR and provide option for excepti...Russell King2010-09-093-4/+10
* Merge branches 'master' and 'devel' into for-linusRussell King2010-08-111-1/+1
|\
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-08-061-1/+1
| |\
| | * [ARM] pxa: PXA_SHARPSL_DETECT_MACH_ID to include head-sharpsl.SEric Miao2010-08-051-1/+1
* | | ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent2010-08-101-3/+2Star
|/ /
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-036-102/+33Star
|\ \
| * \ Merge branch 'devel-stable' into develRussell King2010-07-315-69/+33Star
| |\ \
| | * | ARM: Auto calculate ZRELADDR and provide option for exceptionsEric Miao2010-07-123-10/+13
| | * | ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedEric Miao2010-07-072-7/+2Star
| | * | ARM: zImage: don't define unused symbol initrd_physUwe Kleine-König2010-07-071-6/+3Star
| | * | ARM: remove bit-rotten STANDALONE_DEBUG for decompressorUwe Kleine-König2010-07-072-43/+0Star
| | * | ARM: zImage: annotate debug functions about corrupted registersUwe Kleine-König2010-06-171-0/+4
| | * | ARM: zImage: fix comments for cache_on, cache_off and cache_clean_flushUwe Kleine-König2010-06-171-5/+6
| | * | ARM: zImage: __armv3_mpu_cache_flush: respect should-be-zero specificationUwe Kleine-König2010-06-171-1/+1
| | * | ARM: zImage: some comments for __armv3_mpu_cache_onUwe Kleine-König2010-06-171-0/+6
| | * | ARM: zImage: don't hard code the stack size twiceUwe Kleine-König2010-06-171-1/+2
| | |/
| * / ARM: Remove support for LinkUp Systems L7200 SDP.Russell King2010-06-242-33/+0Star
| |/
* / ARM: 6270/1: clean files in arch/arm/boot/compressed/Magnus Damm2010-07-291-0/+3
|/
* ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanupAndrea Gelmini2010-05-241-1/+1
* Merge branch 'devel-stable' into develRussell King2010-05-171-9/+3Star
|\
| * [ARM] pxa: update cpuid pattern for pxa9xx in head.SHaojian Zhuang2010-05-061-8/+2Star
| * ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent2010-04-071-1/+1
* | ARM: 6026/1: ARM: Add support for LZMA-compressed kernel imagesAlbin Tonnerre2010-04-143-0/+11
|/
* ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of __armv4...Sascha Hauer2010-03-151-1/+1
* ARM: Add final piece to fix XIP decompressor in read-only memoryRussell King2010-03-151-0/+1
* ARM: 5985/2: ARM: Fix Samsung build after "ARM: Eliminate decompressor -Dstat...Mark Brown2010-03-131-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\
| | * fix typos "precidence" -> "precedence" in commentsUwe Kleine-König2010-02-051-1/+1
* | | Merge branch 'master' into for-linusRussell King2010-03-082-27/+26Star
|\ \ \ | |/ / |/| |
| * | ARM: Fix decompressor's kernel size estimation for ROM=yRussell King2010-02-262-27/+26Star
| |/
* | Merge branch 'misc2' into develRussell King2010-02-254-104/+64Star
|\ \
| * | ARM: Eliminate decompressor -Dstatic= PIC hackRussell King2010-02-254-104/+64Star
* | | ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren2010-02-121-10/+10
| |/ |/|
* | ARM: 5884/1: arm: Fix DCC console for v7Tony Lindgren2010-01-192-0/+20
* | ARM: 5882/1: ARM: Fix uncompress code compile for different defines of flush(...Tony Lindgren2010-01-181-1/+0Star
|/
* arm: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-114-92/+66Star
* ARM: add base support for Marvell Dove SoCSaeed Bishara2009-11-271-0/+6
* kbuild: use INSTALLKERNEL to select customized installkernel scriptSam Ravnborg2009-09-201-2/+2
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* Merge branch 'master' into develRussell King2009-09-121-1/+0Star
|\
| * ARM: includecheck fix: misc.cJaswinder Singh Rajput2009-07-251-1/+0Star
* | nommu: Fix compressed/head.S to not perform MMU specific operationsCatalin Marinas2009-07-241-0/+14