summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm/mglru: fix PTE-mapped large foliosYu Zhao
2025-01-25mm/mglru: rework workingset protectionYu Zhao
2025-01-25mm/mglru: rework type selectionYu Zhao
2025-01-25mm/mglru: rework aging feedbackYu Zhao
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-12mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom
2025-01-08mm: Create/affine kswapd to its preferred nodeFrederic Weisbecker
2024-12-30mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa
2024-11-07mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang
2024-11-06memcg-v1: no need for memcg locking for MGLRUShakeel Butt
2024-11-06mm/mglru: reset page lru tier bits when activatingWei Xu
2024-11-06vmscan: add a vmscan event for reclaim_pagesJaewon Kim
2024-11-06mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar
2024-11-05mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng
2024-11-05mm: fix shrink nr.unqueued_dirty counter issueZhiguo Jiang
2024-11-05mm/thp: fix deferred split unqueue naming and lockingHugh Dickins
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao
2024-10-17mm/mglru: only clear kswapd_failures if reclaimableWei Xu
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-09mm: introduce a pageflag for partially mapped foliosUsama Arif
2024-09-09mm: vmscan.c: fix OOM on swap stress testChris Li
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-03mm: shmem: support large folio swap outBaolin Wang
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-09-01Revert "mm: skip CMA pages when they are not available"Usama Arif
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