aboutsummaryrefslogtreecommitdiff
path: root/lib/lzo
AgeCommit message (Expand)AuthorFilesLines
2022-07-29lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()Gravatar Jiangshan Yi 1-4/+2
2020-12-15lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticGravatar Jason Yan 1-1/+1
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingGravatar Mauro Carvalho Chehab 1-1/+1
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleGravatar Dave Rodgman 1-0/+13
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleGravatar Dave Rodgman 1-6/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2019-04-05lib/lzo: fix bugs for very short or empty inputGravatar Dave Rodgman 2-6/+7
2019-03-07lib/lzo: separate lzo-rle from lzoGravatar Dave Rodgman 2-10/+35
2019-03-07lib/lzo: implement run-length encodingGravatar Dave Rodgman 3-35/+152
2019-03-07lib/lzo: fast 8-byte copy on arm64Gravatar Matt Sealey 1-1/+1
2019-03-07lib/lzo: 64-bit CTZ on arm64Gravatar Matt Sealey 1-1/+1
2019-03-07lib/lzo: tidy-up ifdefsGravatar Dave Rodgman 1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2014-09-28lzo: check for length overrun in variable length encoding.Gravatar Willy Tarreau 1-6/+37
2014-09-28Revert "lzo: properly check for overruns"Gravatar Willy Tarreau 1-41/+21
2014-06-23lzo: properly check for overrunsGravatar Greg Kroah-Hartman 1-21/+41
2013-02-20lib/lzo: Update LZO compression to current upstream versionGravatar Markus F.X.J. Oberhumer 3-336/+387
2013-02-20lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.cGravatar Markus F.X.J. Oberhumer 2-1/+1
2010-01-11lib: add support for LZO-compressed kernelsGravatar Albin Tonnerre 1-3/+6
2008-07-25lzo: use get/put_unaligned_* helpersGravatar Harvey Harrison 1-4/+2
2008-04-10lzo: fix typo in decompressorGravatar Harvey Harrison 1-1/+1
2007-07-31lzo: add some missing castsGravatar Richard Purdie 1-3/+3
2007-07-10Add LZO1X algorithm to the kernelGravatar Richard Purdie 4-0/+528