aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Makefile: remove redundant tool coverage variablesGravatar Masahiro Yamada 1-7/+0
2023-04-11ARM: 9291/1: decompressor: simplify the path to the top vmlinuxGravatar Masahiro Yamada 1-1/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsGravatar Nick Desaulniers 1-1/+0
2022-11-07ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLGravatar Seung-Woo Kim 1-0/+1
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setGravatar Xin Li 1-1/+1
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+2
2022-03-31ARM: 9189/1: decompressor: fix unneeded rebuilds of library objectsGravatar Masahiro Yamada 1-2/+2
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-5/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-4/+4
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Gravatar Masahiro Yamada 1-4/+4
2021-12-17ARM: 9154/1: decompressor: do not copy source files while buildingGravatar Masahiro Yamada 1-30/+3
2021-12-03ARM: decompressor: disable stack protectorGravatar Ard Biesheuvel 1-5/+1
2021-08-10ARM: 9105/1: atags_to_fdt: don't warn about stack sizeGravatar David Heidelberg 1-0/+2
2021-06-07ARM: 9076/1: boot: remove redundant piggy_data from clean-filesGravatar Masahiro Yamada 1-1/+1
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-7/+0
2021-05-02kbuild: add a script to remove stale generated filesGravatar Masahiro Yamada 1-7/+0
2021-03-09ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lldGravatar Ard Biesheuvel 1-2/+2
2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGravatar Geert Uytterhoeven 1-1/+4
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxGravatar Linus Torvalds 1-0/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigGravatar Nathan Chancellor 1-1/+3
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeGravatar Linus Walleij 1-0/+1
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+6
2020-09-15ARM: add malloc size to decompressor kexec size structureGravatar Russell King 1-1/+4
2020-09-15ARM: add TEXT_OFFSET to decompressor kexec image structureGravatar Russell King 1-0/+1
2020-09-15ARM: 9009/1: uncompress: Enable debug in head.SGravatar Linus Walleij 1-0/+1
2020-09-03arm/boot: Warn on orphan section placementGravatar Kees Cook 1-0/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-5/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorGravatar Masahiro Yamada 1-2/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsGravatar Masahiro Yamada 1-23/+15
2020-02-21ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC pluginGravatar Ard Biesheuvel 1-2/+2
2020-01-25ARM: 8945/1: decompressor: use CONFIG option instead of cc-optionGravatar Masahiro Yamada 1-6/+6
2019-11-22ARM: 8939/1: kbuild: use correct nm executableGravatar Dmitry Golovin 1-2/+2
2019-02-01ARM: 8819/1: Remove '-p' from LDFLAGSGravatar Nathan Chancellor 1-2/+0
2019-01-06kbuild: remove redundant target cleaning on failureGravatar Masahiro Yamada 1-1/+1
2018-12-12ARM: smp: add support for per-task stack canariesGravatar Ard Biesheuvel 1-0/+1
2018-06-15arm: port KCOV to armGravatar Dmitry Vyukov 1-0/+3
2018-06-05Merge branches 'fixes', 'misc' and 'spectre' into for-linusGravatar Russell King 1-1/+1
2018-05-19ARM: 8767/1: add support for building ARM kernel with clangGravatar Stefan Agner 1-1/+1
2018-05-19ARM: replace unnecessary perl with sed and the shell $(( )) operatorGravatar Russell King 1-5/+3
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-2/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03ARM: decompressor: fix BSS size calculationGravatar Russell King 1-2/+5
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextGravatar Russell King 1-17/+16
2016-02-22ARM: 8543/1: decompressor: rename suffix_y to compress-yGravatar Masahiro Yamada 1-6/+6
2016-02-22ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileGravatar Masahiro Yamada 1-8/+6
2016-02-22ARM: 8541/1: decompressor: drop redundant FORCE in MakefileGravatar Masahiro Yamada 1-1/+1
2016-02-22ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesGravatar Masahiro Yamada 1-2/+1
2016-02-22ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Gravatar Masahiro Yamada 1-1/+1
2016-02-22ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Gravatar Masahiro Yamada 1-2/+2