index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-08-25
ALSA: usb-audio: Skip mixer creation on M-Audio Venom
Federico ValentÃn Andrade
2026-08-25
ALSA: usb-audio: Skip reading sample rate on M-Audio Venom
Federico ValentÃn Andrade
2026-08-25
Merge branch 'net-don-t-strip-zerocopy-frag-markers-from-a-forwarded-skb'
Paolo Abeni
2026-08-25
net: skbuff: don't touch shared zerocopy state in skb_tx_error()
Norbert Szetei
2026-08-25
net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()
Norbert Szetei
2026-08-25
openvswitch: only skb_tx_error() a packet we are about to drop
Norbert Szetei
2026-08-25
f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()
Chao Yu
2026-08-24
selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
Karl Mehltretter
2026-08-24
memcg: move LRU size accounting on reparenting instead of copying it
Shakeel Butt
2026-08-24
mm/vmscan: fix comment logic in balance_pgdat
Enlin Mu
2026-08-24
maple_tree: add helper mas_make_walkable()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: avoid extra gap calculation
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: fix argument name in header
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: change two GFP flags in tests
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: document erase and allocations better
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: avoid mas_erase() and mtree_erase() failures
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: document that erase may use GFP_KERNEL for allocations
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: catch race in mas_alloc_cyclic()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: add bulk parent set helper
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: micro optimisation of mas_wr_store_type()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: optimise mas_wr_node_store() when not in rcu mode
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: use prefetched value in mas_wr_store_type()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: clarify comments on mas_nomem()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: drop MAPLE_ALLOC_SLOTS
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: drop dead code from mas_extend_spanning_null()
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: documentation fix
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: add write lock checking with lockdep sequence numbers
Liam R. Howlett (Oracle)
2026-08-24
locking/lockdep: add sequence counter to held_lock
Liam R. Howlett (Oracle)
2026-08-24
maple_tree: add rcu locking check when LOCKDEP is enabled
Liam R. Howlett (Oracle)
2026-08-24
selftests/mm: check stat() return value in khugepaged get_finfo()
Anshuman
2026-08-24
mm, swap: ratelimit bad swap entry reports
Breno Leitao
2026-08-24
selftests/mm: fix unchecked ftruncate return value in soft-dirty test
Anshuman
2026-08-24
mm: memcg: release the css reference when a stock slot empties
Song Hu
2026-08-24
mm: include swap.h in swapops.h
Kiryl Shutsemau (Meta)
2026-08-24
mm/migrate_device: fix cache flush when replacing huge zero PMD
Hui Su
2026-08-24
selftests/mm: drop redundant open() in mprotect_tests()
Hongfu Li
2026-08-24
mm/memcontrol: avoid false sharing between vmstats and events
Usama Arif
2026-08-24
arch_numa: avoid false positive fortify warning in setup_node_to_cpumask_map()
Nathan Chancellor
2026-08-24
mm/rmap: synchronize lock and unlock target in anon_vma_clone
Eric Kim
2026-08-24
mm/hmm.c:hmm_do_fault(): suppress sparse warning
Andrew Morton
2026-08-24
mm/Kconfig: make MEMORY_FAILURE select MIGRATION
Xie Yuanbin
2026-08-24
lib/test_hmm: fix garbage pfn and wrong direction in devmem fault debug
Qiang Liu
2026-08-24
percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPU
Tejun Heo
2026-08-24
mm/mglru: fix and remove redundant unevictable folio handling
Kairui Song
2026-08-24
Docs/mm: fix outdated "radix tree" in page_migration
Song Hu
2026-08-24
mm: Documentation: clarify where the mTHP stats live
Nico Pache (Red Hat)
2026-08-24
mm/khugepaged: unmap pte before releasing vma write lock
Nico Pache (Red Hat)
2026-08-24
mm/khugepaged: fix outdated comments
Nico Pache (Red Hat)
2026-08-24
mm/khugepaged: introduce a count_collapse_event() helper
Nico Pache (Red Hat)
2026-08-24
mm/khugepaged: extract reference check into folio_pte_referenced() helper
Nico Pache (Red Hat)
[prev]
[next]