summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-09-02lz4: fix bogus gcc warningGreg Kroah-Hartman1-1/+1
2016-04-13lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra1-3/+1
2016-04-13lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra1-9/+12
2015-05-24lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa1-1/+11
2015-03-25lib/lz4: Pull out constant tablesRasmus Villemoes1-11/+7
2015-03-16LZ4 : fix the data abort issueJeHyeon Yeon1-0/+3
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman1-1/+5
2014-06-27lz4: fix another possible overrunGreg Kroah-Hartman1-1/+3
2014-06-23lz4: ensure length does not wrapGreg Kroah-Hartman1-0/+2
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2-8/+8
2013-08-23lib/lz4: correct the LZ4 licenseRichard Laager3-7/+7
2013-07-09lib: add lz4 compressor moduleChanho Min7-2/+1092
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee10-2/+243
2013-07-09decompressor: add LZ4 decompressor moduleKyungsik Lee3-0/+471