summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)1-2/+1
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)1-3/+0
2023-10-28mm/swap: Convert to use bdev_open_by_dev()Jan Kara1-0/+1
2023-08-25mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand1-11/+1
2023-08-25mm/swap: use dedicated entry for swap in folioMatthew Wilcox1-3/+2
2023-08-25mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand1-0/+9
2023-08-21mm: kill frontswapJohannes Weiner1-9/+0
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-1/+0
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-19/+0
2023-06-20mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin1-2/+2
2023-06-10swap: remove __swp_swapcount()Huang Ying1-2/+2
2023-06-10workingset: refactor LRU refault to expose refault recency checkNhat Pham1-0/+1
2023-04-22mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang1-1/+0
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-1/+16
2023-03-29mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao1-4/+4
2023-03-29mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang1-8/+4
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-2/+1
2023-02-01Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko1-2/+1
2023-01-19mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)1-1/+1
2023-01-19mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang1-1/+1
2022-12-12mm: add nodes= arg to memory.reclaimMina Almasry1-1/+2
2022-12-12folio-compat: remove lru_cache_add()Vishal Moola (Oracle)1-1/+0
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-1/+1
2022-12-01mm: use pte markers for swap errorsPeter Xu1-5/+1
2022-12-01mm: always compile in pte markersPeter Xu1-7/+3
2022-11-09mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner1-2/+3
2022-10-04mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner1-1/+1
2022-10-04mm: remove try_to_free_swap()Matthew Wilcox (Oracle)1-6/+0
2022-10-04memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-10-04mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)1-2/+2
2022-10-04mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)1-0/+6
2022-10-04shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)1-0/+5
2022-10-04mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)1-5/+5
2022-09-27mm: multi-gen LRU: support page table walksYu Zhao1-0/+4
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+10
2022-07-30mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed1-1/+4
2022-07-04mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin1-0/+5
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)1-1/+2
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-05-27mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin1-1/+6
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+5
2022-05-20mm/swap: fix comment about swap extentMiaohe Lin1-2/+2
2022-05-20mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin1-7/+0
2022-05-13mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)1-0/+4
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)1-6/+7
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-1/+14
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-0/+6
2022-05-10mm: drop swap_dirty_folioNeilBrown1-1/+0
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-121/+0