summaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/compressed/decompress.c
Commit message (Expand)AuthorAgeFilesLines
* mips: decompress: fix add missing prototypesArnd Bergmann2023-12-101-14/+2
* mips: boot/compressed: use __NO_FORTIFYJohn Thomson2022-11-111-0/+1
* MIPS: boot/compressed: Use array reference for image boundsKees Cook2022-03-141-5/+5
* mips: disable branch profiling in boot/decompress.oRandy Dunlap2021-07-051-0/+2
* MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2021-03-081-0/+8
* MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
* MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil2020-09-031-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* zboot: fix stack protector in compressed boot phaseHuacai Chen2018-04-051-8/+1
* MIPS: ZBOOT: copy appended dtb to the end of the kernelJonas Gorski2016-08-021-0/+17
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-2/+2
* MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOTWu Zhangjin2015-04-021-0/+5
* MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno2014-08-261-0/+1
* MIPS: ZBOOT: implement stack protector in compressed boot phaseBen Chan2014-08-021-0/+14
* MIPS: ZBOOT: gather string functions into string.cAntony Pavlov2014-01-241-22/+0
* MIPS: ZBOOT: Support LZ4 compression schemeFlorian Fainelli2013-10-291-1/+6
* MIPS: ZBOOT: Support XZ compression schemeFlorian Fainelli2013-10-291-1/+7
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-2/+2
* MIPS: Clean up arch/mips/boot/compressed/decompress.cWu Zhangjin2010-08-051-24/+14
* MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin2010-02-271-2/+2
* MIPS: Add support of LZO-compressed kernelsWu Zhangjin2010-01-281-0/+4
* MIPS: Cleanup and Fixup of compressed kernel supportWu Zhangjin2010-01-121-10/+0
* MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin2009-12-171-0/+126