aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-25mmc: Add MMC_PROGRESS_*Simon Horman1-4/+5
2011-03-25mmc, ARM: Rename SuperH Mobile ARM zboot helpersSimon Horman1-6/+6
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+2
2011-03-17arm: change to new flag variablesmatt mooney1-2/+2
2011-03-16Merge branch 'v6v7' into develRussell King2-2/+2
2011-03-16Merge branch 'misc' into develRussell King4-138/+122
2011-03-16Merge branches 'at91', 'ep93xx', 'errata', 'footbridge', 'fncpy', 'gemini', 'irqdata', 'pm', 'sh', 'smp', 'spear', 'ux500' and 'via' into develRussell King5-2/+184
2011-03-09ARM: 6778/1: compressed/head.S: make LDFLAGS_vmlinux into a recursively expanded variableNicolas Pitre1-1/+1
2011-02-26ARM: 6746/1: remove the 4x expansion presumption while decompressing the kernelNicolas Pitre2-4/+3
2011-02-23ARM: 6750/1: improvements to compressed/head.SNicolas Pitre1-129/+110
2011-02-23ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM oneNicolas Pitre1-5/+5
2011-02-23ARM: add 'uinstall' target for installing uboot kernelsRussell King1-0/+4
2011-02-19ARM: 6739/1: update .gitignore for boot/compressedNicolas Pitre1-1/+5
2011-02-02ARM: v6k: introduce CPU_V6K optionRussell King2-2/+2
2011-01-25ARM: 6597/1: Add basic architecture support for VIA/WonderMedia 85xx SoC'sAlexey Charkov2-0/+50
2011-01-25ARM: 6617/1: mmc, Add zboot from MMC support for SuperH Mobile ARMSimon Horman3-1/+129
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'versatile' into develRussell King2-0/+57
2010-12-05ARM: 6515/1: Add zboot support for SuperH Mobile ARMKuninori Morimoto2-0/+57
2010-11-30ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2_KERNELDave Martin2-6/+6
2010-11-30ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin1-2/+4
2010-11-30ARM: 6499/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in bootp/init.SDave Martin1-0/+2
2010-11-22ARM: avoid marking decompressor .stack section as having contentsRussell King2-2/+2
2010-09-19ARM: Fix build error when using KCONFIG_CONFIGRussell King1-1/+1
2010-09-09ARM: Partially revert "Auto calculate ZRELADDR and provide option for exceptions"Russell King3-4/+10
2010-08-10Merge branches 'master' and 'devel' into for-linusRussell King1-1/+1
2010-08-10ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent1-3/+2
2010-08-06Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stableRussell King1-1/+1
2010-08-05[ARM] pxa: PXA_SHARPSL_DETECT_MACH_ID to include head-sharpsl.SEric Miao1-1/+1
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-102/+33
2010-07-31Merge branch 'devel-stable' into develRussell King5-69/+33
2010-07-29ARM: 6270/1: clean files in arch/arm/boot/compressed/Magnus Damm1-0/+3
2010-07-12ARM: Auto calculate ZRELADDR and provide option for exceptionsEric Miao3-10/+13
2010-07-07ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedEric Miao2-7/+2
2010-07-07ARM: zImage: don't define unused symbol initrd_physUwe Kleine-König1-6/+3
2010-07-07ARM: remove bit-rotten STANDALONE_DEBUG for decompressorUwe Kleine-König2-43/+0
2010-06-24ARM: Remove support for LinkUp Systems L7200 SDP.Russell King2-33/+0
2010-06-17ARM: zImage: annotate debug functions about corrupted registersUwe Kleine-König1-0/+4
2010-06-17ARM: zImage: fix comments for cache_on, cache_off and cache_clean_flushUwe Kleine-König1-5/+6
2010-06-17ARM: zImage: __armv3_mpu_cache_flush: respect should-be-zero specificationUwe Kleine-König1-1/+1
2010-06-17ARM: zImage: some comments for __armv3_mpu_cache_onUwe Kleine-König1-0/+6
2010-06-17ARM: zImage: don't hard code the stack size twiceUwe Kleine-König1-1/+2
2010-05-24ARM: arch/arm/boot/bootp/bootp.lds: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-05-17Merge branch 'devel-stable' into develRussell King1-9/+3
2010-05-06[ARM] pxa: update cpuid pattern for pxa9xx in head.SHaojian Zhuang1-8/+2
2010-04-14ARM: 6026/1: ARM: Add support for LZMA-compressed kernel imagesAlbin Tonnerre3-0/+11
2010-04-07ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent1-1/+1
2010-03-15ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of __armv4_mmu_cache_flushSascha Hauer1-1/+1
2010-03-15ARM: Add final piece to fix XIP decompressor in read-only memoryRussell King1-0/+1
2010-03-13ARM: 5985/2: ARM: Fix Samsung build after "ARM: Eliminate decompressor -Dstatic= PIC hack"Mark Brown1-0/+1
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1