aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2020-05-22Revert "mm, memcg: decouple e{low,min} state mutations from protection checks"revert-1b40ddNaresh Kamboju
2020-05-21mm/vmsan: fix some typos in commentEthon Paul
2020-05-21mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-05-21mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen
2020-05-21mm/vmscan.c: change prototype for shrink_page_listManinder Singh
2020-05-21mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim
2020-05-21mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang
2020-05-21mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-05-20mm, memcg: decouple e{low,min} state mutations from protection checksChris Down
2020-05-20mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen
2020-04-07mm: code cleanup for MADV_FREEHuang Ying
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi
2020-04-02mm: swap: make page_evictable() inlineYang Shi
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song
2019-12-17mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi
2019-12-01mm/vmscan.c: fix typo in commentXianting Tian
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: move file exhaustion detection to the node levelJohannes Weiner
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner
2019-12-01mm: vmscan: split shrink_node() into node part and memcgs partJohannes Weiner
2019-12-01mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()Johannes Weiner
2019-12-01mm: vmscan: replace shrink_node() loop with a retry jumpJohannes Weiner
2019-12-01mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()Johannes Weiner
2019-12-01mm: vmscan: move inactive_list_is_low() swap check to the callerJohannes Weiner
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-12-01mm: vmscan: simplify lruvec_lru_size()Johannes Weiner
2019-12-01mm/vmscan.c: remove unused scan_control parameter from pageout()Yang Shi
2019-12-01mm/vmscan: remove unused lru_pages argumentAndrey Ryabinin
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski
2019-10-19mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim
2019-09-25mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi
2019-09-24mm, reclaim: cleanup should_continue_reclaim()Vlastimil Babka
2019-09-24mm, reclaim: make should_continue_reclaim perform dryrun detectionHillf Danton