summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm/vmscan: restore zone_reclaim_mode ABIDave Hansen2021-02-241-2/+7
* mm/vmscan.c: make lruvec_lru_size() staticYu Zhao2021-02-241-1/+2
* mm: VM_BUG_ON lru page flagsYu Zhao2021-02-241-1/+0
* mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao2021-02-241-2/+1
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-241-2/+2
* mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao2021-02-241-4/+2
* mm/vmscan.c: use add_page_to_lru_list()Yu Zhao2021-02-241-5/+1
* mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi2021-02-241-37/+31
* mm: don't put pinned pages into the swap cacheLinus Torvalds2021-01-171-0/+2
* mm/lru: revise the comments of lru_lockHugh Dickins2020-12-151-18/+23
* mm/lru: introduce relock_page_lruvec()Alexander Duyck2020-12-151-10/+2
* mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-30/+25
* mm/compaction: do page isolation first in compactionAlex Shi2020-12-151-21/+22
* mm/lru: introduce TestClearPageLRU()Alex Shi2020-12-151-20/+19
* mm/vmscan: remove lruvec reget in move_pages_to_lruAlex Shi2020-12-151-1/+6
* mm/lru: move lock into lru_note_costAlex Shi2020-12-151-3/+1
* mm/vmscan: remove unnecessary lruvec addingAlex Shi2020-12-151-13/+25
* mm: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-151-0/+1
* mm: truncate_complete_page() does not exist any moreYang Shi2020-12-151-1/+1
* mm/vmscan.c: remove the filename in the top of file commentlogic.yu2020-12-151-2/+0
* mm/vmscan: drop unneeded assignment in kswapd()Lukas Bulwahn2020-12-151-1/+1
* mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt2020-12-151-9/+5
* mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bitNicholas Piggin2020-11-141-2/+3
* mm: use self-explanatory macros rather than "2"Yu Zhao2020-10-161-1/+1
* mm/vmscan: allow arbitrary sized pages to be paged outMatthew Wilcox (Oracle)2020-10-161-2/+1
* mm/vmscan: fix comments for isolate_lru_page()Hui Su2020-10-131-1/+1
* mm/vmscan: fix infinite loop in drop_slab_nodeChunxin Zang2020-10-131-0/+3
* mm: fix check_move_unevictable_pages() on THPHugh Dickins2020-09-191-2/+8
* mm: memcg: fix memcg reclaim soft lockupXunlei Pang2020-09-051-0/+8
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-3/+3
* mm/vmscan.c: delete or fix duplicated wordsRandy Dunlap2020-08-121-2/+2
* mm/vmscan: restore active/inactive ratio for anonymous LRUJoonsoo Kim2020-08-121-1/+1
* mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim2020-08-121-3/+4
* mm/swapcache: support to handle the shadow entriesJoonsoo Kim2020-08-121-1/+1
* mm/workingset: prepare the workingset detection infrastructure for anon LRUJoonsoo Kim2020-08-121-5/+10
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-3/+1
* mm/vmscan: make active/inactive ratio as 1:1 for anon lruJoonsoo Kim2020-08-121-1/+1
* mm: vmscan: consistent update to pgrefillShakeel Butt2020-08-071-1/+2
* mm/vmscan.c: fix typodylan-meiners2020-08-071-1/+1
* mm: remove vm_total_pagesDavid Hildenbrand2020-08-071-5/+0
* mm: memcontrol: don't count limit-setting reclaim as memory pressureJohannes Weiner2020-08-071-6/+0
* mm, memcg: decouple e{low,min} state mutations from protection checksChris Down2020-08-071-13/+4
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2020-08-071-1/+2
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-1/+2
* mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner2020-06-261-0/+3
* mm/vmsan: fix some typos in commentEthon Paul2020-06-041-3/+3
* mm: vmscan: limit the range of LRU type balancingJohannes Weiner2020-06-031-9/+13
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-0/+3
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-24/+17
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-29/+10