summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven2020-12-211-2/+2
| * | ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven2020-12-211-14/+12
| * | ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij2020-10-271-0/+19
| * | 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
* | efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel2020-10-261-0/+3
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-10-204-42/+48
|\
| * ARM: add malloc size to decompressor kexec size structureRussell King2020-09-153-4/+8
| * ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King2020-09-152-1/+3
| * ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij2020-09-151-0/+23
| * ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij2020-09-151-0/+1
| * ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij2020-09-151-2/+0
| * ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij2020-09-151-5/+10
| * ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij2020-09-151-0/+2
| * ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij2020-09-151-1/+2
| * ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij2020-09-151-30/+0
* | arm/boot: Warn on orphan section placementKees Cook2020-09-031-0/+2
* | arm/boot: Handle all sections explicitlyKees Cook2020-09-011-10/+10
|/
* 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: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel2020-06-131-0/+62
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-0110-104/+61
|\
| * ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel2020-05-191-25/+14
| * ARM: decompressor: move GOT into .data for EFI enabled buildsArd Biesheuvel2020-05-191-0/+5
| * ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel2020-05-191-11/+4
| * ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel2020-05-191-11/+12
| * ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel2020-05-191-2/+4
| * ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada2020-04-298-56/+24