aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi
2020-12-15mm/lru: move lock into lru_note_costAlex Shi
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin
2020-10-16mm: use self-explanatory macros rather than "2"Yu Zhao
2020-10-16mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)
2020-10-13mm/vmscan: fix comments for isolate_lru_page()Hui Su
2020-10-13mm/vmscan: fix infinite loop in drop_slab_nodeChunxin Zang
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins
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