aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/head.S
AgeCommit message (Expand)AuthorFilesLines
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeGravatar Will Deacon 1-0/+1
2011-10-24ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_O...Gravatar Nicolas Pitre 1-1/+2
2011-09-14ARM: zImage: allow supplementing appended DTB with traditional ATAG dataGravatar Nicolas Pitre 1-0/+32
2011-09-14ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssGravatar Nicolas Pitre 1-4/+15
2011-09-14ARM: zImage: Allow the appending of a device tree binaryGravatar John Bonesio 1-3/+67
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Gravatar Russell King 1-2/+15
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateGravatar Dave Martin 1-1/+2
2011-06-21ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesGravatar Dave Martin 1-1/+13
2011-06-09ARM: 6954/1: zImage: fix Thumb2 breakageGravatar Nicolas Pitre 1-3/+3
2011-05-23Merge branch 'devel-stable' into for-linusGravatar Russell King 1-11/+19
2011-05-23Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and...Gravatar Russell King 1-0/+16
2011-05-12ARM: 6859/1: Add writethrough dcache support for ARM926EJS processorGravatar Mark A. Greer 1-0/+16
2011-05-07Merge first four commits of 'zImage_fixes' of git://git.linaro.org/people/nic...Gravatar Russell King 1-11/+24
2011-05-07Merge branch 'zImage_fixes' of git://git.linaro.org/people/nico/linux into de...Gravatar Russell King 1-15/+42
2011-05-07ARM: zImage: make sure no GOTOFF relocs are used with .bss symbolsGravatar Nicolas Pitre 1-3/+3
2011-05-07ARM: zImage: no need to get the decompressed size from the filesystemGravatar Nicolas Pitre 1-2/+16
2011-05-07ARM: zImage: the page table memory must be considered before relocationGravatar Nicolas Pitre 1-1/+2
2011-05-07ARM: zImage: make sure not to relocate on top of the relocation codeGravatar Nicolas Pitre 1-10/+17
2011-05-06ARM: zImage: Fix bad SP address after relocating kernelGravatar Tony Lindgren 1-0/+5
2011-05-03ARM: PJ4: remove the ARMv6 compatible cache method entriesGravatar Nicolas Pitre 1-6/+0
2011-03-28ARM: 6826/1: Merge v6 and v7 DEBUG_LL DCC supportGravatar Stephen Boyd 1-9/+1
2011-03-16Merge branch 'v6v7' into develGravatar Russell King 1-1/+1
2011-02-23ARM: 6750/1: improvements to compressed/head.SGravatar Nicolas Pitre 1-129/+110
2011-02-23ARM: 6663/1: make Thumb2 kernel entry point more similar to the ARM oneGravatar Nicolas Pitre 1-5/+5
2011-02-02ARM: v6k: introduce CPU_V6K optionGravatar Russell King 1-1/+1
2010-11-30ARM: 6503/1: Thumb-2: Restore sensible zImage header layout for CONFIG_THUMB2...Gravatar Dave Martin 1-1/+6
2010-11-30ARM: 6502/1: Thumb-2: Fix CONFIG_THUMB2_KERNEL breakage in compressed/head.SGravatar Dave Martin 1-2/+4
2010-11-22ARM: avoid marking decompressor .stack section as having contentsGravatar Russell King 1-1/+1
2010-09-09ARM: Partially revert "Auto calculate ZRELADDR and provide option for excepti...Gravatar Russell King 1-1/+1
2010-08-10ARM: 6286/1: fix Thumb-2 decompressor broken by "Auto calculate ZRELADDR"Gravatar Rabin Vincent 1-3/+2
2010-07-12ARM: Auto calculate ZRELADDR and provide option for exceptionsGravatar Eric Miao 1-3/+9
2010-07-07ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressedGravatar Eric Miao 1-1/+1
2010-06-17ARM: zImage: annotate debug functions about corrupted registersGravatar Uwe Kleine-König 1-0/+4
2010-06-17ARM: zImage: fix comments for cache_on, cache_off and cache_clean_flushGravatar Uwe Kleine-König 1-5/+6
2010-06-17ARM: zImage: __armv3_mpu_cache_flush: respect should-be-zero specificationGravatar Uwe Kleine-König 1-1/+1
2010-06-17ARM: zImage: some comments for __armv3_mpu_cache_onGravatar Uwe Kleine-König 1-0/+6
2010-06-17ARM: zImage: don't hard code the stack size twiceGravatar Uwe Kleine-König 1-1/+2
2010-05-06[ARM] pxa: update cpuid pattern for pxa9xx in head.SGravatar Haojian Zhuang 1-8/+2
2010-04-07ARM: 6031/1: fix Thumb-2 decompressorGravatar Rabin Vincent 1-1/+1
2010-03-15ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of __armv4...Gravatar Sascha Hauer 1-1/+1
2010-03-08Merge branch 'master' into for-linusGravatar Russell King 1-27/+23
2010-02-26ARM: Fix decompressor's kernel size estimation for ROM=yGravatar Russell King 1-27/+23
2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspGravatar Tony Lindgren 1-10/+10
2010-01-19ARM: 5884/1: arm: Fix DCC console for v7Gravatar Tony Lindgren 1-0/+8
2009-11-27ARM: add base support for Marvell Dove SoCGravatar Saeed Bishara 1-0/+6
2009-07-24nommu: Fix compressed/head.S to not perform MMU specific operationsGravatar Catalin Marinas 1-0/+14
2009-07-24Thumb-2: Implement the unified boot codeGravatar Catalin Marinas 1-68/+99
2009-07-24Thumb-2: Add some .align statements to the .S filesGravatar Catalin Marinas 1-0/+3
2009-06-19[ARM] Add old Feroceon support to compressed/head.SGravatar Joonyoung Shim 1-0/+9
2009-05-30Add core support for ARMv6/v7 big-endianGravatar Catalin Marinas 1-0/+6