summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-226-688/+0
|\
| * ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI supportMagnus Damm2015-02-246-688/+0
* | ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood2015-03-281-6/+27
* | ARM: add documentation for finding start of physical memoryRussell King2015-03-271-1/+18
|/
*-. Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King2015-02-101-10/+31
|\ \
| | * ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada2015-01-211-1/+1
| |/ |/|
| * ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre2015-01-291-9/+30
|/
* ARM: 8191/1: decompressor: ensure I-side picks up relocated codeWill Deacon2014-11-131-4/+16
* ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders2014-09-261-0/+2
* ARM: 8079/1: zImage: identify kernel endiannessNicolas Pitre2014-07-181-0/+1
* ARM: simplify generation of compressed vmlinux.lds fileRussell King2014-07-013-9/+2
* ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsNicolas Pitre2014-07-014-5/+21
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-051-0/+2
|\
| * ARM: 8025/1: Get rid of meminfoLaura Abbott2014-06-011-0/+2
* | ARM: compressed/head.S: remove s3c24xx special caseHeiko Stuebner2014-05-261-5/+0
|/
* ARM: 7992/1: boot: compressed: ignore bswapsdi2.SMark Rutland2014-03-071-0/+1
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-01-231-1/+1
|\
| * ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACYLaurent Pinchart2013-12-101-1/+1
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-01-231-4/+11
|\ \
| * | ARM: 7877/1: use built-in byte swap functionKim Phillips2013-12-291-4/+11
| |/
* | stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONGKees Cook2013-12-201-0/+14
|/
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-6/+3
|\
| * ARM: set BE8 if LE in head codeBen Dooks2013-10-191-0/+1
| * ARM: asm: Add ARM_BE8() assembly helperBen Dooks2013-10-191-6/+2
* | ARM: delete mach-sharkLinus Walleij2013-09-173-404/+0
|/
* ARM: shmobile: Update romImage to relocate appended DTBMagnus Damm2013-07-171-4/+39
* arm: add support for LZ4-compressed kernelKyungsik Lee2013-07-094-1/+13
* Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\
| * lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-1/+1
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-032-16/+68
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-292-16/+68
| |\ \ \ | | | |/ | | |/|
| | | * ARM: 7770/1: remove residual ARMv2 support from decompressorMarc Zyngier2013-06-241-5/+0
| | | * ARM: 7751/1: zImage: don't overwrite ourself with a page tableNicolas Pitre2013-06-171-5/+30
| | | * ARM: 7722/1: zImage: Convert 32bits memory size and address from ATAG to 64bi...Gregory CLEMENT2013-05-151-6/+38
| | |/
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-021-19/+2
|\ \ \ | |/ / |/| |
| * | Merge tag 'renesas-cleanup-boot-for-v3.11' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2013-06-211-19/+2
| |\ \
| | * | ARM: shmobile: Remove romImage CONFIG_MEMORY_STARTMagnus Damm2013-06-121-1/+1
| | * | ARM: shmobile: Let romImage rely on default ATAGSMagnus Damm2013-06-121-18/+1
| | |/
* | | ARM: 7756/1: zImage/virt: remove hyp-stub.S during distcleanMagnus Damm2013-06-171-1/+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-054-1/+4
* | ARM: 7737/1: fix kernel decompressor compilation error with CONFIG_DEBUG_SEMI...Nicolas Pitre2013-06-051-0/+28
|/
* ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo2013-03-152-0/+15
* ARM: 7671/1: use Kconfig to select uncompress.hShawn Guo2013-03-151-7/+1
* ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre...Jonathan Austin2013-03-061-1/+1
* ARM: decompress: remove unused ARCH_HAS_DECOMP_WDOGShawn Guo2013-01-111-2/+0
* ARM: 7600/1: include CONFIG_DEBUG_LL_INCLUDE rather than mach/debug-macro.SShawn Guo2012-12-161-1/+1
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-5/+0
|\
| * ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removedAlexander Shiyan2012-11-201-5/+0
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-122-50/+0
|\ \
OpenPOWER on IntegriCloud