aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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_scan()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
2026-08-24kasan: fix quarantine_size accounting during cache removalHui Su1-0/+5
2026-08-24mm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig10-96/+93
2026-08-24mm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig9-32/+47
2026-08-24mm/swap: revert to single-folio writes for synchronous swap devicesChristoph Hellwig1-1/+10
2026-08-24zsmalloc: account for handle size in class lookupLonglong Xia1-4/+7
2026-08-24mm/page-writeback: document folio_mark_dirty() locking more explicitlyJann Horn2-0/+6
2026-08-24zram: fix slot lock bit position on big-endian 64-bitDavid Carlier2-3/+17
2026-08-24maple_tree: fix comment typoMark Sercombe1-1/+1
2026-08-24selftests/mm: kmemleak: drop stale min_unref_scans default from commentsBreno Leitao1-6/+4
2026-08-24Documentation: kmemleak: document the conditional min_unref_scans defaultBreno Leitao1-5/+7
2026-08-24mm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao1-1/+2
2026-08-24selftests: mm: test kmemleak's N-consecutive-scan leak confirmationBreno Leitao2-0/+133
2026-08-24mm: kmemleak: factor leak confirmation into a helperBreno Leitao1-5/+21
2026-08-24mm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao2-1/+20
2026-08-24mm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas1-3/+54
2026-08-24mm/gup_test: keep longterm pin state per fileDavid Hildenbrand (Arm)1-32/+62
2026-08-24kasan: fix cache shrink race with CPU hotplugHui Su1-1/+6
2026-08-24mm/cma: remove stray newline from auto-generated CMA area nameHongfu Li1-1/+1
2026-08-24mm/zswap: use ratelimited stats flush in zswap_shrinker_count()Yunzhao Li1-1/+1
2026-08-24mm/swap: fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatchHongfu Li1-5/+0
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig3-1/+11
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig9-34/+38
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig4-25/+58
2026-08-24mm/swap: remove count_swpout_vm_eventChristoph Hellwig1-14/+10
2026-08-24mm/swap: also use struct swap_iocb for block I/OChristoph Hellwig3-282/+254
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig7-91/+105
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig5-7/+13
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou1-1/+9
2026-08-24kselftest: alloc_tag: extend the allocinfo ioctl kselftestAbhishek Bapat1-1/+215
2026-08-24kselftest: alloc_tag: add kselftest for ioctl interfaceAbhishek Bapat4-0/+344
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat2-0/+12
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat2-14/+58