Age | Commit message (Expand) | Author |
2022-05-09 | mm: remember exclusively mapped anonymous pages with PG_anon_exclusive | David Hildenbrand |
2022-03-24 | mm/swapfile: remove stale reuse_swap_page() | David Hildenbrand |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | mm: __isolate_lru_page_prepare() in isolate_migratepages_block() | Hugh Dickins |
2022-03-22 | xarray: use kmem_cache_alloc_lru to allocate xa_node | Muchun Song |
2022-03-21 | mm: Turn deactivate_file_page() into deactivate_file_folio() | Matthew Wilcox (Oracle) |
2022-03-21 | mm: Convert remove_mapping() to take a folio | Matthew Wilcox (Oracle) |
2022-03-21 | mm/memcg: Convert mem_cgroup_swapout() to take a folio | Matthew Wilcox (Oracle) |
2022-03-21 | mm/workingset: Convert workingset_eviction() to take a folio | Matthew Wilcox (Oracle) |
2022-03-15 | mm: Convert swap_set_page_dirty() to swap_dirty_folio() | Matthew Wilcox (Oracle) |
2022-01-15 | mm: remove the total_mapcount argument from page_trans_huge_mapcount() | Matthew Wilcox (Oracle) |
2022-01-15 | mm: remove last argument of reuse_swap_page() | Matthew Wilcox (Oracle) |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu |
2021-10-18 | mm/lru: Add folio_add_lru() | Matthew Wilcox (Oracle) |
2021-10-18 | mm/workingset: Convert workingset_refault() to take a folio | Matthew Wilcox (Oracle) |
2021-10-18 | mm/swap: Add folio_mark_accessed() | Matthew Wilcox (Oracle) |
2021-09-27 | mm/workingset: Convert workingset_activation to take a folio | Matthew Wilcox (Oracle) |
2021-09-27 | mm/swap: Add folio_rotate_reclaimable() | Matthew Wilcox (Oracle) |
2021-09-27 | mm/util: Add folio_mapping() and folio_file_mapping() | Matthew Wilcox (Oracle) |
2021-09-03 | mm/vmscan: remove unneeded return value of kswapd_run() | Miaohe Lin |
2021-09-03 | mm, memcg: inline swap-related functions to improve disabled memcg config | Suren Baghdasaryan |
2021-07-01 | mm: device exclusive memory access | Alistair Popple |
2021-07-01 | mm: remove special swap entry functions | Alistair Popple |
2021-07-01 | mm/swap: make swap_address_space an inline function | Mel Gorman |
2021-06-29 | mm: free idle swap cache page after COW | Huang Ying |
2021-06-29 | swap: fix do_swap_page() race with swapoff | Miaohe Lin |
2021-06-29 | mm/swapfile: use percpu_ref to serialize against concurrent swapoff | Miaohe Lin |
2021-05-06 | include: remove pagemap.h from blkdev.h | Matthew Wilcox (Oracle) |
2021-05-05 | mm: disable LRU pagevec during the migration temporarily | Minchan Kim |
2021-05-05 | mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks | Dave Hansen |
2021-03-02 | swap: fix swapfile read/write offset | Jens Axboe |
2021-02-24 | mm/vmscan: __isolate_lru_page_prepare() cleanup | Alex Shi |
2021-02-24 | mm: memcg: add swapcache stat for memcg v2 | Shakeel Butt |
2021-01-27 | mm: remove get_swap_bio | Christoph Hellwig |
2020-12-15 | mm/compaction: do page isolation first in compaction | Alex Shi |
2020-12-15 | mm/thp: move lru_add_page_tail() to huge_memory.c | Alex Shi |
2020-10-13 | mm: remove activate_page() from unuse_pte() | Yu Zhao |
2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang |
2020-10-13 | mm: factor find_get_incore_page out of mincore_page | Matthew Wilcox (Oracle) |
2020-09-23 | mm: split swap_type_of | Christoph Hellwig |
2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim |
2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim |
2020-08-12 | mm/vmscan: protect the workingset on anonymous LRU | Joonsoo Kim |
2020-08-07 | mm/page_alloc: remove nr_free_pagecache_pages() | David Hildenbrand |
2020-08-07 | mm: remove vm_total_pages | David Hildenbrand |
2020-06-26 | mm: workingset: age nonresident information alongside anonymous pages | Johannes Weiner |
2020-06-03 | mm: vmscan: reclaim writepage is IO cost | Johannes Weiner |
2020-06-03 | mm: balance LRU lists based on relative thrashing | Johannes Weiner |