aboutsummaryrefslogtreecommitdiff
path: root/lib/lz4
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-113-87/+0
* lib: update LZ4 compressor moduleSven Schmidt2017-04-115-1012/+2062
* lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra2017-04-111-3/+1
* lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra2017-04-111-9/+12
* 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
* lib: lz4: Set ARM_EFFICIENT_UNALIGNED_ACCESSChristopher Fries2017-04-111-0/+1
* lz4: add lz4 module.Kyungsik Lee2017-04-115-0/+1478