index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
module
/
decompress.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
module/decompress: use kvmalloc() consistently
Andrea Righi
2023-11-02
1
-4
/
+4
*
module/decompress: use vmalloc() for gzip decompression workspace
Andrea Righi
2023-11-01
1
-2
/
+2
*
module/decompress: use vmalloc() for zstd decompression workspace
Andrea Righi
2023-08-29
1
-2
/
+2
*
module/decompress: Fix error checking on zstd decompression
Lucas De Marchi
2023-06-01
1
-1
/
+1
*
module: add debug stats to help identify memory pressure
Luis Chamberlain
2023-04-18
1
-0
/
+4
*
module/decompress: Never use kunmap() for local un-mappings
Fabio M. De Francesco
2023-03-23
1
-1
/
+1
*
module/decompress: Support zstd in-kernel decompression
Stephen Boyd
2022-12-07
1
-2
/
+90
*
module: Fix NULL vs IS_ERR checking for module_get_next_page
Miaoqian Lin
2022-11-11
1
-4
/
+4
*
module/decompress: generate sysfs string at compile time
David Disseldorp
2022-09-09
1
-1
/
+1
*
module: Replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-07-20
1
-4
/
+4
*
module: Make internal.h and decompress.c more compliant
Aaron Tomlin
2022-04-05
1
-0
/
+3
*
module: Move all into module/
Aaron Tomlin
2022-04-04
1
-0
/
+273