summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-03mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin
2022-05-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner
2022-05-19mm/swap: fix comment about swap extentMiaohe Lin
2022-05-19mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin
2022-05-13mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu
2022-05-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-09mm: drop swap_dirty_folioNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu
2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)
2021-10-18mm/swap: Add folio_mark_accessed()Matthew Wilcox (Oracle)
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin
2021-09-03mm, memcg: inline swap-related functions to improve disabled memcg configSuren Baghdasaryan
2021-07-01mm: device exclusive memory accessAlistair Popple
2021-07-01mm: remove special swap entry functionsAlistair Popple
2021-07-01mm/swap: make swap_address_space an inline functionMel Gorman
2021-06-29mm: free idle swap cache page after COWHuang Ying
2021-06-29swap: fix do_swap_page() race with swapoffMiaohe Lin
2021-06-29mm/swapfile: use percpu_ref to serialize against concurrent swapoffMiaohe Lin
2021-05-06include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen
2021-03-02swap: fix swapfile read/write offsetJens Axboe
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt