summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix check_move_unevictable_pages() on THPHugh Dickins2020-09-191-2/+8
* mm: memcg: fix memcg reclaim soft lockupXunlei Pang2020-09-051-0/+8
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-3/+4
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-121-1/+1
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-121-5/+10
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-3/+1
* mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim2020-08-121-1/+1
* mm: vmscan: consistent update to pgrefillShakeel Butt2020-08-071-1/+2
* mm/vmscan.c: fix typodylan-meiners2020-08-071-1/+1
* mm: remove vm_total_pagesDavid Hildenbrand2020-08-071-5/+0
* mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner2020-08-071-6/+0
* mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-071-13/+4
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-071-1/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-1/+2
* mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2020-06-261-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