summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm/vmscan.c: fix typodylan-meiners2020-06-211-1/+1
* mm: remove vm_total_pagesDavid Hildenbrand2020-06-211-5/+0
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-06-211-1/+2
* mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2020-06-211-0/+3
* mm/vmsan: fix some typos in commentEthon Paul2020-06-041-3/+3
* mm: vmscan: limit the range of LRU type balancingJohannes Weiner2020-06-031-9/+13
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-0/+3
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-24/+17
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-29/+10
* mm: only count actual rotations as LRU reclaim costJohannes Weiner2020-06-031-5/+3
* mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-031-22/+22
* mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner2020-06-031-1/+1
* mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner2020-06-031-1/+1
* mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner2020-06-031-8/+9
* mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen2020-06-031-1/+1
* mm/vmscan.c: change prototype for shrink_page_listManinder Singh2020-06-031-12/+12
* mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim2020-06-031-6/+20
* mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang2020-06-031-4/+1
* mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)2020-06-031-2/+2
* mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim2020-06-031-50/+55
* mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown2020-06-021-2/+2
* mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen2020-05-071-1/+0
* mm: code cleanup for MADV_FREEHuang Ying2020-04-071-6/+6
* mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...Mateusz Nosek2020-04-021-1/+0
* mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai2020-04-021-3/+2
* mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek2020-04-021-3/+1
* mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai2020-04-021-19/+26
* mm/vmscan.c: remove cpu online notification for nowWei Yang2020-04-021-26/+1
* mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi2020-04-021-3/+3
* mm: swap: make page_evictable() inlineYang Shi2020-04-021-23/+0
* mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan2020-02-211-3/+6
* mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi2020-01-311-4/+2
* mm/vmscan: remove prefetch_prev_lru_pageAlex Shi2020-01-311-14/+0
* mm/vmscan.c: remove unused return value of shrink_nodeLiu Song2020-01-311-3/+1
* mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi2019-12-171-1/+1
* mm/vmscan.c: fix typo in commentXianting Tian2019-12-011-1/+1
* mm: vmscan: enforce inactive:active ratio at the reclaim rootJohannes Weiner2019-12-011-69/+116
* mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner2019-12-011-17/+15
* mm: vmscan: move file exhaustion detection to the node levelJohannes Weiner2019-12-011-38/+42
* mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner2019-12-011-58/+26
* mm: vmscan: split shrink_node() into node part and memcgs partJohannes Weiner2019-12-011-16/+25
* mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()Johannes Weiner2019-12-011-11/+10
* mm: vmscan: replace shrink_node() loop with a retry jumpJohannes Weiner2019-12-011-116/+115
* mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()Johannes Weiner2019-12-011-20/+18
* mm: vmscan: move inactive_list_is_low() swap check to the callerJohannes Weiner2019-12-011-8/+1
* mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-011-3/+3
* mm: vmscan: simplify lruvec_lru_size()Johannes Weiner2019-12-011-16/+5
* mm/vmscan.c: remove unused scan_control parameter from pageout()Yang Shi2019-12-011-5/+4
* mm/vmscan: remove unused lru_pages argumentAndrey Ryabinin2019-12-011-12/+5
* mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt2019-12-011-9/+5