summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-25mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-4/+0
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+4
2022-03-23mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-23xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song1-1/+4
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)1-1/+0
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)1-3/+3
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)1-0/+1
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)1-2/+2
2021-10-18mm/swap: Add folio_mark_accessed()Matthew Wilcox (Oracle)1-1/+2
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)1-1/+0
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)1-0/+6
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin1-1/+1
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan1-3/+23
2021-07-01mm: device exclusive memory accessAlistair Popple1-2/+7
2021-07-01mm: remove special swap entry functionsAlistair Popple1-2/+2
2021-07-01mm/swap: make swap_address_space an inline functionMel Gorman1-1/+5
2021-06-29mm: free idle swap cache page after COWHuang Ying1-0/+5
2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin1-0/+9
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin1-2/+3
2021-05-07include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)1-0/+1
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim1-0/+14
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen1-0/+7
2021-03-03swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-02-25mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi1-1/+1
2021-02-25mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-1/+5
2021-01-27mm: remove get_swap_bioChristoph Hellwig1-1/+0
2020-12-16mm/compaction: do page isolation first in compactionAlex Shi1-1/+1
2020-12-16mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi1-2/+0
2020-10-14mm: remove activate_page() from unuse_pte()Yu Zhao1-1/+0
2020-10-14swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang1-1/+1
2020-10-14mm: factor find_get_incore_page out of mincore_pageMatthew Wilcox (Oracle)1-0/+7
2020-09-23mm: split swap_type_ofChristoph Hellwig1-1/+2
2020-08-12mm/swap: implement workingset detection for anonymous LRUJoonsoo Kim1-0/+6
2020-08-12mm/swapcache: support to handle the shadow entriesJoonsoo Kim1-4/+13
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-1/+1
2020-08-07mm/page_alloc: remove nr_free_pagecache_pages()David Hildenbrand1-1/+0
2020-08-07mm: remove vm_total_pagesDavid Hildenbrand1-1/+0
2020-06-26mm: workingset: age nonresident information alongside anonymous pagesJohannes Weiner1-0/+1
2020-06-04mm: vmscan: reclaim writepage is IO costJohannes Weiner1-1/+3
2020-06-04mm: balance LRU lists based on relative thrashingJohannes Weiner1-2/+1
2020-06-04mm: base LRU balancing on an explicit cost modelJohannes Weiner1-0/+2