summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/head.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: ensure loader information in LE format for BE kernelsbaserock/311/be/atagsNico Pitre2013-07-011-3/+4
* ARM: set BE8 if LE in head codeBen Dooks2013-07-011-0/+1
* ARM: asm: Add ARM_BE8() assembly helperBen Dooks2013-07-011-6/+2
* ARM: 7750/1: update legacy CPU ID in decompressor cache support jump tableMarc C2013-06-051-2/+2
* ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann2013-06-051-0/+1
* ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo2012-12-161-1/+1
* ARM: 7583/1: decompressor: Enable unaligned memory access for v6 and aboveDave Martin2012-11-231-1/+13
* Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2012-09-301-7/+64
|\
| * ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin2012-09-191-7/+64
* | ARM: 7532/1: decompressor: reset SCTLR.TRE for VMSA ARMv7 coresMatthew Leach2012-09-161-0/+1
* | ARM: 7501/1: decompressor: reset ttbcr for VMSA ARMv7 coresWill Deacon2012-08-251-0/+4
|/
* Merge branch 'v3-removal' into for-linusRussell King2012-05-211-40/+4
|\
| * ARM: Remove ARMv3 support from decompressorRussell King2012-05-091-39/+4
* | ARM: decompressor: avoid speculative prefetch from non-RAM areasRussell King2012-05-101-11/+18
|/
* ARM: 7379/1: DT: fix atags_to_fdt() second call siteMarc Zyngier2012-04-131-1/+1
* ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-031-1/+1
* ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2011-12-081-0/+1
* ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_O...Nicolas Pitre2011-10-241-1/+2
* ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre2011-09-141-0/+32
* ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre2011-09-141-4/+15
* ARM: zImage: Allow the appending of a device tree binaryJohn Bonesio2011-09-141-3/+67
*-. Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-221-2/+15
|\ \
| | * ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin2011-07-191-1/+2
| * | ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin2011-06-211-1/+13
|/ /
* | ARM: 6954/1: zImage: fix Thumb2 breakageNicolas Pitre2011-06-091-3/+3
|/
* Merge branch 'devel-stable' into for-linusRussell King2011-05-231-11/+19
|\
| * Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de...Russell King2011-05-071-15/+42
| |\
| | * ARM: zImage: make sure no GOTOFF relocs are used with .bss symbolsNicolas Pitre2011-05-071-3/+3
| | * ARM: zImage: no need to get the decompressed size from the filesystemNicolas Pitre2011-05-071-2/+16
| * | ARM: PJ4: remove the ARMv6 compatible cache method entriesNicolas Pitre2011-05-031-6/+0
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Russell King2011-05-231-0/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: 6859/1: Add writethrough dcache support for ARM926EJS processorMark A. Greer2011-05-121-0/+16
| |/ / /
* | | | Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic...Russell King2011-05-071-11/+24
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ARM: zImage: the page table memory must be considered before relocationNicolas Pitre2011-05-071-1/+2
| * | ARM: zImage: make sure not to relocate on top of the relocation codeNicolas Pitre2011-05-071-10/+17
| * | ARM: zImage: Fix bad SP address after relocating kernelTony Lindgren2011-05-061-0/+5
| |/
* | ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportStephen Boyd2011-03-281-9/+1
|/
* Merge branch 'v6v7' into develRussell King2011-03-161-1/+1
|\
| * ARM: v6k: introduce CPU_V6K optionRussell King2011-02-021-1/+1
* | ARM: 6750/1: improvements to compressed/head.SNicolas Pitre2011-02-231-129/+110
* | ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM oneNicolas Pitre2011-02-231-5/+5
|/
* ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Dave Martin2010-11-301-1/+6
* ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SDave Martin2010-11-301-2/+4
* ARM: avoid marking decompressor .stack section as having contentsRussell King2010-11-221-1/+1
* ARM: Partially revert "Auto calculate ZRELADDR and provide option for excepti...Russell King2010-09-091-1/+1
* ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Rabin Vincent2010-08-101-3/+2
* ARM: Auto calculate ZRELADDR and provide option for exceptionsEric Miao2010-07-121-3/+9
* ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedEric Miao2010-07-071-1/+1
* 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