summaryrefslogtreecommitdiffstats
path: root/mm/swap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: delete unused get_kernel_page()John Hubbard2021-09-031-22/+0
* mm: fix typos and grammar error in commentsHyeonggon Yoo2021-07-011-1/+1
* mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-291-1/+1
* mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song2021-06-291-1/+1
* mm: fix some typos and code style problemsShijie Luo2021-05-071-2/+2
* mm: fs: invalidate BH LRU during page migrationMinchan Kim2021-05-051-1/+4
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-9/+55
* mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-34/+2
* mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-3/+1
* mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-2/+2
* mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2021-02-261-4/+4
* mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)2021-02-261-1/+1
* mm: VM_BUG_ON lru page flagsYu Zhao2021-02-241-2/+0
* mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao2021-02-241-4/+2
* mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao2021-02-241-16/+10
* mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao2021-02-241-4/+1
* mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao2021-02-241-8/+7
* mm/lru: introduce relock_page_lruvec()Alexander Duyck2020-12-151-26/+7
* mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi2020-12-151-58/+58
* mm/swap.c: serialize memcg changes in pagevec_lru_move_fnAlex Shi2020-12-151-9/+35
* mm/lru: move lock into lru_note_costAlex Shi2020-12-151-0/+3
* mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fnAlex Shi2020-12-151-42/+23
* mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi2020-12-151-33/+0
* mm: remove pagevec_lookup_range_nr_tag()Jeff Layton2020-12-151-9/+0
* mm: handle zone device pages in release_pages()Ralph Campbell2020-12-151-0/+3
* mm: move call to compound_head() in release_pages()Ralph Campbell2020-10-131-1/+1
* mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable()Miaohe Lin2020-10-131-3/+1
* mm/swap.c: fix confusing comment in release_pages()Miaohe Lin2020-10-131-1/+1
* mm: remove superfluous __ClearPageActive()Yu Zhao2020-10-131-2/+0
* mm: remove activate_page() from unuse_pte()Yu Zhao2020-10-131-2/+2
* Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-091-3/+3
|\
| * mlock: fix unevictable_pgs event counts on THPHugh Dickins2020-09-191-3/+3
* | mm/swap: Do not abuse the seqcount_t latching APIAhmed S. Darwish2020-09-101-11/+54
|/
* mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai2020-08-141-2/+3
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-8/+8
* mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim2020-08-121-6/+7
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* mm/swap: fix for "mm: workingset: age nonresident information alongside anony...Joonsoo Kim2020-06-261-2/+1
* mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt2020-06-031-5/+16
* mm: swap: fix vmstats for huge pagesShakeel Butt2020-06-031-6/+8
* mm: vmscan: reclaim writepage is IO costJohannes Weiner2020-06-031-6/+10
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-5/+27
* mm: balance LRU lists based on relative thrashingJohannes Weiner2020-06-031-4/+7
* mm: deactivations shouldn't bias the LRU balanceJohannes Weiner2020-06-031-6/+1
* mm: base LRU balancing on an explicit cost modelJohannes Weiner2020-06-031-11/+8
* mm: remove use-once cache bias from LRU balancingJohannes Weiner2020-06-031-5/+0
* mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner2020-06-031-32/+10
* mm: fix LRU balancing effect of new transparent huge pagesJohannes Weiner2020-06-031-14/+11
* mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)2020-06-031-4/+1
* mm/swap: Use local_lock for protectionIngo Molnar2020-05-281-38/+80