aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-05mm/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-09mm: introduce a pageflag for partially mapped foliosUsama Arif1-1/+2
2024-09-09mm: vmscan.c: fix OOM on swap stress testChris Li1-1/+1
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao1-4/+4
2024-09-03mm: shmem: support large folio swap outBaolin Wang1-7/+23
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-01mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie1-2/+2
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand1-1/+1
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao1-1/+1
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang1-1/+6
2024-09-01mm: add node_reclaim successes to VM event countersMatthew Cassell1-1/+3
2024-09-01Revert "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-17mm/mglru: fix ineffective protection calculationYu Zhao1-44/+38
2024-07-17mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-17mm/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-04mm: add swappiness= arg to memory.reclaimDan Schatzberg1-3/+22
2024-07-04mm: add defines for min/max swappinessDan Schatzberg1-6/+6
2024-07-04mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin1-5/+5
2024-07-04mm: refactor folio_undo_large_rmappable()Kefeng Wang1-6/+2
2024-07-03mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim1-2/+2
2024-07-03mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim1-2/+1
2024-07-03mm: vmscan: reset sc->priority on retryShakeel Butt1-0/+1
2024-07-03mm: vmscan: restore incremental cgroup iterationJohannes Weiner1-2/+40
2024-06-05mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang1-1/+1
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park1-6/+4
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park1-3/+3
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+3
2024-04-25mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts1-10/+10
2024-04-25mm: hold PTL from the first PTE while reclaiming a large folioBarry Song1-0/+14
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang1-1/+2
2024-03-18Merge branch 'master' into mm-stableAndrew Morton1-1/+4
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park1-1/+20
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)1-0/+6
2024-03-04mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)1-20/+12
2024-03-04mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)1-11/+9
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-5/+7
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka1-1/+4
2024-02-22mm/mglru: improve swappiness handlingKinsey Ho1-10/+10
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho1-24/+26
2024-02-22mm/mglru: improve reset_mm_stats()Kinsey Ho1-20/+22
2024-02-22mm/mglru: improve should_run_aging()Kinsey Ho1-14/+11
2024-02-22mm/mglru: drop unused parameterKinsey Ho1-5/+5
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge1-3/+3