index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lz4
Age
Commit message (
Expand
)
Author
2020-12-15
lib/lz4: explicitly support in-place decompression
Gao Xiang
2020-08-14
lz4: fix kernel decompression speed
Nick Terrell
2020-06-10
lib/lz4/lz4_decompress.c: document deliberate use of `&'
Joe Perches
2019-09-20
lz4: do not export static symbol
Linus Torvalds
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-10-31
lib/lz4: update LZ4 decompressor module
Gao Xiang
2017-10-03
lib/lz4: make arrays static const, reduces object code size
Colin Ian King
2017-02-24
lib/lz4: remove back-compat wrappers
Sven Schmidt
2017-02-24
lib: update LZ4 compressor module
Sven Schmidt
2016-04-13
lib: lz4: cleanup unaligned access efficiency detection
Rui Salvaterra
2016-04-13
lib: lz4: fixed zram with lz4 on big endian machines
Rui Salvaterra
2015-05-24
lz4: fix system halt at boot kernel on x86_64
Krzysztof Kolasa
2015-03-25
lib/lz4: Pull out constant tables
Rasmus Villemoes
2015-03-16
LZ4 : fix the data abort issue
JeHyeon Yeon
2014-07-03
lz4: add overrun checks to lz4_uncompress_unknownoutputsize()
Greg Kroah-Hartman
2014-06-27
lz4: fix another possible overrun
Greg Kroah-Hartman
2014-06-23
lz4: ensure length does not wrap
Greg Kroah-Hartman
2013-09-11
lz4: fix compression/decompression signedness mismatch
Sergey Senozhatsky
2013-08-23
lib/lz4: correct the LZ4 license
Richard Laager
2013-07-09
lib: add lz4 compressor module
Chanho Min
2013-07-09
lib: add support for LZ4-compressed kernel
Kyungsik Lee
2013-07-09
decompressor: add LZ4 decompressor module
Kyungsik Lee