aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/head.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo1-1/+1
2012-11-23ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin1-1/+13
2012-09-30Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into devel-stableRussell King1-7/+64
2012-09-19ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin1-7/+64
2012-09-16ARM: 7532/1: decompressor: reset SCTLR.TRE for VMSA ARMv7 coresMatthew Leach1-0/+1
2012-08-25ARM: 7501/1: decompressor: reset ttbcr for VMSA ARMv7 coresWill Deacon1-0/+4
2012-05-21Merge branch 'v3-removal' into for-linusRussell King1-40/+4
2012-05-10ARM: decompressor: avoid speculative prefetch from non-RAM areasRussell King1-11/+18
2012-05-09ARM: Remove ARMv3 support from decompressorRussell King1-39/+4
2012-04-13ARM: 7379/1: DT: fix atags_to_fdt() second call siteMarc Zyngier1-1/+1
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon1-0/+1
2011-10-24ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_OFFSETNicolas Pitre1-1/+2
2011-09-14ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre1-0/+32
2011-09-14ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre1-4/+15
2011-09-14ARM: zImage: Allow the appending of a device tree binaryJohn Bonesio1-3/+67
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King1-2/+15
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin1-1/+2
2011-06-21ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin1-1/+13
2011-06-09ARM: 6954/1: zImage: fix Thumb2 breakageNicolas Pitre1-3/+3
2011-05-23Merge branch 'devel-stable' into for-linusRussell King1-11/+19
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linusRussell King1-0/+16
2011-05-12ARM: 6859/1: Add writethrough dcache support for ARM926EJS processorMark A. Greer1-0/+16
2011-05-07Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nico/linux into fixesRussell King1-11/+24
2011-05-07Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-15/+42
2011-05-07ARM: zImage: make sure no GOTOFF relocs are used with .bss symbolsNicolas Pitre1-3/+3
2011-05-07ARM: zImage: no need to get the decompressed size from the filesystemNicolas Pitre1-2/+16
2011-05-07ARM: zImage: the page table memory must be considered before relocationNicolas Pitre1-1/+2
2011-05-07ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre1-10/+17
2011-05-06ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren1-0/+5
2011-05-03ARM: PJ4: remove the ARMv6 compatible cache method entriesNicolas Pitre1-6/+0
2011-03-28ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportStephen Boyd1-9/+1
2011-03-16Merge branch 'v6v7' into develRussell King1-1/+1
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-02ARM: v6k: introduce CPU_V6K optionRussell King1-1/+1
2010-11-30ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2_KERNELDave Martin1-1/+6
2010-11-30ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin1-2/+4
2010-11-22ARM: avoid marking decompressor .stack section as having contentsRussell King1-1/+1
2010-09-09ARM: Partially revert "Auto calculate ZRELADDR and provide option for exceptions"Russell King1-1/+1
2010-08-10ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent1-3/+2
2010-07-12ARM: Auto calculate ZRELADDR and provide option for exceptionsEric Miao1-3/+9
2010-07-07ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedEric Miao1-1/+1
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-06[ARM] pxa: update cpuid pattern for pxa9xx in head.SHaojian Zhuang1-8/+2
2010-04-07ARM: 6031/1: fix Thumb-2 decompressorRabin Vincent1-1/+1