summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
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-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+3
2024-04-26mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts1-10/+10
2024-04-26mm: hold PTL from the first PTE while reclaiming a large folioBarry Song1-0/+14
2024-04-26mm: 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-05mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)1-20/+12
2024-03-05mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)1-11/+9
2024-03-05mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-5/+7
2024-03-05mm, 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
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge1-2/+2
2024-02-22kswapd: replace try_to_freeze() with kthread_freezable_should_stop()Levi Yun1-6/+6
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-130/+150
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-05mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCINGLi Zhijian1-4/+1
2024-01-05mm/mglru: remove CONFIG_TRANSPARENT_HUGEPAGEKinsey Ho1-11/+1
2024-01-05mm/mglru: remove CONFIG_MEMCGKinsey Ho1-46/+21
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho1-69/+123
2023-12-29mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao1-4/+9
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed1-1/+1
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-31/+61
2023-12-13mm/mglru: reclaim offlined memcgs harderYu Zhao1-8/+16
2023-12-13mm/mglru: respect min_ttl_ms with memcgsYu Zhao1-14/+16
2023-12-13mm/mglru: try to stop at high watermarksYu Zhao1-8/+28
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao1-1/+1
2023-12-11mm/vmstat: move pgdemote_* to per-node statsLi Zhijian1-4/+8
2023-10-19mm: multi-gen LRU: reuse some legacy trace eventsJaewon Kim1-5/+13
2023-10-07delayacct: add memory reclaim delay in get_page_from_freelistliwenyu1-0/+2
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka1-2/+1
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao1-0/+1
2023-10-04mm: vmscan: modify an easily misunderstood function nameliujinlong1-2/+2
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng1-701/+0
2023-10-04mm/vmscan: print err before panicAngus Chen1-1/+2
2023-10-04mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao1-1/+1
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-1/+1
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-5/+9
2023-08-21Multi-gen LRU: skip CMA pages when they are not eligibleCharan Teja Kalla1-1/+1
2023-08-21Multi-gen LRU: fix can_swap in lru_gen_look_around()Kalesh Singh1-1/+2
2023-08-21Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh1-6/+7
2023-08-21Multi-gen LRU: fix per-zone reclaimKalesh Singh1-4/+14
2023-08-21mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier1-5/+8