summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2020-09-05mm: memcg: fix memcg reclaim soft lockupXunlei Pang
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)
2020-08-12mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap
2020-08-12mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim
2020-08-12mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim
2020-08-12mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim
2020-08-07mm: vmscan: consistent update to pgrefillShakeel Butt
2020-08-07mm/vmscan.c: fix typodylan-meiners
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand
2020-08-07mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao
2020-08-07mm: memcg: convert vmstat slab counters to bytesRoman Gushchin
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner
2020-06-04mm/vmsan: fix some typos in commentEthon Paul
2020-06-03mm: vmscan: limit the range of LRU type balancingJohannes Weiner
2020-06-03mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner
2020-06-03mm: only count actual rotations as LRU reclaim costJohannes Weiner
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner
2020-06-03mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner
2020-06-03mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner
2020-06-03mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner
2020-06-03mm/vmscan: update the comment of should_continue_reclaim()Qiwu Chen
2020-06-03mm/vmscan.c: change prototype for shrink_page_listManinder Singh
2020-06-03mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim
2020-06-03mm/vmscan.c: use update_lru_size() in update_lru_sizes()Wei Yang
2020-06-03mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-06-03mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown
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