index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
lzo
Age
Commit message (
Expand
)
Author
Files
Lines
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