summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat2-5/+89
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan7-2/+330
2026-08-24mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.hEthan Nelson-Moore1-1/+1
2026-08-24selftests/mm: fix read_file() return value checkHongfu Li2-3/+3
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda2-10/+142
2026-08-24mm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche1-14/+14
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)6-8/+9
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia1-2/+11
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia1-6/+7
2026-08-24selftests/mm: retry migration failures for the full runtimeMuhammad Usama Anjum1-17/+20
2026-08-24selftests/mm: skip hard dirty page-cache test on NFSMuhammad Usama Anjum1-2/+12
2026-08-24selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupportedMuhammad Usama Anjum1-3/+7
2026-08-24selftests/mm: skip COW tmpfile cases when fallocate() is unsupportedMuhammad Usama Anjum1-2/+7
2026-08-24mm/execmem: fix fallback_end description in kernel-docHenry Elderman1-1/+1
2026-08-24maple_tree: remove unused mas_is_root_limits()Zhan Xusheng1-5/+0
2026-08-24selftests/mm/vm_util.c: correct __pagemap_scan_get_categories return valueAudra Mitchell1-2/+2
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu1-2/+2
2026-08-24selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() callHongfu Li1-2/+1