summaryrefslogtreecommitdiff
path: root/lib/lz4
Commit message (Expand)AuthorAge
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-03
* lib/lz4: remove back-compat wrappersSven Schmidt2017-02-24
* lib: update LZ4 compressor moduleSven Schmidt2017-02-24
* lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2016-04-13
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2016-04-13
* lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2015-05-24
* lib/lz4: Pull out constant tablesRasmus Villemoes2015-03-25
* LZ4 : fix the data abort issueJeHyeon Yeon2015-03-16
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2014-07-03
* lz4: fix another possible overrunGreg Kroah-Hartman2014-06-27
* lz4: ensure length does not wrapGreg Kroah-Hartman2014-06-23
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2013-09-11
* lib/lz4: correct the LZ4 licenseRichard Laager2013-08-23
* lib: add lz4 compressor moduleChanho Min2013-07-09
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-09
* decompressor: add LZ4 decompressor moduleKyungsik Lee2013-07-09