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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
net/sched: fq_pie: clamp default quantum to avoid signed overflow
Jamal Hadi Salim
1
-1
/
+2
2026-08-25
net/sched: sch_codel: clamp default mtu to avoid disabling CoDel
Jamal Hadi Salim
1
-1
/
+1
2026-08-25
net/sched: fq_codel: clamp default quantum and mtu
Jamal Hadi Salim
1
-2
/
+4
2026-08-25
net/sched: fq: add overflow bounds to quantum and initial quantum
Jamal Hadi Salim
1
-2
/
+4
2026-08-25
vsock/virtio: flush works in dependency order
Chengfeng Ye
1
-1
/
+1
2026-08-25
net: fix a resource leak in copy_net_ns() error handling path
Tetsuo Handa
1
-12
/
+9
2026-08-25
net: core: fix head-page leak in skb_zerocopy
Mina Almasry
1
-2
/
+2
2026-08-25
net: core: check skb_frags_readable before uncloning in skb_copy_ubufs
Mina Almasry
1
-3
/
+3
2026-08-25
sctp: fix NULL deref on untransmitted RECONF completion
Weiming Shi
1
-1
/
+1
2026-08-25
net/sched: act_skbmod: fix length calculations and avoid invalid header warnings
Eric Dumazet
1
-4
/
+8
2026-08-25
tls: device: fix out-of-bounds write in tls_append_frag()
Jiayuan Chen
1
-1
/
+2
2026-08-25
ALSA: usb-audio: Complete cleanup after system-resume errors
Will Porter
1
-4
/
+10
2026-08-25
ALSA: hda/realtek: Add quirk for Lenovo IdeaPad Slim 3 15ABR8
Zhang Heng
1
-0
/
+1
2026-08-25
ALSA: aoa: i2sbus: Check IRQ before requesting it
bui duc phuc
1
-0
/
+2
2026-08-25
ALSA: usb-audio: Skip mixer creation on M-Audio Venom
Federico ValentÃn Andrade
1
-0
/
+22
2026-08-25
ALSA: usb-audio: Skip reading sample rate on M-Audio Venom
Federico ValentÃn Andrade
1
-0
/
+2
2026-08-25
Merge branch 'net-don-t-strip-zerocopy-frag-markers-from-a-forwarded-skb'
Paolo Abeni
2
-4
/
+5
2026-08-25
net: skbuff: don't touch shared zerocopy state in skb_tx_error()
Norbert Szetei
1
-1
/
+4
2026-08-25
net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()
Norbert Szetei
1
-1
/
+0
2026-08-25
openvswitch: only skb_tx_error() a packet we are about to drop
Norbert Szetei
1
-2
/
+1
2026-08-25
f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()
Chao Yu
1
-0
/
+5
2026-08-24
selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
Karl Mehltretter
1
-1
/
+2
2026-08-24
memcg: move LRU size accounting on reparenting instead of copying it
Shakeel Butt
2
-0
/
+14
2026-08-24
mm/vmscan: fix comment logic in balance_pgdat
Enlin Mu
1
-1
/
+1
2026-08-24
maple_tree: add helper mas_make_walkable()
Liam R. Howlett (Oracle)
1
-5
/
+8
2026-08-24
maple_tree: avoid extra gap calculation
Liam R. Howlett (Oracle)
1
-11
/
+17
2026-08-24
maple_tree: fix argument name in header
Liam R. Howlett (Oracle)
1
-1
/
+1
2026-08-24
maple_tree: change two GFP flags in tests
Liam R. Howlett (Oracle)
1
-2
/
+2
2026-08-24
maple_tree: document erase and allocations better
Liam R. Howlett (Oracle)
1
-3
/
+19
2026-08-24
maple_tree: avoid mas_erase() and mtree_erase() failures
Liam R. Howlett (Oracle)
2
-18
/
+52
2026-08-24
maple_tree: document that erase may use GFP_KERNEL for allocations
Liam R. Howlett (Oracle)
1
-2
/
+21
2026-08-24
maple_tree: catch race in mas_alloc_cyclic()
Liam R. Howlett (Oracle)
1
-19
/
+24
2026-08-24
maple_tree: add bulk parent set helper
Liam R. Howlett (Oracle)
1
-55
/
+42
2026-08-24
maple_tree: micro optimisation of mas_wr_store_type()
Liam R. Howlett (Oracle)
1
-3
/
+15
2026-08-24
maple_tree: optimise mas_wr_node_store() when not in rcu mode
Liam R. Howlett (Oracle)
1
-3
/
+17
2026-08-24
maple_tree: use prefetched value in mas_wr_store_type()
Liam R. Howlett (Oracle)
1
-1
/
+1
2026-08-24
maple_tree: clarify comments on mas_nomem()
Liam R. Howlett (Oracle)
1
-2
/
+7
2026-08-24
maple_tree: drop MAPLE_ALLOC_SLOTS
Liam R. Howlett (Oracle)
1
-2
/
+0
2026-08-24
maple_tree: drop dead code from mas_extend_spanning_null()
Liam R. Howlett (Oracle)
1
-7
/
+0
2026-08-24
maple_tree: documentation fix
Liam R. Howlett (Oracle)
1
-1
/
+1
2026-08-24
maple_tree: add write lock checking with lockdep sequence numbers
Liam R. Howlett (Oracle)
2
-14
/
+57
2026-08-24
locking/lockdep: add sequence counter to held_lock
Liam R. Howlett (Oracle)
4
-8
/
+57
2026-08-24
maple_tree: add rcu locking check when LOCKDEP is enabled
Liam R. Howlett (Oracle)
2
-1
/
+52
2026-08-24
selftests/mm: check stat() return value in khugepaged get_finfo()
Anshuman
1
-1
/
+2
2026-08-24
mm, swap: ratelimit bad swap entry reports
Breno Leitao
1
-3
/
+3
2026-08-24
selftests/mm: fix unchecked ftruncate return value in soft-dirty test
Anshuman
1
-1
/
+2
2026-08-24
mm: memcg: release the css reference when a stock slot empties
Song Hu
1
-1
/
+6
2026-08-24
mm: include swap.h in swapops.h
Kiryl Shutsemau (Meta)
1
-0
/
+1
2026-08-24
mm/migrate_device: fix cache flush when replacing huge zero PMD
Hui Su
1
-1
/
+1
2026-08-24
selftests/mm: drop redundant open() in mprotect_tests()
Hongfu Li
1
-6
/
+0
[prev]
[next]