aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/boot/compressed/decompress.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-11mips: boot/compressed: use __NO_FORTIFYJohn Thomson1-0/+1
2022-03-14MIPS: boot/compressed: Use array reference for image boundsKees Cook1-5/+5
2021-07-05mips: disable branch profiling in boot/decompress.oRandy Dunlap1-0/+2
2021-03-08MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil1-0/+8
2020-12-28MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil1-1/+2
2020-09-03MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-04-05zboot: fix stack protector in compressed boot phaseHuacai Chen1-8/+1
2016-08-02MIPS: ZBOOT: copy appended dtb to the end of the kernelJonas Gorski1-0/+17
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-2/+2
2015-04-02MIPS: Reduce kernel image size for !CONFIG_DEBUG_ZBOOTWu Zhangjin1-0/+5
2014-08-26MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-08-02MIPS: ZBOOT: implement stack protector in compressed boot phaseBen Chan1-0/+14
2014-01-24MIPS: ZBOOT: gather string functions into string.cAntony Pavlov1-22/+0
2013-10-29MIPS: ZBOOT: Support LZ4 compression schemeFlorian Fainelli1-1/+6
2013-10-29MIPS: ZBOOT: Support XZ compression schemeFlorian Fainelli1-1/+7
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2010-08-05MIPS: Clean up arch/mips/boot/compressed/decompress.cWu Zhangjin1-24/+14
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin1-2/+2
2010-01-28MIPS: Add support of LZO-compressed kernelsWu Zhangjin1-0/+4
2010-01-12MIPS: Cleanup and Fixup of compressed kernel supportWu Zhangjin1-10/+0
2009-12-17MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin1-0/+126