summaryrefslogtreecommitdiffstats
path: root/lib/lzo
Commit message (Expand)AuthorAgeFilesLines
* lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan2020-12-151-1/+1
* docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2020-06-191-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 - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-052-6/+7
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-072-10/+35
* lib/lzo: implement run-length encodingDave Rodgman2019-03-073-35/+152
* lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-071-1/+1
* lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-071-1/+1
* lib/lzo: tidy-up ifdefsDave Rodgman2019-03-071-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-09-281-6/+37
* Revert "lzo: properly check for overruns"Willy Tarreau2014-09-281-41/+21
* lzo: properly check for overrunsGreg Kroah-Hartman2014-06-231-21/+41
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2013-02-203-336/+387
* lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2013-02-202-1/+1
* lib: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-111-3/+6
* lzo: use get/put_unaligned_* helpersHarvey Harrison2008-07-251-4/+2
* lzo: fix typo in decompressorHarvey Harrison2008-04-101-1/+1
* lzo: add some missing castsRichard Purdie2007-07-311-3/+3
* Add LZO1X algorithm to the kernelRichard Purdie2007-07-104-0/+528