aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15arm: port KCOV to armDmitry Vyukov1-0/+3
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-1/+1
2018-05-19ARM: 8767/1: add support for building ARM kernel with clangStefan Agner1-1/+1
2018-05-19ARM: replace unnecessary perl with sed and the shell $(( )) operatorRussell King1-5/+3
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03ARM: decompressor: fix BSS size calculationRussell King1-2/+5
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King1-17/+16
2016-02-22ARM: 8543/1: decompressor: rename suffix_y to compress-yMasahiro Yamada1-6/+6
2016-02-22ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileMasahiro Yamada1-8/+6
2016-02-22ARM: 8541/1: decompressor: drop redundant FORCE in MakefileMasahiro Yamada1-1/+1
2016-02-22ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesMasahiro Yamada1-2/+1
2016-02-22ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Masahiro Yamada1-1/+1
2016-02-22ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Masahiro Yamada1-2/+2
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker1-0/+2
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker1-0/+2
2016-01-26ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook1-0/+9
2015-12-14ARM: add UEFI stub supportRoy Franz1-1/+3
2015-07-06ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven1-4/+0
2015-05-28ARM: 8373/1: disable branch profiling in uncompressorArnd Bergmann1-0/+2
2015-02-24ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI supportMagnus Damm1-15/+0
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureVincent Sanders1-0/+2
2014-07-01ARM: simplify generation of compressed vmlinux.lds fileRussell King1-5/+2
2014-07-01ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsNicolas Pitre1-2/+2
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-12-29ARM: 7877/1: use built-in byte swap functionKim Phillips1-4/+11
2013-12-10ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACYLaurent Pinchart1-1/+1
2013-09-17ARM: delete mach-sharkLinus Walleij1-4/+0
2013-07-09arm: add support for LZ4-compressed kernelKyungsik Lee1-1/+2
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+1
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven1-1/+1
2013-06-17ARM: 7756/1: zImage/virt: remove hyp-stub.S during distcleanMagnus Damm1-1/+2
2013-06-05ARM: 7743/1: compressed/head.S: work around new binutils warningArnd Bergmann1-1/+1
2013-03-15ARM: 7672/1: uncompress debug support for multiplatform buildShawn Guo1-0/+3
2013-03-06ARM: 7666/1: decompressor: add -mno-single-pic-base for building the decompressorJonathan Austin1-1/+1
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+0
2012-11-20ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removedAlexander Shiyan1-5/+0
2012-10-15vt8500: Remove arm/boot/compressed/head-vt8500.STony Prisk1-4/+0
2012-09-19ARM: zImage/virt: hyp mode entry support for the zImage loaderDave Martin1-1/+8
2012-03-24ARM: 7001/2: Wire up support for the XZ decompressorImre Kaloz1-3/+12
2012-01-03ARM: 7184/1: fix $(CROSS_COMPILE) prefix missing from size invocationJanusz Krzysztofik1-1/+2
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-4/+28
2011-10-17ARM: 7120/1: remove bashism in check for multiple zreladdrsRabin Vincent1-1/+1
2011-10-17ARM: 7020/1: Check for multiple zreladdrsSascha Hauer1-0/+8
2011-09-14ARM: zImage: prevent constant copy+rebuild of lib1funcs.SNicolas Pitre1-2/+2
2011-09-14ARM: zImage: allow supplementing appended DTB with traditional ATAG dataNicolas Pitre1-2/+19
2011-09-14ARM: zImage: gather some string functions into string.cNicolas Pitre1-0/+4
2011-09-14ARM: zImage: make sure appended DTB doesn't get overwritten by kernel .bssNicolas Pitre1-0/+3
2011-06-29ARM: 6886/1: mmc, Add zboot from eSD support for SuperH Mobile ARMSimon Horman1-2/+8
2011-05-07ARM: zImage: make sure no GOTOFF relocs are used with .bss symbolsNicolas Pitre1-1/+14