summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-2/+2
|\ \
| * | efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel2020-05-231-1/+1
| * | efi/arm: Remove __efistub_global annotationArvind Sankar2020-04-241-1/+1
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-05-251-1/+1
|\ \ \ | |/ / |/| |
| * | ARM: 8970/1: decompressor: increase tag sizeƁukasz Stelmach2020-04-291-1/+1
| |/
* / efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel2020-04-141-1/+2
|/
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-04-032-71/+66
|\ \
| * \ Merge branches 'misc' and 'devel-stable' into for-linusRussell King2020-04-021-76/+86
| |\ \
| | * | ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel2020-02-271-53/+30
| | * | ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel2020-02-271-0/+10
| | * | ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel2020-02-271-17/+26
| * | | ARM: 8959/1: Remove unused .fixup section in boot stubKees Cook2020-02-211-1/+0
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-38/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel2020-02-291-10/+8
| * | | efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel2020-02-231-2/+2
| * | | efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2020-02-222-34/+10
| | |/ | |/|
| * | efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel2020-02-221-0/+6
| * | efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel2020-02-221-6/+14
| |/
* / 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: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleanin...Ard Biesheuvel2020-01-251-15/+1
* ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel2020-01-251-0/+13
* Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-1/+3
|\
| * libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada2019-11-261-1/+3
* | ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin2019-11-221-2/+2
* | ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers2019-11-153-3/+3