summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-0/+1
* mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-241-11/+1
* mm/swap: use dedicated entry for swap in folioMatthew Wilcox2023-08-241-3/+2
* mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-241-0/+9
* mm: kill frontswapJohannes Weiner2023-08-211-9/+0
* mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)2023-06-231-1/+0
* mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins2023-06-191-19/+0
* mm: vmscan: mark kswapd_run() and kswapd_stop() __meminitMiaohe Lin2023-06-191-2/+2
* swap: remove __swp_swapcount()Huang Ying2023-06-091-2/+2
* workingset: refactor LRU refault to expose refault recency checkNhat Pham2023-06-091-0/+1
* mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang2023-04-211-1/+0
* mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-181-1/+16
* mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao2023-03-281-4/+4
* mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang2023-03-281-8/+4
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-2/+1
|\
| * Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-311-2/+1
* | mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)2023-01-181-1/+1
* | mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang2023-01-181-1/+1
|/
* mm: add nodes= arg to memory.reclaimMina Almasry2022-12-111-1/+2
* folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-111-1/+0
* mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2022-11-301-1/+1
* mm: use pte markers for swap errorsPeter Xu2022-11-301-5/+1
* mm: always compile in pte markersPeter Xu2022-11-301-7/+3
* mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner2022-11-081-2/+3
* mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner2022-10-031-1/+1
* mm: remove try_to_free_swap()Matthew Wilcox (Oracle)2022-10-031-6/+0
* memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)2022-10-031-2/+2
* mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)2022-10-031-2/+2
* mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)2022-10-031-0/+6
* shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)2022-10-031-0/+5
* mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)2022-10-031-5/+5
* mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+4
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-2/+10
|\
| * mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed2022-07-291-1/+4
| * mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin2022-07-031-0/+5
| * docs: rename Documentation/vm to Documentation/mmMike Rapoport2022-06-271-1/+1
* | vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)2022-06-291-1/+2
|/
* mm/swapfile: unuse_pte can map random data if swap read failsMiaohe Lin2022-05-271-1/+6
* mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-191-0/+5
* mm/swap: fix comment about swap extentMiaohe Lin2022-05-191-2/+2
* mm/swap: make page_swapcount and __lru_add_drain_all staticMiaohe Lin2022-05-191-7/+0
* mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)2022-05-131-0/+4
* swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)2022-05-131-6/+7
* mm: introduce PTE_MARKER swap entryPeter Xu2022-05-131-1/+14
* mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-091-0/+6
* mm: drop swap_dirty_folioNeilBrown2022-05-091-1/+0
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-121/+0
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-4/+11
* mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2022-03-241-4/+0
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+1
|\