aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lz4
Commit message (Expand)AuthorAgeFilesLines
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSShashank Shekhar2016-06-121-0/+1
* lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman2016-06-121-1/+5
* lz4: fix another possible overrunGreg Kroah-Hartman2016-06-121-1/+3
* lz4: ensure length does not wrapGreg Kroah-Hartman2016-06-121-0/+2
* lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2016-06-121-4/+4
* lib/lz4: correct the LZ4 licenseRichard Laager2016-06-123-7/+7
* lib: add lz4 compressor moduleChanho Min2016-06-124-2/+1048
* lib: add support for LZ4-compressed kernelKyungsik Lee2016-06-122-1/+2
* decompressor: add LZ4 decompressor moduleKyungsik Lee2016-06-122-0/+420