aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lzo
AgeCommit message (Expand)Author
2022-07-29lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Jiangshan Yi
2020-12-15lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-05lib/lzo: fix bugs for very short or empty inputDave Rodgman
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman
2019-03-07lib/lzo: implement run-length encodingDave Rodgman
2019-03-07lib/lzo: fast 8-byte copy on arm64Matt Sealey
2019-03-07lib/lzo: 64-bit CTZ on arm64Matt Sealey
2019-03-07lib/lzo: tidy-up ifdefsDave Rodgman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2014-09-28lzo: check for length overrun in variable length encoding.Willy Tarreau
2014-09-28Revert "lzo: properly check for overruns"Willy Tarreau
2014-06-23lzo: properly check for overrunsGreg Kroah-Hartman
2013-02-20lib/lzo: Update LZO compression to current upstream versionMarkus F.X.J. Oberhumer
2013-02-20lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cMarkus F.X.J. Oberhumer
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre
2008-07-25lzo: use get/put_unaligned_* helpersHarvey Harrison
2008-04-10lzo: fix typo in decompressorHarvey Harrison
2007-07-31lzo: add some missing castsRichard Purdie
2007-07-10Add LZO1X algorithm to the kernelRichard Purdie