summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-1/+1
* ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-121-0/+1
* arm: port KCOV to armDmitry Vyukov2018-06-151-0/+3
*-. Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-06-051-1/+1
|\ \
| * | ARM: 8767/1: add support for building ARM kernel with clangStefan Agner2018-05-191-1/+1
| |/
* / ARM: replace unnecessary perl with sed and the shell $(( )) operatorRussell King2018-05-191-5/+3
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-2/+5
|\
| * ARM: decompressor: fix BSS size calculationRussell King2017-10-031-2/+5
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
*-----. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-041-17/+16
|\ \ \ \
| | | * | ARM: 8543/1: decompressor: rename suffix_y to compress-yMasahiro Yamada2016-02-221-6/+6
| | | * | ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileMasahiro Yamada2016-02-221-8/+6
| | | * | ARM: 8541/1: decompressor: drop redundant FORCE in MakefileMasahiro Yamada2016-02-221-1/+1
| | | * | ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesMasahiro Yamada2016-02-221-2/+1
| | | * | ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Masahiro Yamada2016-02-221-1/+1
| | | * | ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Masahiro Yamada2016-02-221-2/+2
| | | * | ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker2016-02-221-0/+2
| | |/ / | |/| |
| | * | ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker2016-02-221-0/+2
| |/ / |/| |
* | | ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook2016-01-261-0/+9
|/ /
* / ARM: add UEFI stub supportRoy Franz2015-12-141-1/+3
|/
* ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven2015-07-061-4/+0
* ARM: 8373/1: disable branch profiling in uncompressorArnd Bergmann2015-05-281-0/+2
* ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI supportMagnus Damm2015-02-241-15/+0
* ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders2014-09-261-0/+2
* ARM: simplify generation of compressed vmlinux.lds fileRussell King2014-07-011-5/+2
* ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsNicolas Pitre2014-07-011-2/+2
* 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
* | ARM: 7877/1: use built-in byte swap functionKim Phillips2013-12-291-4/+11
|/
* ARM: delete mach-sharkLinus Walleij2013-09-171-4/+0
* arm: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-1/+2
* 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
* | ARM: 7756/1: zImage/virt: remove hyp-stub.S during distcleanMagnus Damm2013-06-171-1/+2
* | ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann2013-06-051-1/+1
|/
* ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo2013-03-151-0/+3
* ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompre...Jonathan Austin2013-03-061-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
* | vt8500: Remove arm/boot/compressed/head-vt8500.STony Prisk2012-10-151-4/+0
|/
* ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin2012-09-191-1/+8
* ARM: 7001/2: Wire up support for the XZ decompressorImre Kaloz2012-03-241-3/+12
* ARM: 7184/1: fix $(CROSS_COMPILE) prefix missing from size invocationJanusz Krzysztofik2012-01-031-1/+2
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-4/+28
|\
| * ARM: zImage: prevent constant copy+rebuild of lib1funcs.SNicolas Pitre2011-09-141-2/+2
| * ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre2011-09-141-2/+19
| * ARM: zImage: gather some string functions into string.cNicolas Pitre2011-09-141-0/+4
| * ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre2011-09-141-0/+3
* | ARM: 7120/1: remove bashism in check for multiple zreladdrsRabin Vincent2011-10-171-1/+1
* | ARM: 7020/1: Check for multiple zreladdrsSascha Hauer2011-10-171-0/+8
|/