aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4/lz4_decompress.c
Commit message (Expand)AuthorAgeFilesLines
* lib/lz4: make arrays static const, reduces object code sizeColin Ian King2017-10-211-2/+2
* lib/lz4: remove back-compat wrappersSven Schmidt2017-04-111-42/+0
* lib: update LZ4 compressor moduleSven Schmidt2017-04-111-249/+456
* lz4: fix system halt at boot kernel on x86_64Krzysztof Kolasa2017-04-111-1/+11
* lib/lz4: Pull out constant tablesRasmus Villemoes2017-04-111-11/+7
* lz4: add lz4 module.Kyungsik Lee2017-04-111-0/+337