summaryrefslogtreecommitdiff
path: root/lib/lz4/lz4_decompress.c
Commit message (Expand)AuthorAgeFilesLines
* lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang2022-06-271-3/+3
* lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-081-2/+6
* lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana2021-07-011-1/+1
* lib/lz4: explicitly support in-place decompressionGao Xiang2020-12-151-1/+5
* lz4: fix kernel decompression speedNick Terrell2020-08-141-9/+9
* lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches2020-06-101-0/+3
* lib/lz4: update LZ4 decompressor moduleGao Xiang2018-10-311-140/+341
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-031-2/+2
* lib/lz4: remove back-compat wrappersSven Schmidt2017-02-241-42/+0
* lib: update LZ4 compressor moduleSven Schmidt2017-02-241-249/+456
* lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2015-05-241-1/+11
* lib/lz4: Pull out constant tablesRasmus Villemoes2015-03-251-11/+7
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-161-0/+3
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-031-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2014-06-271-1/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-231-0/+2
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-111-4/+4
* lib/lz4: correct the LZ4 licenseRichard Laager2013-08-231-3/+3
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-1/+1
* decompressor: add LZ4 decompressor moduleKyungsik Lee2013-07-091-0/+326