index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
module
/
decompress.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
module/decompress: use kvmalloc() consistently
Andrea Righi
1
-4
/
+4
2023-11-01
module/decompress: use vmalloc() for gzip decompression workspace
Andrea Righi
1
-2
/
+2
2023-08-29
module/decompress: use vmalloc() for zstd decompression workspace
Andrea Righi
1
-2
/
+2
2023-06-01
module/decompress: Fix error checking on zstd decompression
Lucas De Marchi
1
-1
/
+1
2023-04-18
module: add debug stats to help identify memory pressure
Luis Chamberlain
1
-0
/
+4
2023-03-22
module/decompress: Never use kunmap() for local un-mappings
Fabio M. De Francesco
1
-1
/
+1
2022-12-07
module/decompress: Support zstd in-kernel decompression
Stephen Boyd
1
-2
/
+90
2022-11-11
module: Fix NULL vs IS_ERR checking for module_get_next_page
Miaoqian Lin
1
-4
/
+4
2022-09-08
module/decompress: generate sysfs string at compile time
David Disseldorp
1
-1
/
+1
2022-07-20
module: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2022-04-05
module: Make internal.h and decompress.c more compliant
Aaron Tomlin
1
-0
/
+3
2022-04-04
module: Move all into module/
Aaron Tomlin
1
-0
/
+273