summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorLines
2020-06-04mm/vmsan: fix some typos in commentEthon Paul-3/+3
2020-06-03mm: vmscan: limit the range of LRU type balancingJohannes Weiner-9/+13
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner-0/+3
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner-24/+17
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner-29/+10
2020-06-03mm: only count actual rotations as LRU reclaim costJohannes Weiner-5/+3
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner-22/+22
2020-06-03mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner-1/+1
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner-1/+1
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner-8/+9
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen-1/+1
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh-12/+12
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim-6/+20
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang-4/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)-2/+2
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim-50/+55
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-2/+2
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen-1/+0
2020-04-07mm: code cleanup for MADV_FREEHuang Ying-6/+6
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek-1/+0
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai-3/+2
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek-3/+1
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai-19/+26
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang-26/+1
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi-3/+3
2020-04-02mm: swap: make page_evictable() inlineYang Shi-23/+0
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan-3/+6
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi-4/+2
2020-01-31mm/vmscan: remove prefetch_prev_lru_pageAlex Shi-14/+0
2020-01-31mm/vmscan.c: remove unused return value of shrink_nodeLiu Song-3/+1
2019-12-17mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi-1/+1
2019-12-01mm/vmscan.c: fix typo in commentXianting Tian-1/+1
2019-12-01mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner-69/+116
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner-17/+15
2019-12-01mm: vmscan: move file exhaustion detection to the node levelJohannes Weiner-38/+42
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner-58/+26
2019-12-01mm: vmscan: split shrink_node() into node part and memcgs partJohannes Weiner-16/+25
2019-12-01mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()Johannes Weiner-11/+10
2019-12-01mm: vmscan: replace shrink_node() loop with a retry jumpJohannes Weiner-116/+115
2019-12-01mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()Johannes Weiner-20/+18
2019-12-01mm: vmscan: move inactive_list_is_low() swap check to the callerJohannes Weiner-8/+1
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner-3/+3
2019-12-01mm: vmscan: simplify lruvec_lru_size()Johannes Weiner-16/+5
2019-12-01mm/vmscan.c: remove unused scan_control parameter from pageout()Yang Shi-5/+4
2019-12-01mm/vmscan: remove unused lru_pages argumentAndrey Ryabinin-12/+5
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt-9/+5
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski-4/+1
2019-10-19mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang-4/+5
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down-41/+20
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down-22/+33