summaryrefslogtreecommitdiffstats
path: root/lib/lz4
AgeCommit message (Expand)AuthorLines
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang-5/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-3/+3
2024-09-09lib: lz4hc: export LZ4_resetStreamHC symbolSergey Senozhatsky-0/+1
2022-07-17lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang-3/+3
2022-04-08lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan-2/+6
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko-0/+2
2021-07-01lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana-1/+1
2020-12-15lib/lz4: explicitly support in-place decompressionGao Xiang-1/+6
2020-08-14lz4: fix kernel decompression speedNick Terrell-12/+22
2020-06-10lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches-0/+3
2019-09-20lz4: do not export static symbolLinus Torvalds-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang-141/+349
2017-10-03lib/lz4: make arrays static const, reduces object code sizeColin Ian King-2/+2
2017-02-24lib/lz4: remove back-compat wrappersSven Schmidt-87/+0
2017-02-24lib: update LZ4 compressor moduleSven Schmidt-1011/+2062
2016-04-13lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra-3/+1
2016-04-13lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra-9/+12
2015-05-24lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa-1/+11
2015-03-25lib/lz4: Pull out constant tablesRasmus Villemoes-11/+7
2015-03-16LZ4 : fix the data abort issueJeHyeon Yeon-0/+3
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman-1/+5
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman-1/+3
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman-0/+2
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky-4/+4
2013-08-23lib/lz4: correct the LZ4 licenseRichard Laager-7/+7
2013-07-09lib: add lz4 compressor moduleChanho Min-2/+1048
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee-1/+2
2013-07-09decompressor: add LZ4 decompressor moduleKyungsik Lee-0/+420