summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)
2026-08-04mm/shmem: annotate benign data-race in shmem_getattr()Jaeyeon Lee
2026-08-04mm: move reclaim-internal declarations out of swap.hJianyue Wu
2026-08-04mm: rename swap.c to folio.cJianyue Wu
2026-08-04mm/swap: colocate page-cluster sysctl with swap readaheadJianyue Wu
2026-08-04mm: clarify the folio_free_swap() for do_swap_page()Barry Song (Xiaomi)
2026-08-04mm: entirely remove lru_add_drain in do_swap_pageBarry Song (Xiaomi)
2026-08-04mm: drop stale folio_ref_count()==1 check in do_swap_page reuse logicBarry Song (Xiaomi)
2026-08-04mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()Barry Song (Xiaomi)
2026-08-04mm/page_alloc: remove set_page_private() in prep_compound_tail()Zi Yan
2026-08-04mm/page_alloc: make sure tail_page->private is zero at page free timeZi Yan
2026-08-04mm/huge_memory: add page->private check back in __split_folio_to_order()Zi Yan
2026-08-04mm/compaction: stop recording free page order in page->privateZi Yan
2026-08-04mm/percpu-km: clear page->private before free themZi Yan
2026-08-04mm/damon/core: wait ctx stop in damon_call() before reruning an errorSJ Park
2026-08-04mm/damon/core: change damon_stop() return type to voidSJ Park
2026-08-04mm/damon/lru_sort: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/reclaim: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/sysfs: ignore damon_stop() return valueSJ Park
2026-08-04mm/damon/core: make damon_stop() never failSJ Park
2026-08-04mm/damon/core: stop ctxs in damon_start() before returning an errorSJ Park
2026-08-04mm/memory-failure: add panic option for unrecoverable pagesBreno Leitao
2026-08-04mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pagesBreno Leitao
2026-08-04mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLEBreno Leitao
2026-08-04mm/memory-failure: drop dead error_states[] entry for reserved pagesBreno Leitao
2026-08-04memcg-v1: bail out reclaim when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out proactive reclaim when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out memory.max when memcg is dyingJiayuan Chen
2026-08-04memcg: bail out memory.high when memcg is dyingJiayuan Chen
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-04mm/slab, kfence, memcg: completely remove obj_ext for kfence objectsVlastimil Babka (SUSE)
2026-08-04mm/slab: stop allocating objcg pointers when unnecessaryVlastimil Babka (SUSE)
2026-08-04mm/slab: add cache_ and slab_needs_objcg() helpersVlastimil Babka (SUSE)
2026-08-04mm/slab: stop exporting kvfree_rcu_barrier[_on_cache]()Vlastimil Babka (SUSE)
2026-08-04mm/slab: introduce kfree_rcu_nolock()Harry Yoo (Oracle)
2026-08-04mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batchingHarry Yoo (Oracle)
2026-08-04mm/slab: reduce slabobj_ext memory with allocation profiling disabledVlastimil Babka (SUSE)
2026-08-04mm/slab: introduce slab_obj_ext_has_codetag()Vlastimil Babka (SUSE)
2026-08-04memblock: add memblock_reserved_hugetlb_size()Pratyush Yadav (Google)
2026-08-04memblock: make HugeTLB bootmem allocation work with KHOPratyush Yadav (Google)
2026-08-04memblock: always include KHO headersPratyush Yadav (Google)
2026-08-04mm/mm_init: don't rely on memblock to get KHO scratch migratetypePratyush Yadav (Google)
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)
2026-07-31mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RTHarry Yoo (Oracle)
2026-07-31mm/slab: extend deferred free mechanism to handle rcu sheavesHarry Yoo (Oracle)
2026-07-31mm/slab: use call_rcu() in unknown context if irqs are enabledHarry Yoo (Oracle)
2026-07-31mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()Harry Yoo (Oracle)
2026-07-31mm/slab: change struct slabobj_ext to a unionVlastimil Babka (SUSE)
2026-07-31mm/slab: replace slab.stride with obj_exts_in_objectVlastimil Babka (SUSE)