summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9407/1: Add support for STACKLEAK gcc pluginJinjie Ruan2024-07-021-0/+1
* Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-7/+0
* ARM: 9291/1: decompressor: simplify the path to the top vmlinuxMasahiro Yamada2023-04-111-1/+1
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\
| * kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
* | ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers2022-11-081-1/+0
* | ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim2022-11-071-0/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-04-031-2/+2
|\
| * ARM: 9189/1: decompressor: fix unneeded rebuilds of library objectsMasahiro Yamada2022-03-311-2/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-231-5/+1
|\ \ | |/ |/|
| * ARM: decompressor: disable stack protectorArd Biesheuvel2021-12-031-5/+1
* | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-4/+4
|\ \
| * | kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada2022-01-141-4/+4
| |/
* / ARM: 9154/1: decompressor: do not copy source files while buildingMasahiro Yamada2021-12-171-30/+3
|/
* ARM: 9105/1: atags_to_fdt: don't warn about stack sizeDavid Heidelberg2021-08-101-0/+2
* ARM: 9076/1: boot: remove redundant piggy_data from clean-filesMasahiro Yamada2021-06-071-1/+1
* Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-081-7/+0
|\
| * kbuild: add a script to remove stale generated filesMasahiro Yamada2021-05-021-7/+0
* | ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lldArd Biesheuvel2021-03-091-2/+2
|/
* ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven2021-02-011-1/+4
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-221-0/+1
|\
| * ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij2020-10-271-0/+1
* | kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor2020-12-011-1/+3
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-201-1/+6
|\
| * ARM: add malloc size to decompressor kexec size structureRussell King2020-09-151-1/+4
| * ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King2020-09-151-0/+1
| * ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij2020-09-151-0/+1
* | arm/boot: Warn on orphan section placementKees Cook2020-09-031-0/+2
|/
* kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-5/+1
* kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-2/+1
* ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada2020-04-291-23/+15
* ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC pluginArd Biesheuvel2020-02-211-2/+2
* ARM: 8945/1: decompressor: use CONFIG option instead of cc-optionMasahiro Yamada2020-01-251-6/+6
* ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin2019-11-221-2/+2
* ARM: 8819/1: Remove '-p' from LDFLAGSNathan Chancellor2019-02-011-2/+0
* 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