summaryrefslogtreecommitdiffstats
path: root/include/linux/swap.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry1-1/+2
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)1-1/+0
2022-11-30mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-1/+1
2022-11-30mm: use pte markers for swap errorsPeter Xu1-5/+1
2022-11-30mm: always compile in pte markersPeter Xu1-7/+3
2022-11-08mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner1-2/+3
2022-10-03mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbolJohannes Weiner1-1/+1
2022-10-03mm: remove try_to_free_swap()Matthew Wilcox (Oracle)1-6/+0
2022-10-03memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-10-03mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)1-2/+2
2022-10-03mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)1-0/+6
2022-10-03shmem: convert shmem_replace_page() to use folios throughoutMatthew Wilcox (Oracle)1-0/+5
2022-10-03mm: add folio_add_lru_vma()Matthew Wilcox (Oracle)1-5/+5
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao1-0/+4
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+10
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed1-1/+4
2022-07-03mm/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-19mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+5
2022-05-19mm/swap: fix comment about swap extentMiaohe Lin1-2/+2
2022-05-19mm/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-09mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown1-0/+6
2022-05-09mm: drop swap_dirty_folioNeilBrown1-1/+0
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-121/+0
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-4/+11
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-4/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+4
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song1-1/+4
2022-03-21mm: Turn deactivate_file_page() into deactivate_file_folio()Matthew Wilcox (Oracle)1-1/+0
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)1-1/+1
2022-01-15mm: remove last argument of reuse_swap_page()Matthew Wilcox (Oracle)1-3/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-10-18mm/lru: Add folio_add_lru()Matthew Wilcox (Oracle)1-0/+1
2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle)1-2/+2
2021-10-18mm/swap: Add folio_mark_accessed()Matthew Wilcox (Oracle)1-1/+2
2021-09-27mm/workingset: Convert workingset_activation to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-27mm/swap: Add folio_rotate_reclaimable()Matthew Wilcox (Oracle)1-1/+0
2021-09-27mm/util: Add folio_mapping() and folio_file_mapping()Matthew Wilcox (Oracle)1-0/+6