index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lzo
Age
Commit message (
Expand
)
Author
2020-12-15
lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
Jason Yan
2020-06-19
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
2020-06-11
lib/lzo: fix ambiguous encoding bug in lzo-rle
Dave Rodgman
2019-09-25
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
Dave Rodgman
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-04-05
lib/lzo: fix bugs for very short or empty input
Dave Rodgman
2019-03-07
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
2019-03-07
lib/lzo: implement run-length encoding
Dave Rodgman
2019-03-07
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
2019-03-07
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
2019-03-07
lib/lzo: tidy-up ifdefs
Dave Rodgman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2014-09-28
lzo: check for length overrun in variable length encoding.
Willy Tarreau
2014-09-28
Revert "lzo: properly check for overruns"
Willy Tarreau
2014-06-23
lzo: properly check for overruns
Greg Kroah-Hartman
2013-02-20
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2013-02-20
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
2010-01-11
lib: add support for LZO-compressed kernels
Albin Tonnerre
2008-07-25
lzo: use get/put_unaligned_* helpers
Harvey Harrison
2008-04-10
lzo: fix typo in decompressor
Harvey Harrison
2007-07-31
lzo: add some missing casts
Richard Purdie
2007-07-10
Add LZO1X algorithm to the kernel
Richard Purdie