summaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed
AgeCommit message (Expand)Author
2020-01-04libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.hMasahiro Yamada
2019-11-20libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring
2019-05-02ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel
2018-12-01ARM: 8767/1: add support for building ARM kernel with clangStefan Agner
2018-06-21ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach
2018-06-21ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach
2017-11-04Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02ARM: add debug ".edata_real" symbolRussell King
2017-10-12ARM: 8704/1: semihosting: use proper instruction on v7m processorsNicolas Pitre
2017-08-21arm/efi: Split zImage code and data into separate PE/COFF sectionsArd Biesheuvel
2017-08-21arm/efi: Replace open coded constants with symbolic onesArd Biesheuvel
2017-08-21arm/efi: Remove pointless dummy .reloc sectionArd Biesheuvel
2017-08-21arm/efi: Remove forbidden values from the PE/COFF headerArd Biesheuvel
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox
2017-06-12ARM: 8680/1: boot/compressed: fix inappropriate Thumb2 mnemonic for __nopArd Biesheuvel
2017-06-05ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2017-02-28ARM: 8654/1: decompressor: add strlen prototypeArnd Bergmann
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King
2016-02-22ARM: 8543/1: decompressor: rename suffix_y to compress-yMasahiro Yamada
2016-02-22ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileMasahiro Yamada
2016-02-22ARM: 8541/1: decompressor: drop redundant FORCE in MakefileMasahiro Yamada
2016-02-22ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesMasahiro Yamada
2016-02-22ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Masahiro Yamada
2016-02-22ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Masahiro Yamada
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker
2016-02-11ARM: boot: Add an implementation of strnlen for libfdtRob Herring
2016-01-26ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook
2015-12-14ARM: add UEFI stub supportRoy Franz
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu
2015-07-06ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-12Merge branch 'bsym' into for-nextRussell King
2015-05-28ARM: 8373/1: disable branch profiling in uncompressorArnd Bergmann
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King
2015-04-29libfdt: add fdt type definitionsRob Herring
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MJoachim Eastwood
2015-03-27ARM: add documentation for finding start of physical memoryRussell King
2015-02-24ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI supportMagnus Damm
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Russell King
2015-01-29ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeNicolas Pitre
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentMasahiro Yamada