aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao1-1/+1
2020-10-16mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)1-2/+1
2020-10-13mm/vmscan: fix comments for isolate_lru_page()Hui Su1-1/+1
2020-10-13mm/vmscan: fix infinite loop in drop_slab_nodeChunxin Zang1-0/+3
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins1-2/+8
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-3/+3
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap1-2/+2
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim1-1/+1
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim1-3/+4
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim1-1/+1
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim1-5/+10
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-3/+1
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim1-1/+1
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt1-1/+2
2020-08-07mm/vmscan.c: fix typodylan-meiners1-1/+1
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand1-5/+0
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner1-6/+0
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down1-13/+4
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao1-1/+2
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin1-1/+2
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner1-0/+3
2020-06-04mm/vmsan: fix some typos in commentEthon Paul1-3/+3
2020-06-03mm: vmscan: limit the range of LRU type balancingJohannes Weiner1-9/+13
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-0/+3
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-24/+17
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-29/+10
2020-06-03mm: only count actual rotations as LRU reclaim costJohannes Weiner1-5/+3
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-22/+22
2020-06-03mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner1-1/+1
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner1-1/+1
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner1-8/+9
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen1-1/+1
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh1-12/+12
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim1-6/+20
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang1-4/+1
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)1-2/+2
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim1-50/+55
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown1-2/+2
2020-05-07mm/vmscan: remove unnecessary argument description of isolate_lru_pages()Qiwu Chen1-1/+0
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-6/+6
2020-04-02mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignmentMateusz Nosek1-1/+0
2020-04-02mm/vmscan.c: make may_enter_fs bool in shrink_page_list()Kirill Tkhai1-3/+2
2020-04-02mm/vmscan.c: clean code by removing unnecessary assignmentMateusz Nosek1-3/+1
2020-04-02mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai1-19/+26
2020-04-02mm/vmscan.c: remove cpu online notification for nowWei Yang1-26/+1
2020-04-02mm: vmscan: replace open codings to NUMA_NO_NODEYang Shi1-3/+3
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-23/+0
2020-02-21mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan1-3/+6
2020-01-31mm/vmscan: remove unused RECLAIM_OFF/RECLAIM_ZONEAlex Shi1-4/+2