aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed
AgeCommit message (Expand)AuthorFilesLines
2017-08-21arm/efi: Split zImage code and data into separate PE/COFF sectionsGravatar Ard Biesheuvel 2-16/+46
2017-08-21arm/efi: Replace open coded constants with symbolic onesGravatar Ard Biesheuvel 1-61/+67
2017-08-21arm/efi: Remove pointless dummy .reloc sectionGravatar Ard Biesheuvel 1-17/+1
2017-08-21arm/efi: Remove forbidden values from the PE/COFF headerGravatar Ard Biesheuvel 1-3/+3
2017-07-10bitmap: use memcmp optimisation in more situationsGravatar Matthew Wilcox 1-0/+1
2017-06-12ARM: 8680/1: boot/compressed: fix inappropriate Thumb2 mnemonic for __nopGravatar Ard Biesheuvel 1-1/+2
2017-06-05ARM: 8677/1: boot/compressed: fix decompressor header layout for v7-MGravatar Ard Biesheuvel 2-10/+11
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageGravatar Marc Zyngier 1-1/+11
2017-02-28Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+1
2017-02-28ARM: 8654/1: decompressor: add strlen prototypeGravatar Arnd Bergmann 1-0/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-10-02ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Gravatar Srinivas Ramana 1-1/+1
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 7-47/+16
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+9
2016-03-04Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextGravatar Russell King 7-47/+18
2016-02-22ARM: 8543/1: decompressor: rename suffix_y to compress-yGravatar Masahiro Yamada 1-6/+6
2016-02-22ARM: 8542/1: decompressor: merge piggy.*.S and simplify MakefileGravatar Masahiro Yamada 7-38/+8
2016-02-22ARM: 8541/1: decompressor: drop redundant FORCE in MakefileGravatar Masahiro Yamada 1-1/+1
2016-02-22ARM: 8540/1: decompressor: use clean-files instead of extra-y to clean filesGravatar Masahiro Yamada 1-2/+1
2016-02-22ARM: 8539/1: decompressor: drop more unneeded assignments to "targets"Gravatar Masahiro Yamada 1-1/+1
2016-02-22ARM: 8538/1: decompressor: drop unneeded assignments to "targets"Gravatar Masahiro Yamada 1-2/+2
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsGravatar Jean-Philippe Brucker 1-0/+2
2016-02-22ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsGravatar Jean-Philippe Brucker 1-0/+2
2016-02-11ARM: boot: Add an implementation of strnlen for libfdtGravatar Rob Herring 1-0/+9
2016-01-26ARM: 8500/1: fix atags_to_fdt with stack-protector-strongGravatar Kees Cook 1-0/+9
2015-12-14ARM: add UEFI stub supportGravatar Roy Franz 4-3/+192
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelGravatar Yinghai Lu 1-1/+1
2015-07-06ARM: shmobile: Remove obsolete zboot supportGravatar Geert Uytterhoeven 2-75/+0
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2015-06-12Merge branch 'bsym' into for-nextGravatar Russell King 1-2/+2
2015-05-28ARM: 8373/1: disable branch profiling in uncompressorGravatar Arnd Bergmann 1-0/+2
2015-05-08ARM: replace BSYM() with badr assembly macroGravatar Russell King 1-2/+2
2015-04-29libfdt: add fdt type definitionsGravatar Rob Herring 1-0/+4
2015-04-22Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-688/+0
2015-03-28ARM: 8327/1: zImage: add support for ARMv7-MGravatar Joachim Eastwood 1-6/+27
2015-03-27ARM: add documentation for finding start of physical memoryGravatar Russell King 1-1/+18
2015-02-24ARM: shmobile: sh7372: Remove ZBOOT MMC/SDHI supportGravatar Magnus Damm 6-688/+0
2015-02-10Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into...Gravatar Russell King 1-10/+31
2015-01-29ARM: 8294/1: ATAG_DTB_COMPAT: remove the DT workspace's hardcoded 64KB sizeGravatar Nicolas Pitre 1-9/+30
2015-01-21ARM: 8290/1: decompressor: fix a wrong commentGravatar Masahiro Yamada 1-1/+1
2014-11-13ARM: 8191/1: decompressor: ensure I-side picks up relocated codeGravatar Will Deacon 1-4/+16
2014-09-26ARM: 8153/1: Enable gcov support on the ARM architectureGravatar Vincent Sanders 1-0/+2
2014-07-18ARM: 8079/1: zImage: identify kernel endiannessGravatar Nicolas Pitre 1-0/+1
2014-07-01ARM: simplify generation of compressed vmlinux.lds fileGravatar Russell King 3-9/+2
2014-07-01ARM: 8067/1: zImage: ensure header in LE format for BE8 kernelsGravatar Nicolas Pitre 4-5/+21
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextGravatar Linus Torvalds 1-0/+2
2014-06-01ARM: 8025/1: Get rid of meminfoGravatar Laura Abbott 1-0/+2
2014-05-26ARM: compressed/head.S: remove s3c24xx special caseGravatar Heiko Stuebner 1-5/+0
2014-03-07ARM: 7992/1: boot: compressed: ignore bswapsdi2.SGravatar Mark Rutland 1-0/+1
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-1/+1