aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/boot/compressed (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-14efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel1-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-71/+66
2020-04-02Merge branches 'misc' and 'devel-stable' into for-linusRussell King1-76/+86
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-38/+26
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel1-10/+8
2020-02-27ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel1-53/+30
2020-02-27ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel1-0/+10
2020-02-27ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel1-17/+26
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel1-2/+2
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel2-34/+10
2020-02-22efi/arm: Pass start and end addresses to cache_clean_flush()Ard Biesheuvel1-0/+6
2020-02-22efi/arm: Work around missing cache maintenance in decompressor handoverArd Biesheuvel1-6/+14
2020-02-21ARM: 8959/1: Remove unused .fixup section in boot stubKees Cook1-1/+0
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
2020-01-25ARM: 8942/1: Revert "8857/1: efi: enable CP15 DMB instructions before cleaning the cache"Ard Biesheuvel1-15/+1
2020-01-25ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup codeArd Biesheuvel1-0/+13
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+3
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada1-1/+3
2019-11-22ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin1-2/+2
2019-11-15ARM: 8933/1: replace Sun/Solaris style flag on section directiveNick Desaulniers3-3/+3
2019-11-15ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operandStefan Agner1-1/+1
2019-10-27ARM: 8915/1: zImage: atags_to_fdt: fix __be32 and __be64 typesBen Dooks (Codethink)1-6/+6
2019-08-23ARM: 8894/1: boot: Replace open-coded nop with macroLinus Walleij1-1/+1
2019-08-23ARM: 8893/1: boot: Explain the 8 nopsLinus Walleij1-0/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-06-01arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changesSebastian Andrzej Siewior1-0/+1
2019-04-23ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2019-02-26ARM: 8844/1: use unified assembler in assembly filesStefan Agner1-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
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+23
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel1-0/+1
2018-11-08ARM: 8804/1: zImage: atags_to_fdt: add serial-number for ATAG_SERIALBen Dooks1-0/+23
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2018-09-19libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring1-0/+2
2018-09-19ARM: 8786/1: Debug kernel copy by printingFabrizio Castro1-0/+43
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
2018-05-19ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach1-2/+2
2018-05-19ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach1-8/+8
2018-04-09Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-5/+17
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+1
2018-04-05zboot: fix stack protector in compressed boot phaseHuacai Chen1-8/+1
2018-04-05ARM: decompressor: fix warning introduced in fortify patchRussell King3-5/+12
2018-03-28ARM: 8749/1: Kconfig: Add ARCH_HAS_FORTIFY_SOURCEJinbum Park1-0/+5