summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2021-12-31mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen
2021-09-03mm/vmscan: Consider anonymous pages without swapKeith Busch
2021-09-03mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen
2021-09-03mm/vmscan: add page demotion counterYang Shi
2021-09-03mm/migrate: demote pages during reclaimDave Hansen
2021-09-03memcg: infrastructure to flush memcg statsShakeel Butt
2021-09-03mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)
2021-08-27mm/vmscan: add sync_shrinkers function v3Christian König
2021-08-20mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner
2021-08-20mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-30mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-05-05mm: vmscan: shrink deferred objects proportional to priorityYang Shi
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi
2021-05-05mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi
2021-05-05mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi
2021-05-05mm: vmscan: add shrinker_info_protected() helperYang Shi
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi
2021-05-05mm: vmscan: use kvfree_rcu instead of call_rcuYang Shi