summaryrefslogtreecommitdiff
path: root/include/linux/swap.h
AgeCommit message (Expand)Author
2023-04-21mm: correct arg in reclaim_pages()/reclaim_clean_pages_from_list()Kefeng Wang
2023-04-18mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed
2023-03-28mm, memcg: Prevent memory.swappiness load/store tearingYue Zhao
2023-03-28mm: swap: remove unneeded cgroup_throttle_swaprate()Kefeng Wang
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko
2023-01-18mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)
2023-01-18mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds
2022-11-30mm: use pte markers for swap errorsPeter Xu
2022-11-30mm: always compile in pte markersPeter Xu
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner
2022-10-03mm: remove try_to_free_swap()Matthew Wilcox (Oracle)
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)
2022-10-03shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)
2022-10-03mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao
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)