summaryrefslogtreecommitdiffstats
path: root/lib/lzo/lzo1x_compress.c
Commit message (Expand)AuthorAgeFilesLines
* lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Jiangshan Yi2022-07-291-4/+2
* lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan2020-12-151-1/+1
* lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman2020-06-111-0/+13
* lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman2019-09-251-6/+8
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-051-3/+6
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-071-9/+33
* lib/lzo: implement run-length encodingDave Rodgman2019-03-071-11/+89
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2013-02-201-141/+194
* lzo: add some missing castsRichard Purdie2007-07-311-3/+3
* Add LZO1X algorithm to the kernelRichard Purdie2007-07-101-0/+226