summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)
2025-03-21mm/cma: using per-CMA locks to improve concurrent allocation performanceGe Yang
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd assistanceJohannes Weiner
2025-03-17mm: page_alloc: defrag_modeJohannes Weiner
2025-03-17mm: page_alloc: trace type pollution from compaction capturingJohannes Weiner
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)
2025-03-17mm/debug: add line breaksLiu Ye
2025-03-17mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue
2025-03-17mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue
2025-03-17mm: lock PGDAT_RECLAIM_LOCKED with acquire memory orderingMathieu Desnoyers
2025-03-17mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers
2025-03-17mm/madvise: remove len parameter of madvise_do_behavior()SeongJae Park
2025-03-17mm/madvise: deduplicate madvise_do_behavior() skip case handlingsSeongJae Park
2025-03-17mm/madvise: split out populate behavior check logicSeongJae Park
2025-03-17mm/madvise: use is_memory_failure() from madvise_do_behavior()SeongJae Park
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu
2025-03-17mm/shmem: fix functions documentationEnrico Bravi
2025-03-17mm: use ptep_get() instead of directly dereferencing pte_t*Ryan Roberts
2025-03-17drivers/base/memory: improve add_boot_memory_block()Gavin Shan
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park
2025-03-17mm/shmem: use xas_try_split() in shmem_split_large_entry()Zi Yan
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan
2025-03-17mm/huge_memory: add folio_split() to debugfs testing interfaceZi Yan
2025-03-17mm/huge_memory: remove the old, unused __split_huge_page()Zi Yan
2025-03-17mm/huge_memory: add buddy allocator like (non-uniform) folio_split()Zi Yan
2025-03-17mm/huge_memory: move folio split common code to __folio_split()Zi Yan
2025-03-17mm/huge_memory: add two new (not yet used) functions for folio_split()Zi Yan
2025-03-17mm: swap_cgroup: remove double initialization of localsJohannes Weiner
2025-03-17mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye
2025-03-17mm: page_owner: use new iteration APILuiz Capitulino
2025-03-17mm: page_table_check: use new iteration APILuiz Capitulino
2025-03-17mm: page_ext: add an iteration API for page extensionsLuiz Capitulino
2025-03-17mm: remove redundant return in set_huge_zero_folio()Dev Jain
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park