index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lzo
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
Jason Yan
1
-1
/
+1
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
1
-1
/
+1
2020-06-12
lib/lzo: fix ambiguous encoding bug in lzo-rle
Dave Rodgman
1
-0
/
+13
2019-09-26
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-06
lib/lzo: fix bugs for very short or empty input
Dave Rodgman
2
-6
/
+7
2019-03-08
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2
-10
/
+35
2019-03-08
lib/lzo: implement run-length encoding
Dave Rodgman
3
-35
/
+152
2019-03-08
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
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-11
lzo: fix typo in decompressor
Harvey Harrison
1
-1
/
+1
2007-08-01
lzo: add some missing casts
Richard Purdie
1
-3
/
+3
2007-07-11
Add LZO1X algorithm to the kernel
Richard Purdie
4
-0
/
+528