aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4/lz4_decompress.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-03lib/lz4: make arrays static const, reduces object code sizeGravatar Colin Ian King 1-2/+2
2017-02-24lib/lz4: remove back-compat wrappersGravatar Sven Schmidt 1-42/+0
2017-02-24lib: update LZ4 compressor moduleGravatar Sven Schmidt 1-249/+456
2015-05-24lz4: fix system halt at boot kernel on x86_64Gravatar Krzysztof Kolasa 1-1/+11
2015-03-25lib/lz4: Pull out constant tablesGravatar Rasmus Villemoes 1-11/+7
2015-03-16LZ4 : fix the data abort issueGravatar JeHyeon Yeon 1-0/+3
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Gravatar Greg Kroah-Hartman 1-1/+5
2014-06-27lz4: fix another possible overrunGravatar Greg Kroah-Hartman 1-1/+3
2014-06-23lz4: ensure length does not wrapGravatar Greg Kroah-Hartman 1-0/+2
2013-09-11lz4: fix compression/decompression signedness mismatchGravatar Sergey Senozhatsky 1-4/+4
2013-08-23lib/lz4: correct the LZ4 licenseGravatar Richard Laager 1-3/+3
2013-07-09lib: add support for LZ4-compressed kernelGravatar Kyungsik Lee 1-1/+1
2013-07-09decompressor: add LZ4 decompressor moduleGravatar Kyungsik Lee 1-0/+326