summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-02mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu1-0/+7
2025-04-20mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-02-01mm/vmscan: accumulate nr_demoted for accurate demotion statisticsLi Zhijian1-3/+4
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-1/+5
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-250/+257
2025-01-26mm/mglru: fix PTE-mapped large foliosYu Zhao1-37/+71
2025-01-26mm/mglru: rework workingset protectionYu Zhao1-58/+85
2025-01-26mm/mglru: rework type selectionYu Zhao1-56/+26
2025-01-26mm/mglru: rework aging feedbackYu Zhao1-115/+91
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2025-01-13mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom1-0/+3
2025-01-08mm: Create/affine kswapd to its preferred nodeFrederic Weisbecker1-5/+3
2024-12-31mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa1-1/+8
2024-11-08mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang1-3/+22
2024-11-07memcg-v1: no need for memcg locking for MGLRUShakeel Butt1-15/+1
2024-11-07mm/mglru: reset page lru tier bits when activatingWei Xu1-4/+4
2024-11-07vmscan: add a vmscan event for reclaim_pagesJaewon Kim1-2/+3
2024-11-07mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar1-1/+1
2024-11-06mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng1-1/+8
2024-11-06mm: fix shrink nr.unqueued_dirty counter issueZhiguo Jiang1-1/+2
2024-11-06mm/thp: fix deferred split unqueue naming and lockingHugh Dickins1-2/+2
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao1-39/+49
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao1-9/+5
2024-10-17mm/mglru: only clear kswapd_failures if reclaimableWei Xu1-2/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+46
2024-09-10mm: introduce a pageflag for partially mapped foliosUsama Arif1-1/+2
2024-09-10mm: vmscan.c: fix OOM on swap stress testChris Li1-1/+1
2024-09-04mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-4/+4
2024-09-04mm: shmem: support large folio swap outBaolin Wang1-7/+23
2024-09-02memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-02mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie1-2/+2
2024-09-02mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand1-1/+1
2024-09-02mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao1-1/+1
2024-09-02mm: shrink skip folio mapped by an exiting processZhiguo Jiang1-1/+6
2024-09-02mm: add node_reclaim successes to VM event countersMatthew Cassell1-1/+3
2024-09-02Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+0
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-9/+0
2024-07-18mm/mglru: fix ineffective protection calculationYu Zhao1-44/+38
2024-07-18mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-18mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song1-1/+1
2024-07-05mm: add swappiness= arg to memory.reclaimDan Schatzberg1-3/+22
2024-07-05mm: add defines for min/max swappinessDan Schatzberg1-6/+6
2024-07-05mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-5/+5
2024-07-05mm: refactor folio_undo_large_rmappable()Kefeng Wang1-6/+2
2024-07-04mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim1-2/+2
2024-07-04mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim1-2/+1
2024-07-04mm: vmscan: reset sc->priority on retryShakeel Butt1-0/+1
2024-07-04mm: vmscan: restore incremental cgroup iterationJohannes Weiner1-2/+40