index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
zram
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
zram: fix slot lock bit position on big-endian 64-bit
David Carlier
2
-3
/
+17
14 days
zram: switch to unsigned long indexing
Sergey Senozhatsky
1
-60
/
+77
14 days
zram: fix out-of-bounds access in read_block_state()
Longlong Xia
1
-1
/
+3
14 days
zram: fix out-of-bounds access in writeback_store()
Longlong Xia
1
-2
/
+5
14 days
zram: reset per-priority params when changing algorithm before init
Haoqin Huang
1
-11
/
+12
14 days
zram: validate parameters in each backend's setup_params
Haoqin Huang
7
-4
/
+58
14 days
zram: add pr_fmt to backend files
Haoqin Huang
7
-1
/
+19
14 days
zram: reject zero-size dictionary
Haoqin Huang
1
-1
/
+9
14 days
zram: do not release zstd global params from error paths
Haoqin Huang
1
-2
/
+0
14 days
zram: validate deflate params
Sergey Senozhatsky
1
-1
/
+9
14 days
zram: set default primary compressor in zram_destroy_comps()
Sergey Senozhatsky
1
-2
/
+1
2026-08-06
zram: use a custom key for each zram object
Sebastian Andrzej Siewior
2
-8
/
+4
2026-08-06
zram: move lockmap to be per-zram instead per table
Sebastian Andrzej Siewior
2
-13
/
+10
2026-06-19
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-4
/
+9
2026-06-08
zram: drop unused bio parameter from write helpers
Cunlong Li
1
-4
/
+4
2026-06-04
zram: clear trailing bytes of compressed writeback pages
Sergey Senozhatsky
1
-0
/
+2
2026-06-04
zram: do not leak blk idx at the end of writeback
Sergey Senozhatsky
1
-0
/
+3
2026-06-03
zram: fix use-after-free in zram_bvec_write_partial()
Cunlong Li
1
-1
/
+1
2026-05-21
zram: fix use-after-free in zram_writeback_endio
Richard Chang
1
-1
/
+5
2026-04-18
zram: reject unrecognized type= values in recompress_store()
Andrew Stellman
1
-0
/
+2
2026-04-18
zram: do not forget to endio for partial discard requests
Sergey Senozhatsky
1
-1
/
+2
2026-04-05
zram: change scan_slots to return void
Sergey Senozhatsky
1
-9
/
+5
2026-04-05
zram: propagate read_from_bdev_async() errors
Sergey Senozhatsky
1
-7
/
+8
2026-04-05
zram: optimize LZ4 dictionary compression performance
gao xu
1
-3
/
+26
2026-04-05
zram: unify and harden algo/priority params handling
Sergey Senozhatsky
1
-40
/
+66
2026-04-05
zram: remove chained recompression
Sergey Senozhatsky
1
-60
/
+24
2026-04-05
zram: drop ->num_active_comps
Sergey Senozhatsky
2
-14
/
+16
2026-04-05
zram: do not autocorrect bad recompression parameters
Sergey Senozhatsky
1
-9
/
+8
2026-04-05
zram: do not permit params change after init
Sergey Senozhatsky
1
-0
/
+4
2026-04-05
zram: use statically allocated compression algorithm names
gao xu
3
-26
/
+13
2026-03-21
zram: do not slot_free() written-back slots
Sergey Senozhatsky
1
-25
/
+14
2026-03-04
zram: rename writeback_compressed device attr
Sergey Senozhatsky
2
-13
/
+13
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
6
-13
/
+13
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
6
-16
/
+16
2026-01-31
zram: rename init_lock to dev_lock
Sergey Senozhatsky
2
-32
/
+32
2026-01-26
zsmalloc: use actual object size to detect spans
Sergey Senozhatsky
1
-6
/
+8
2026-01-20
zram: remove KMSG_COMPONENT macro
Heiko Carstens
1
-2
/
+1
2026-01-20
zram: drop pp_in_progress
Sergey Senozhatsky
2
-25
/
+8
2026-01-20
zram: fixup read_block_state()
Sergey Senozhatsky
1
-5
/
+2
2026-01-20
zram: trivial fix of recompress_slot() coding styles
Sergey Senozhatsky
1
-5
/
+6
2026-01-20
zram: rename internal slot API
Sergey Senozhatsky
1
-181
/
+182
2026-01-20
zram: use u32 for entry ac_time tracking
Sergey Senozhatsky
2
-32
/
+37
2026-01-20
zram: consolidate device-attr declarations
Sergey Senozhatsky
1
-4
/
+3
2026-01-20
zram: switch to guard() for init_lock
Sergey Senozhatsky
1
-134
/
+77
2026-01-20
zram: rename zram_free_page()
Sergey Senozhatsky
1
-10
/
+10
2026-01-20
zram: move bd_stat to writeback section
Sergey Senozhatsky
1
-27
/
+21
2026-01-20
zram: introduce writeback_compressed device attribute
Richard Chang
1
-0
/
+38
2026-01-20
zram: introduce compressed data writeback
Richard Chang
2
-53
/
+227
2025-11-29
zram: fix a spelling mistake
Chu Guangqing
1
-1
/
+1
2025-11-24
zram: fix the issue that the write - back limits might overflow
Yuwen Chen
1
-0
/
+10
[next]