aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2020-12-15mm/lru: revise the comments of lru_lockHugh Dickins1-18/+23
2020-12-15mm/lru: introduce relock_page_lruvec()Alexander Duyck1-10/+2
2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi1-30/+25
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi1-21/+22
2020-12-15mm/lru: introduce TestClearPageLRU()Alex Shi1-20/+19
2020-12-15mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi1-1/+6
2020-12-15mm/lru: move lock into lru_note_costAlex Shi1-3/+1
2020-12-15mm/vmscan: remove unnecessary lruvec addingAlex Shi1-13/+25
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi1-1/+1
2020-12-15mm/vmscan.c: remove the filename in the top of file commentlogic.yu1-2/+0
2020-12-15mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn1-1/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-9/+5
2020-11-14mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin1-2/+3
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