index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lzo
/
lzo1x_compress.c
Age
Commit message (
Expand
)
Author
2025-08-16
lib/lzo: add unlikely hints to overrun checks
David Sterba
2025-03-08
crypto: lzo - Fix compression buffer overrun
Herbert Xu
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2022-07-29
lib/lzo/lzo1x_compress.c: replace ternary operator with min() and min_t()
Jiangshan Yi
2020-12-15
lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static
Jason Yan
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 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
2013-02-20
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2007-07-31
lzo: add some missing casts
Richard Purdie
2007-07-10
Add LZO1X algorithm to the kernel
Richard Purdie