aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-24mm/vmscan: restore zone_reclaim_mode ABIDave Hansen1-2/+7
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao1-1/+2
2021-02-24mm: VM_BUG_ON lru page flagsYu Zhao1-1/+0
2021-02-24mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao1-2/+1
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao1-2/+2
2021-02-24mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao1-4/+2
2021-02-24mm/vmscan.c: use add_page_to_lru_list()Yu Zhao1-5/+1
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi1-37/+31
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