summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-24mm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao
2026-08-24selftests: mm: test kmemleak's N-consecutive-scan leak confirmationBreno Leitao
2026-08-24mm: kmemleak: factor leak confirmation into a helperBreno Leitao
2026-08-24mm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao
2026-08-24mm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas
2026-08-24mm/gup_test: keep longterm pin state per fileDavid Hildenbrand (Arm)
2026-08-24kasan: fix cache shrink race with CPU hotplugHui Su
2026-08-24mm/cma: remove stray newline from auto-generated CMA area nameHongfu Li
2026-08-24mm/zswap: use ratelimited stats flush in zswap_shrinker_count()Yunzhao Li
2026-08-24mm/swap: fix swap_cluster_lock() !CONFIG_SWAP stub signature mismatchHongfu Li
2026-08-24mm/vmstat: add NRSWP{IN,OUT} countersChristoph Hellwig
2026-08-24mm/swap: remove SWP_FS_OPSChristoph Hellwig
2026-08-24mm/swap: use swap_ops to register swap device's methodsChristoph Hellwig
2026-08-24mm/swap: remove count_swpout_vm_eventChristoph Hellwig
2026-08-24mm/swap: also use struct swap_iocb for block I/OChristoph Hellwig
2026-08-24mm/swap: introduce struct swap_io_ctxChristoph Hellwig
2026-08-24shmem: provide a shmem_write_folio wrapperChristoph Hellwig
2026-08-24mm: shmem: reject page-aligned fallocate end overflowZhiling Zou
2026-08-24kselftest: alloc_tag: extend the allocinfo ioctl kselftestAbhishek Bapat
2026-08-24kselftest: alloc_tag: add kselftest for ioctl interfaceAbhishek Bapat
2026-08-24alloc_tag: add accuracy based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add size-based filtering to ioctlAbhishek Bapat
2026-08-24alloc_tag: add ioctl filters to /proc/allocinfoAbhishek Bapat
2026-08-24alloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
2026-08-24mm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.hEthan Nelson-Moore
2026-08-24selftests/mm: fix read_file() return value checkHongfu Li
2026-08-24mm/hugetlb_cma: support percentage-based hugetlb_cma reservationSourav Panda
2026-08-24mm: make VM_FAULT_RESULT_TRACE compatible with sparseBart Van Assche
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)
2026-08-24mm/zswap: support batch writeback in shrink_memcg()Hao Jia
2026-08-24mm/zswap: fix global shrinker when memory cgroup is disabledHao Jia
2026-08-24selftests/mm: retry migration failures for the full runtimeMuhammad Usama Anjum
2026-08-24selftests/mm: skip hard dirty page-cache test on NFSMuhammad Usama Anjum
2026-08-24selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupportedMuhammad Usama Anjum
2026-08-24selftests/mm: skip COW tmpfile cases when fallocate() is unsupportedMuhammad Usama Anjum
2026-08-24mm/execmem: fix fallback_end description in kernel-docHenry Elderman
2026-08-24maple_tree: remove unused mas_is_root_limits()Zhan Xusheng
2026-08-24selftests/mm/vm_util.c: correct __pagemap_scan_get_categories return valueAudra Mitchell
2026-08-24mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setupYe Liu
2026-08-24selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() callHongfu Li
2026-08-24selftests: mm: add mTHP collapse test casesBaolin Wang
2026-08-24selftests: mm: implement the mTHP-sized hugepage check helpersBaolin Wang
2026-08-24selftests: mm: move gather_after_split_folio_orders() into vm_util.c fileBaolin Wang
2026-08-24selftests: mm: extend the check_huge() to support mTHP checkBaolin Wang
2026-08-24zram: switch to unsigned long indexingSergey Senozhatsky
2026-08-24mm/show_mem: fix format string inconsistencies and type mismatchesYe Liu
2026-08-24mm/sparse: keep mem_section_usage_size() internalMuchun Song
2026-08-24alloc_tag: expose boot-time compression configurationAbhishek Bapat
2026-08-24mm: debug_page_alloc: fix type mismatch for debug_guardpage_minorderYe Liu
2026-08-24zram: fix out-of-bounds access in read_block_state()Longlong Xia