aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lzo
Commit message (Expand)AuthorAge
* lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman2019-09-25
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-05
* lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-07
* lib/lzo: implement run-length encodingDave Rodgman2019-03-07
* lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-07
* lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-07
* lib/lzo: tidy-up ifdefsDave Rodgman2019-03-07
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* lzo: check for length overrun in variable length encoding.Willy Tarreau2014-09-28
* Revert "lzo: properly check for overruns"Willy Tarreau2014-09-28
* lzo: properly check for overrunsGreg Kroah-Hartman2014-06-23
* lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer2013-02-20
* lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer2013-02-20
* lib: add support for LZO-compressed kernelsAlbin Tonnerre2010-01-11
* lzo: use get/put_unaligned_* helpersHarvey Harrison2008-07-25
* lzo: fix typo in decompressorHarvey Harrison2008-04-10
* lzo: add some missing castsRichard Purdie2007-07-31
* Add LZO1X algorithm to the kernelRichard Purdie2007-07-10