summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | ARM: boot: add strrchr functionRob Herring2018-03-011-0/+10
|/
* ARM: 8745/1: get rid of __memzero()Nicolas Pitre2018-01-211-5/+0
* ARM: verify size of zImageRussell King2017-12-171-0/+8
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-163-2/+18
|\
| *-. Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-083-2/+18
| |\ \
| | * | ARM: add additional table to compressed kernelRussell King2017-10-032-0/+13
| | * | ARM: decompressor: fix BSS size calculationRussell King2017-10-031-2/+5
| | |/
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-041-0/+9
|\ \ \ | |/ /
| * | ARM: add debug ".edata_real" symbolRussell King2017-11-021-0/+9
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
|/ /
* | ARM: 8704/1: semihosting: use proper instruction on v7m processorsNicolas Pitre2017-10-121-0/+4
|/
* arm/efi: Split zImage code and data into separate PE/COFF sectionsArd Biesheuvel2017-08-212-16/+46
* arm/efi: Replace open coded constants with symbolic onesArd Biesheuvel2017-08-211-61/+67
* arm/efi: Remove pointless dummy .reloc sectionArd Biesheuvel2017-08-211-17/+1
* arm/efi: Remove forbidden values from the PE/COFF headerArd Biesheuvel2017-08-211-3/+3
* bitmap: use memcmp optimisation in more situationsMatthew Wilcox2017-07-101-0/+1
* ARM: 8680/1: boot/compressed: fix inappropriate Thumb2 mnemonic for __nopArd Biesheuvel2017-06-121-1/+2
* ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MArd Biesheuvel2017-06-052-10/+11
* ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier2017-04-091-1/+11
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-0/+1
|\
| * ARM: 8654/1: decompressor: add strlen prototypeArnd Bergmann2017-02-281-0/+1
* | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
|/
* ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-10-021-1/+1
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-197-47/+16
|\
| *-----. Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-047-47/+18
| |\ \ \ \
| | | | * | ARM: 8543/1: decompressor: rename suffix_y to compress-yMasahiro Yamada2016-02-221-6/+6
| | | | * | ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileMasahiro Yamada2016-02-227-38/+8
| | | | * | ARM: 8541/1: decompressor: drop redundant FORCE in MakefileMasahiro Yamada2016-02-221-1/+1
| | | | * | ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesMasahiro Yamada2016-02-221-2/+1
| | | | * | ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Masahiro Yamada2016-02-221-1/+1
| | | | * | ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Masahiro Yamada2016-02-221-2/+2
| | | | * | ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker2016-02-221-0/+2
| | | |/ / | | |/| |
* | | | | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-191-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARM: boot: Add an implementation of strnlen for libfdtRob Herring2016-02-111-0/+9
| | |/ / | |/| |
* | | | ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker2016-02-221-0/+2
| |/ / |/| |
* | | ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook2016-01-261-0/+9
|/ /
* | ARM: add UEFI stub supportRoy Franz2015-12-144-3/+192
|/
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-1/+1
* ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven2015-07-062-75/+0
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-011-0/+4
|\
| * libfdt: add fdt type definitionsRob Herring2015-04-291-0/+4
* | Merge branch 'bsym' into for-nextRussell King2015-06-121-2/+2
|\ \
| * | ARM: replace BSYM() with badr assembly macroRussell King2015-05-081-2/+2
| |/
* | ARM: 8373/1: disable branch profiling in uncompressorArnd Bergmann2015-05-281-0/+2
|/
* Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-226-688/+0
|\
OpenPOWER on IntegriCloud