aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-03-21memcg: move do_memsw_account() to CONFIG_MEMCG_V1Shakeel Butt1-6/+7
2025-03-21memcg: avoid refill_stock for root memcgShakeel Butt1-1/+2
2025-03-21mm/mm_init: rename init_reserved_page to init_deferred_pageMike Rapoport (Microsoft)1-3/+3
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)3-4/+4
2025-03-21mm/cma: using per-CMA locks to improve concurrent allocation performanceGe Yang2-3/+5
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka4-6/+79
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar20-225/+242
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-30/+77
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner5-15/+72
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd assistanceJohannes Weiner1-4/+10
2025-03-17mm: page_alloc: defrag_modeJohannes Weiner1-2/+25
2025-03-17mm: page_alloc: trace type pollution from compaction capturingJohannes Weiner1-0/+4
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner2-36/+42
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)1-9/+9
2025-03-17mm/debug: add line breaksLiu Ye1-1/+1
2025-03-17mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue1-3/+7
2025-03-17mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-03-17mm: lock PGDAT_RECLAIM_LOCKED with acquire memory orderingMathieu Desnoyers1-1/+1
2025-03-17mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-03-17mm/madvise: remove len parameter of madvise_do_behavior()SeongJae Park1-6/+4
2025-03-17mm/madvise: deduplicate madvise_do_behavior() skip case handlingsSeongJae Park1-23/+34
2025-03-17mm/madvise: split out populate behavior check logicSeongJae Park1-7/+13
2025-03-17mm/madvise: use is_memory_failure() from madvise_do_behavior()SeongJae Park1-22/+27
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu1-0/+1
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu1-0/+2
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu1-0/+1
2025-03-17mm/shmem: fix functions documentationEnrico Bravi1-3/+3
2025-03-17mm: use ptep_get() instead of directly dereferencing pte_t*Ryan Roberts1-1/+1
2025-03-17drivers/base/memory: improve add_boot_memory_block()Gavin Shan1-5/+0
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_pattern_add_range_dir()SeongJae Park1-1/+1
2025-03-17mm/shmem: use xas_try_split() in shmem_split_large_entry()Zi Yan1-31/+28
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan1-27/+18
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan2-4/+39
2025-03-17mm/huge_memory: add folio_split() to debugfs testing interfaceZi Yan1-13/+34
2025-03-17mm/huge_memory: remove the old, unused __split_huge_page()Zi Yan1-215/+0
2025-03-17mm/huge_memory: add buddy allocator like (non-uniform) folio_split()Zi Yan1-42/+128
2025-03-17mm/huge_memory: move folio split common code to __folio_split()Zi Yan1-50/+62
2025-03-17mm/huge_memory: add two new (not yet used) functions for folio_split()Zi Yan1-1/+353
2025-03-17mm: swap_cgroup: remove double initialization of localsJohannes Weiner1-2/+1
2025-03-17mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye1-12/+8
2025-03-17mm: page_owner: use new iteration APILuiz Capitulino1-45/+39
2025-03-17mm: page_table_check: use new iteration APILuiz Capitulino1-27/+12
2025-03-17mm: page_ext: add an iteration API for page extensionsLuiz Capitulino1-0/+13
2025-03-17mm: remove redundant return in set_huge_zero_folio()Dev Jain1-2/+0
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park3-4/+0
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park1-9/+4
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park1-3/+0
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park1-2/+0
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()SeongJae Park1-1/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park1-23/+1