aboutsummaryrefslogtreecommitdiff
path: root/lib/decompress_unlz4.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Gravatar Dimitri John Ledkov 1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-02-24lib/decompress_unlz4: change module to work with new LZ4 module versionGravatar Sven Schmidt 1-5/+8
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelGravatar Yinghai Lu 1-3/+3
2014-08-08initramfs: support initramfs that is bigger than 2GiBGravatar Yinghai Lu 1-9/+9
2014-08-08initrd: fix lz4 decompress with initrdGravatar Yinghai Lu 1-22/+43
2014-01-23lib/decompress_unlz4.c: always set an error return code on failuresGravatar Jan Beulich 1-0/+1
2013-07-09lib: add support for LZ4-compressed kernelGravatar Kyungsik Lee 1-0/+187