summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt
2024-09-01mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang
2024-09-01mm: add node_reclaim successes to VM event countersMatthew Cassell
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-17mm/mglru: fix ineffective protection calculationYu Zhao
2024-07-17mm/mglru: fix overshooting shrinker memoryYu Zhao
2024-07-17mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song
2024-07-04mm: add swappiness= arg to memory.reclaimDan Schatzberg
2024-07-04mm: add defines for min/max swappinessDan Schatzberg
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin
2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang
2024-07-03mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim
2024-07-03mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim
2024-07-03mm: vmscan: reset sc->priority on retryShakeel Butt
2024-07-03mm: vmscan: restore incremental cgroup iterationJohannes Weiner
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song
2024-04-25mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts
2024-04-25mm: hold PTL from the first PTE while reclaiming a large folioBarry Song
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang
2024-03-18Merge branch 'master' into mm-stableAndrew Morton
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)
2024-03-04mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)
2024-03-04mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-02-22mm/mglru: improve swappiness handlingKinsey Ho
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho
2024-02-22mm/mglru: improve reset_mm_stats()Kinsey Ho
2024-02-22mm/mglru: improve should_run_aging()Kinsey Ho
2024-02-22mm/mglru: drop unused parameterKinsey Ho
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge
2024-02-22kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-05mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCINGLi Zhijian
2024-01-05mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGEKinsey Ho
2024-01-05mm/mglru: remove CONFIG_MEMCGKinsey Ho
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho
2023-12-29mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed