summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-11-08ARM: 9263/1: use .arch directives instead of assembler command line flagsNick Desaulniers1-1/+0
2022-11-07ARM: 9253/1: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLSeung-Woo Kim1-0/+1
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li1-1/+1
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+2
2022-03-31ARM: 9189/1: decompressor: fix unneeded rebuilds of library objectsMasahiro Yamada1-2/+2
2022-03-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-5/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-4/+4
2022-01-14kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}Masahiro Yamada1-4/+4
2021-12-17ARM: 9154/1: decompressor: do not copy source files while buildingMasahiro Yamada1-30/+3
2021-12-03ARM: decompressor: disable stack protectorArd Biesheuvel1-5/+1
2021-08-10ARM: 9105/1: atags_to_fdt: don't warn about stack sizeDavid Heidelberg1-0/+2
2021-06-07ARM: 9076/1: boot: remove redundant piggy_data from clean-filesMasahiro Yamada1-1/+1
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+0
2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada1-7/+0
2021-03-09ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lldArd Biesheuvel1-2/+2
2021-02-01ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven1-1/+4
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds1-0/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-1/+3
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij1-0/+1
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+6
2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King1-1/+4
2020-09-15ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King1-0/+1
2020-09-15ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij1-0/+1
2020-09-03arm/boot: Warn on orphan section placementKees Cook1-0/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-5/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada1-23/+15
2020-02-21ARM: 8961/2: Fix Kbuild issue caused by per-task stack protector GCC pluginArd Biesheuvel1-2/+2
2020-01-25ARM: 8945/1: decompressor: use CONFIG option instead of cc-optionMasahiro Yamada1-6/+6
2019-11-22ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin1-2/+2
2019-02-01ARM: 8819/1: Remove '-p' from LDFLAGSNathan Chancellor1-2/+0
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-1/+1
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel1-0/+1
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