summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
AgeCommit message (Expand)AuthorLines
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds-36/+44
2020-12-21Merge branch 'devel-stable' into for-nextRussell King-15/+3
2020-12-21ARM: 9037/1: uncompress: Add OF_DT_MAGIC macroGeert Uytterhoeven-5/+7
2020-12-21ARM: 9036/1: uncompress: Fix dbgadtb size parameter nameGeert Uytterhoeven-2/+2
2020-12-21ARM: 9035/1: uncompress: Add be32tocpu macroGeert Uytterhoeven-14/+12
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor-1/+3
2020-10-28ARM: kvm: replace open coded VA->PA calculations with adr_l callArd Biesheuvel-13/+2
2020-10-28ARM: efistub: replace adrl pseudo-op with adr_l macro invocationArd Biesheuvel-2/+1
2020-10-27ARM: 9014/2: Replace string mem* functions for KASanLinus Walleij-0/+19
2020-10-27ARM: 9013/2: Disable KASan instrumentation for some codeLinus Walleij-0/+1
2020-10-26efi/arm: set HSCTLR Thumb2 bit correctly for HVC calls from HYPArd Biesheuvel-0/+3
2020-10-20Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-42/+48
2020-09-15ARM: add malloc size to decompressor kexec size structureRussell King-4/+8
2020-09-15ARM: add TEXT_OFFSET to decompressor kexec image structureRussell King-1/+3
2020-09-15ARM: 9010/1: uncompress: Print the location of appended DTBLinus Walleij-0/+23
2020-09-15ARM: 9009/1: uncompress: Enable debug in head.SLinus Walleij-0/+1
2020-09-15ARM: 9008/1: uncompress: Drop excess whitespace printLinus Walleij-2/+0
2020-09-15ARM: 9006/1: uncompress: Wait for ready and busy in debug printsLinus Walleij-5/+10
2020-09-15ARM: 9005/1: debug: Select flow control for all debug UARTsLinus Walleij-0/+2
2020-09-15ARM: 9004/1: debug: Split waituart to CTS and TXRDYLinus Walleij-1/+2
2020-09-15ARM: 9003/1: uncompress: Delete unused debug macrosLinus Walleij-30/+0
2020-09-03arm/boot: Warn on orphan section placementKees Cook-0/+2
2020-09-01arm/boot: Handle all sections explicitlyKees Cook-10/+10
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada-5/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada-2/+1
2020-06-13ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel-0/+62
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-104/+61
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2020-05-25Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2020-05-23efi/libstub: Add missing prototype for PE/COFF entry pointArd Biesheuvel-1/+1
2020-05-19ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel-25/+14
2020-05-19ARM: decompressor: move GOT into .data for EFI enabled buildsArd Biesheuvel-0/+5
2020-05-19ARM: decompressor: defer loading of the contents of the LC0 structureArd Biesheuvel-11/+4
2020-05-19ARM: decompressor: split off _edata and stack base into separate objectArd Biesheuvel-11/+12
2020-05-19ARM: decompressor: move headroom variable out of LC0Ard Biesheuvel-2/+4
2020-04-29ARM: 8970/1: decompressor: increase tag sizeƁukasz Stelmach-1/+1
2020-04-29ARM: 8969/1: decompressor: simplify libfdt buildsMasahiro Yamada-56/+24
2020-04-24efi/arm: Remove __efistub_global annotationArvind Sankar-1/+1
2020-04-14efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-71/+66
2020-04-02Merge branches 'misc' and 'devel-stable' into for-linusRussell King-76/+86
2020-03-30Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-38/+26
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel-10/+8
2020-02-27ARM: decompressor: switch to by-VA cache maintenance for v7 coresArd Biesheuvel-53/+30
2020-02-27ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenanceArd Biesheuvel-0/+10
2020-02-27ARM: decompressor: factor out routine to obtain the inflated image sizeArd Biesheuvel-17/+26
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel-2/+2
2020-02-22efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypointArd Biesheuvel-34/+10