summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-08-04x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-1/+0
2026-08-04mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)1-7/+26
2026-08-04mm: nommu: fix the error path when vma_iter_prealloc() failsHajime Tazaki1-8/+28
2026-08-04userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggleKiryl Shutsemau (Meta)1-29/+123
2026-08-04userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolutionKiryl Shutsemau (Meta)4-5/+98
2026-08-04mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWPKiryl Shutsemau (Meta)4-4/+75
2026-08-04userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbingKiryl Shutsemau (Meta)2-3/+197
2026-08-04mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUPKiryl Shutsemau (Meta)2-8/+12
2026-08-04mm: preserve RWP marker across PTE rewritesKiryl Shutsemau (Meta)8-23/+197
2026-08-04mm: add MM_CP_UFFD_RWP change_protection() flagKiryl Shutsemau (Meta)3-33/+76
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)13-116/+116
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)1-2/+2
2026-08-04mm/shmem: annotate benign data-race in shmem_getattr()Jaeyeon Lee1-1/+2
2026-08-04mm: move reclaim-internal declarations out of swap.hJianyue Wu2-0/+68
2026-08-04mm: rename swap.c to folio.cJianyue Wu2-8/+4
2026-08-04mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu4-41/+48
2026-08-04mm: clarify the folio_free_swap() for do_swap_page()Barry Song (Xiaomi)1-12/+8
2026-08-04mm: entirely remove lru_add_drain in do_swap_pageBarry Song (Xiaomi)1-10/+0
2026-08-04mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logicBarry Song (Xiaomi)1-6/+3
2026-08-04mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()Barry Song (Xiaomi)1-3/+7
2026-08-04mm/page_alloc: remove set_page_private() in prep_compound_tail()Zi Yan1-1/+1
2026-08-04mm/page_alloc: make sure tail_page->private is zero at page free timeZi Yan1-3/+11
2026-08-04mm/huge_memory: add page->private check back in __split_folio_to_order()Zi Yan1-0/+7
2026-08-04mm/compaction: stop recording free page order in page->privateZi Yan1-3/+0
2026-08-04mm/percpu-km: clear page->private before free themZi Yan1-1/+8
2026-08-04mm/damon/core: wait ctx stop in damon_call() before reruning an errorSJ Park1-2/+10
2026-08-04mm/damon/core: change damon_stop() return type to voidSJ Park1-2/+1
2026-08-04mm/damon/lru_sort: ignore damon_stop() return valueSJ Park1-2/+4
2026-08-04mm/damon/reclaim: ignore damon_stop() return valueSJ Park1-2/+4
2026-08-04mm/damon/sysfs: ignore damon_stop() return valueSJ Park1-1/+2
2026-08-04mm/damon/core: make damon_stop() never failSJ Park1-15/+6
2026-08-04mm/damon/core: stop ctxs in damon_start() before returning an errorSJ Park1-0/+3
2026-08-04mm/memory-failure: add panic option for unrecoverable pagesBreno Leitao1-0/+23
2026-08-04mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pagesBreno Leitao1-2/+15
2026-08-04mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLEBreno Leitao1-2/+50
2026-08-04mm/memory-failure: drop dead error_states[] entry for reserved pagesBreno Leitao1-14/+0
2026-08-04memcg-v1: bail out reclaim when memcg is dyingJiayuan Chen1-0/+8
2026-08-04memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen1-0/+4
2026-08-04memcg: bail out memory.max when memcg is dyingJiayuan Chen1-0/+4
2026-08-04memcg: bail out memory.high when memcg is dyingJiayuan Chen1-0/+4
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton6-5/+35
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig5-5/+4
2026-08-04mm/slab, kfence, memcg: completely remove obj_ext for kfence objectsVlastimil Babka (SUSE)5-34/+26
2026-08-04mm/slab: stop allocating objcg pointers when unnecessaryVlastimil Babka (SUSE)3-3/+21
2026-08-04mm/slab: add cache_ and slab_needs_objcg() helpersVlastimil Babka (SUSE)4-8/+58
2026-08-04mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()Vlastimil Babka (SUSE)1-4/+0
2026-08-04mm/slab: introduce kfree_rcu_nolock()Harry Yoo (Oracle)2-4/+71
2026-08-04mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batchingHarry Yoo (Oracle)3-42/+51
2026-08-04mm/slab: reduce slabobj_ext memory with allocation profiling disabledVlastimil Babka (SUSE)2-1/+7
2026-08-04mm/slab: introduce slab_obj_ext_has_codetag()Vlastimil Babka (SUSE)2-0/+48