summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
AgeCommit message (Expand)AuthorFilesLines
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-1/+3
2020-10-26efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel1-0/+3
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-42/+48
2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King3-4/+8
2020-09-15ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King2-1/+3
2020-09-15ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij1-0/+23
2020-09-15ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij1-0/+1
2020-09-15ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij1-2/+0
2020-09-15ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij1-5/+10
2020-09-15ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij1-0/+2
2020-09-15ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij1-1/+2
2020-09-15ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij1-30/+0
2020-09-03arm/boot: Warn on orphan section placementKees Cook1-0/+2
2020-09-01arm/boot: Handle all sections explicitlyKees Cook1-10/+10
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-5/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+1
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel1-0/+62
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-104/+61
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2020-05-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel1-1/+1
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel1-25/+14
2020-05-19ARM: decompressor: move GOT into .data for EFI enabled buildsArd Biesheuvel1-0/+5
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel1-11/+4
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel1-11/+12
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel1-2/+4
2020-04-29ARM: 8970/1: decompressor: increase tag sizeƁukasz Stelmach1-1/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada8-56/+24
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar1-1/+1
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/gre...Linus 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/kerne...Linus 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 cleanin...Ard Biesheuvel1-15/+1
2020-01-25ARM: 8941/1: decompressor: enable CP15 barrier instructions in v7 cache setup...Ard Biesheuvel1-0/+13
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2019-11-26libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada1-1/+3