summaryrefslogtreecommitdiffstats
path: root/lib/lzo
Commit message (Expand)AuthorAgeFilesLines
* 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-062-6/+7
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-082-10/+35
* lib/lzo: implement run-length encodingDave Rodgman2019-03-083-35/+152
* lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-081-1/+1
* lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-081-1/+1
* lib/lzo: tidy-up ifdefsDave Rodgman2019-03-081-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/+21Star
* 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/+2Star
* lzo: fix typo in decompressorHarvey Harrison2008-04-111-1/+1
* lzo: add some missing castsRichard Purdie2007-08-011-3/+3
* Add LZO1X algorithm to the kernelRichard Purdie2007-07-114-0/+528