summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-7/+0
* fortify: Improve buffer overflow reportingKees Cook2024-02-292-2/+2
* fortify: Split reporting and avoid passing string pointerKees Cook2024-02-292-2/+2
* ARM: 9311/1: decompressor: move function prototypes to misc.hArnd Bergmann2023-06-194-6/+13
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-0/+1
|\
| * ARM: dyndbg: allow including dyndbg.h in decompressorArnd Bergmann2023-03-101-0/+1
* | ARM: 9291/1: decompressor: simplify the path to the top vmlinuxMasahiro Yamada2023-04-111-1/+1
|/
* ARM: sa1100: remove unused board filesArnd Bergmann2023-01-121-4/+0
* ARM: ep93xx: remove old board filesArnd Bergmann2023-01-101-12/+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
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-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 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-4/+0
|\ \
| * | ARM: remove check for CONFIG_DEBUG_LL_SER3Paul Bolle2022-09-281-4/+0
| |/
* | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-031-0/+2
|\ \
| * | ARM: decompressor: Include .data.rel.ro.localKees Cook2022-09-211-0/+2
| |/
* / ARM: 9243/1: riscpc: Unbreak the buildBart Van Assche2022-09-221-0/+2
|/
* ARM: ep93xx: multiplatform supportArnd Bergmann2022-04-042-0/+90
* 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-232-12/+1
|\ \ | |/ |/|
| * ARM: decompressor: disable stack protectorArd Biesheuvel2021-12-032-12/+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: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encodingAndre Przywara2021-12-172-9/+16
* | ARM: 9154/1: decompressor: do not copy source files while buildingMasahiro Yamada2021-12-177-35/+16
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-021-6/+42
|\
| *-. Merge branches 'devel-stable' and 'misc' into for-linusRussell King (Oracle)2021-11-021-6/+42
| |\ \
| | | * ARM: 9124/1: uncompress: Parse "linux,usable-memory-range" DT propertyGeert Uytterhoeven2021-10-191-6/+42
| | |/
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-0/+1
|\ \ \ | |/ / |/| |
| * | lib/string: Move helper functions out of string.cKees Cook2021-09-251-0/+1
| |/
* / ARM: 9134/1: remove duplicate memcpy() definitionArnd Bergmann2021-10-191-0/+3
|/
* ARM: 9105/1: atags_to_fdt: don't warn about stack sizeDavid Heidelberg2021-08-101-0/+2
* ARM: 9083/1: uncompress: atags_to_fdt: Spelling s/REturn/Return/Geert Uytterhoeven2021-06-071-1/+1
* 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
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-223-10/+171
|\
| * ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ coresVladimir Murzin2021-02-011-2/+2
| * ARM: 9045/1: uncompress: Validate start of physical memory against passed DTBGeert Uytterhoeven2021-02-013-4/+168
| * ARM: 9039/1: assembler: generalize byte swapping macro into rev_lArd Biesheuvel2021-02-011-4/+1
* | ARM: zImage: atags_to_fdt: Fix node names on added root nodesRob Herring2021-01-261-1/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds2020-12-223-36/+44
|\
| * Merge branch 'devel-stable' into for-nextRussell King2020-12-211-15/+3
| |\
| | * ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel2020-10-281-13/+2
| | * ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel2020-10-281-2/+1
| * | ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven2020-12-211-5/+7