index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lzo
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-11
lib/lzo: fix ambiguous encoding bug in lzo-rle
Dave Rodgman
1
-0
/
+13
2019-09-25
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
Dave Rodgman
1
-6
/
+8
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-04-05
lib/lzo: fix bugs for very short or empty input
Dave Rodgman
2
-6
/
+7
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2
-10
/
+35
2019-03-07
lib/lzo: implement run-length encoding
Dave Rodgman
3
-35
/
+152
2019-03-07
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
1
-1
/
+1
2019-03-07
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
1
-1
/
+1
2019-03-07
lib/lzo: tidy-up ifdefs
Dave Rodgman
1
-4
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2014-09-28
lzo: check for length overrun in variable length encoding.
Willy Tarreau
1
-6
/
+37
2014-09-28
Revert "lzo: properly check for overruns"
Willy Tarreau
1
-41
/
+21
2014-06-23
lzo: properly check for overruns
Greg Kroah-Hartman
1
-21
/
+41
2013-02-20
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
3
-336
/
+387
2013-02-20
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
2
-1
/
+1
2010-01-11
lib: add support for LZO-compressed kernels
Albin Tonnerre
1
-3
/
+6
2008-07-25
lzo: use get/put_unaligned_* helpers
Harvey Harrison
1
-4
/
+2
2008-04-10
lzo: fix typo in decompressor
Harvey Harrison
1
-1
/
+1
2007-07-31
lzo: add some missing casts
Richard Purdie
1
-3
/
+3
2007-07-10
Add LZO1X algorithm to the kernel
Richard Purdie
4
-0
/
+528