summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner2019-11-151-1/+1
* | ARM: 8915/1: zImage: atags_to_fdt: fix __be32 and __be64 typesBen Dooks (Codethink)2019-10-271-6/+6
|/
* ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij2019-08-231-1/+1
* ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij2019-08-231-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changesSebastian Andrzej Siewior2019-06-011-0/+1
* ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel2019-04-231-1/+15
* ARM: 8844/1: use unified assembler in assembly filesStefan Agner2019-02-261-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
* Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-01-051-0/+23
|\
| * ARM: 8804/1: zImage: atags_to_fdt: add serial-number for ATAG_SERIALBen Dooks2018-11-081-0/+23
* | ARM: smp: add support for per-task stack canariesArd Biesheuvel2018-12-121-0/+1
|/
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-0/+2
|\
| * libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring2018-09-191-0/+2
* | ARM: 8786/1: Debug kernel copy by printingFabrizio Castro2018-09-191-0/+43
|/
* 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
* | | ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach2018-05-191-2/+2
* | | ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach2018-05-191-8/+8
|/ /
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-04-093-5/+17
|\ \
| * | ARM: decompressor: fix warning introduced in fortify patchRussell King2018-04-053-5/+12
| * | ARM: 8749/1: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEJinbum Park2018-03-281-0/+5
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-8/+1
|\ \
| * | zboot: fix stack protector in compressed boot phaseHuacai Chen2018-04-051-8/+1
| |/