summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-25net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei1-1/+0
2026-08-25openvswitch: only skb_tx_error() a packet we are about to dropNorbert Szetei1-2/+1
2026-08-25f2fs: fix to avoid potential deadloop in f2fs_fsync_node_pages()Chao Yu1-0/+5
2026-08-24selftests/proc: make proc-maps-race work with READ_IMPLIES_EXECKarl Mehltretter1-1/+2
2026-08-24memcg: move LRU size accounting on reparenting instead of copying itShakeel Butt2-0/+14
2026-08-24mm/vmscan: fix comment logic in balance_pgdatEnlin Mu1-1/+1
2026-08-24maple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)1-5/+8
2026-08-24maple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)1-11/+17
2026-08-24maple_tree: fix argument name in headerLiam R. Howlett (Oracle)1-1/+1
2026-08-24maple_tree: change two GFP flags in testsLiam R. Howlett (Oracle)1-2/+2
2026-08-24maple_tree: document erase and allocations betterLiam R. Howlett (Oracle)1-3/+19
2026-08-24maple_tree: avoid mas_erase() and mtree_erase() failuresLiam R. Howlett (Oracle)2-18/+52
2026-08-24maple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)1-2/+21
2026-08-24maple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)1-19/+24
2026-08-24maple_tree: add bulk parent set helperLiam R. Howlett (Oracle)1-55/+42
2026-08-24maple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)1-3/+15
2026-08-24maple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)1-3/+17
2026-08-24maple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)1-1/+1
2026-08-24maple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)1-2/+7
2026-08-24maple_tree: drop MAPLE_ALLOC_SLOTSLiam R. Howlett (Oracle)1-2/+0
2026-08-24maple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)1-7/+0
2026-08-24maple_tree: documentation fixLiam R. Howlett (Oracle)1-1/+1
2026-08-24maple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)2-14/+57
2026-08-24locking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)4-8/+57
2026-08-24maple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)2-1/+52
2026-08-24selftests/mm: check stat() return value in khugepaged get_finfo()Anshuman1-1/+2
2026-08-24mm, swap: ratelimit bad swap entry reportsBreno Leitao1-3/+3
2026-08-24selftests/mm: fix unchecked ftruncate return value in soft-dirty testAnshuman1-1/+2
2026-08-24mm: memcg: release the css reference when a stock slot emptiesSong Hu1-1/+6
2026-08-24mm: include swap.h in swapops.hKiryl Shutsemau (Meta)1-0/+1
2026-08-24mm/migrate_device: fix cache flush when replacing huge zero PMDHui Su1-1/+1
2026-08-24selftests/mm: drop redundant open() in mprotect_tests()Hongfu Li1-6/+0
2026-08-24mm/memcontrol: avoid false sharing between vmstats and eventsUsama Arif1-2/+7
2026-08-24arch_numa: avoid false positive fortify warning in setup_node_to_cpumask_map()Nathan Chancellor1-0/+12
2026-08-24mm/rmap: synchronize lock and unlock target in anon_vma_cloneEric Kim1-1/+1
2026-08-24mm/hmm.c:hmm_do_fault(): suppress sparse warningAndrew Morton1-1/+4
2026-08-24mm/Kconfig: make MEMORY_FAILURE select MIGRATIONXie Yuanbin1-0/+1
2026-08-24lib/test_hmm: fix garbage pfn and wrong direction in devmem fault debugQiang Liu1-3/+2
2026-08-24percpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo4-23/+2
2026-08-24mm/mglru: fix and remove redundant unevictable folio handlingKairui Song1-14/+5
2026-08-24Docs/mm: fix outdated "radix tree" in page_migrationSong Hu1-3/+3
2026-08-24mm: Documentation: clarify where the mTHP stats liveNico Pache (Red Hat)1-2/+4
2026-08-24mm/khugepaged: unmap pte before releasing vma write lockNico Pache (Red Hat)1-2/+2
2026-08-24mm/khugepaged: fix outdated commentsNico Pache (Red Hat)1-23/+21
2026-08-24mm/khugepaged: introduce a count_collapse_event() helperNico Pache (Red Hat)1-21/+21
2026-08-24mm/khugepaged: extract reference check into folio_pte_referenced() helperNico Pache (Red Hat)1-14/+12
2026-08-24mm/khugepaged: refactor per-scan state clearing into collapse_control_init_sc...Nico Pache (Red Hat)1-5/+9
2026-08-24MAINTAINERS: add drivers/char/mem.c to mm misc, memory mapping sectionsLorenzo Stoakes (ARM)1-0/+2
2026-08-24mm/mglru: fix young counter undercount for large foliosHui Zhu1-1/+1
2026-08-24selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailableWilson Felipe Pereira2-2/+12