summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* vmscan: make drop_slab_node staticGang Li2022-01-151-1/+1
* mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman2021-12-311-1/+2
* mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-311-9/+55
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+7
|\
| * vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-0/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-16/+138
|\|
| * mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman2021-11-061-2/+5
| * mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman2021-11-061-1/+1
| * mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-061-13/+37
| * mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-061-0/+28
| * mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-061-6/+16
| * mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-061-12/+70
| * mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song2021-11-061-2/+1
* | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-0/+15
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-45/+197
| |\|
| * | mm/vmscan: add sync_shrinkers function v3Christian König2021-08-271-0/+15
* | | mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)2021-09-271-2/+3
* | | mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)2021-09-271-1/+2
| |/ |/|
* | mm,vmscan: fix divide by zero in get_scan_countRik van Riel2021-09-081-1/+1
* | mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka2021-09-031-1/+2
* | mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin2021-09-031-9/+5
* | mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin2021-09-031-5/+2
* | mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin2021-09-031-2/+0
* | mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin2021-09-031-5/+8
* | mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2021-09-031-2/+3
* | mm/vmscan: never demote for memcg reclaimDave Hansen2021-09-031-2/+7
* | mm/vmscan: Consider anonymous pages without swapKeith Busch2021-09-031-4/+30
* | mm/vmscan: add helper for querying ability to age anonymous pagesDave Hansen2021-09-031-2/+18
* | mm/vmscan: add page demotion counterYang Shi2021-09-031-0/+5
* | mm/migrate: demote pages during reclaimDave Hansen2021-09-031-0/+85
* | memcg: infrastructure to flush memcg statsShakeel Butt2021-09-031-0/+6
* | mm: remove irqsave/restore locking from contexts with irqs enabledJohannes Weiner2021-09-031-5/+4
* | mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-031-4/+4
* | mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner2021-08-201-0/+3
* | mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-8/+19
|/
* mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman2021-07-011-1/+1
* mm: rmap: make try_to_unmap() void functionYang Shi2021-06-301-1/+2
* mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao2021-06-301-0/+15
* mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2021-06-291-0/+35
* mm: vmscan: remove noinline_for_stackMuchun Song2021-06-291-3/+3
* mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song2021-06-291-1/+1
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm: vmscan: shrink deferred objects proportional to priorityYang Shi2021-05-051-35/+11
* mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi2021-05-051-0/+24
* mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi2021-05-051-15/+16
* mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi2021-05-051-12/+66
* mm: vmscan: add per memcg shrinker nr_deferredYang Shi2021-05-051-18/+42
* mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi2021-05-051-25/+15
* mm: vmscan: add shrinker_info_protected() helperYang Shi2021-05-051-3/+9
* mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi2021-05-051-29/+29