aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06include: 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-02swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi1-1/+1
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-1/+5
2021-01-27mm: remove get_swap_bioChristoph Hellwig1-1/+0
2020-12-15mm/compaction: do page isolation first in compactionAlex Shi1-1/+1
2020-12-15mm/thp: move lru_add_page_tail() to huge_memory.cAlex Shi1-2/+0
2020-10-13mm: remove activate_page() from unuse_pte()Yu Zhao1-1/+0
2020-10-13swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguityGao Xiang1-1/+1
2020-10-13mm: 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-03mm: vmscan: reclaim writepage is IO costJohannes Weiner1-1/+3
2020-06-03mm: balance LRU lists based on relative thrashingJohannes Weiner1-2/+1
2020-06-03mm: base LRU balancing on an explicit cost modelJohannes Weiner1-0/+2
2020-06-03mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner1-2/+0
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner1-4/+2
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+11
2020-06-02include/linux/swap.h: delete meaningless __add_to_swap_cache() declarationMiaohe Lin1-1/+0
2020-06-02swap: reduce lock contention on swap cache from swap slots allocationHuang Ying1-0/+1
2020-06-02mm/swapfile.c: classify SWAP_MAP_XXX to make it more readableWei Yang1-5/+10
2020-05-28mm/swap: Use local_lock for protectionIngo Molnar1-0/+1
2020-04-18swap.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-02mm: swap: make page_evictable() inlineYang Shi1-1/+0
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner1-1/+1
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+1
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu1-3/+2
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying1-3/+10
2019-03-14include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-1/+1
2019-03-05mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi1-1/+1
2018-12-28mm/swap: use nr_node_ids for avail_lists in swap_info_structAaron Lu1-1/+10
2018-12-28vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is nWei Yang1-6/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+0