- 3218f87 mm: handling Non-LRU pages returned by vm_normal_pages by Alex Sierra · 2 years, 6 months ago
- ad1ac59 mm/migration: fix potential pte_unmap on an not mapped pte by Miaohe Lin · 2 years, 8 months ago
- 7ce82f4 mm/migration: return errno when isolate_huge_page failed by Miaohe Lin · 2 years, 8 months ago
- 160088b mm/migration: remove unneeded lock page and PageMovable check by Miaohe Lin · 2 years, 8 months ago
- b653db7 mm: Clear page->private when splitting or migrating a page by Matthew Wilcox (Oracle) · 2 years, 7 months ago
- 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 8 months ago
- e7e3ffe mm/migrate: convert move_to_new_page() into move_to_new_folio() by Matthew Wilcox (Oracle) · 2 years, 8 months ago
- 717aeab mm: convert sysfs input to bool using kstrtobool() by Jagdish Gediya · 2 years, 8 months ago
- 68189fe fs: Change try_to_free_buffers() to take a folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 6c28760 mm: remember exclusively mapped anonymous pages with PG_anon_exclusive by David Hildenbrand · 2 years, 9 months ago
- 28c5209 mm/rmap: pass rmap flags to hugepage_add_anon_rmap() by David Hildenbrand · 2 years, 9 months ago
- f1e2db1 mm/rmap: remove do_page_add_anon_rmap() by David Hildenbrand · 2 years, 9 months ago
- fb3d824 mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap() by David Hildenbrand · 2 years, 9 months ago
- 7d6e2d9 mm: untangle config dependencies for demote-on-reclaim by Oscar Salvador · 2 years, 9 months ago
- 9c42fe4 mm: migrate: simplify the refcount validation when migrating hugetlb mapping by Baolin Wang · 2 years, 9 months ago
- 4cd6148 mm/migration: fix possible do_pages_stat_array racing with memory offline by Miaohe Lin · 2 years, 9 months ago
- 3f26c88 mm/migration: fix potential invalid node access for reclaim-based migration by Miaohe Lin · 2 years, 9 months ago
- 69a041f mm/migration: fix potential page refcounts leak in migrate_pages by Miaohe Lin · 2 years, 9 months ago
- f430893 mm/migration: remove some duplicated codes in migrate_pages by Miaohe Lin · 2 years, 9 months ago
- 91925ab mm/migration: avoid unneeded nodemask_t initialization by Miaohe Lin · 2 years, 9 months ago
- 3eefb82 mm/migration: use helper macro min in do_pages_stat by Miaohe Lin · 2 years, 9 months ago
- cb1c37b mm/migration: use helper function vma_lookup() in add_page_for_migration by Miaohe Lin · 2 years, 9 months ago
- b75454e mm/migration: remove unneeded local variable page_lru by Miaohe Lin · 2 years, 9 months ago
- 5202978 mm/migration: remove unneeded local variable mapping_locked by Miaohe Lin · 2 years, 9 months ago
- bc53008 mm/vmscan: make sure wakeup_kswapd with managed zone by Wei Yang · 2 years, 9 months ago
- c185e49 mm/migrate: Use a folio in migrate_misplaced_transhuge_page() by Matthew Wilcox (Oracle) · 3 years, 7 months ago
- ffe0678 mm/migrate: Use a folio in alloc_migration_target() by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- adb11e7 mm/munlock: protect the per-CPU pagevec by a local_lock_t by Sebastian Andrzej Siewior · 2 years, 10 months ago
- 4cc79b3 mm/migration: add trace events for base page and HugeTLB migrations by Anshuman Khandual · 2 years, 10 months ago
- 9030fb0 Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 2 years, 10 months ago
- 734c157 mm: only re-generate demotion targets when a numa node changes its N_CPU state by Oscar Salvador · 2 years, 10 months ago
- c574bbe NUMA balancing: optimize page placement for memory tiering system by Huang Ying · 2 years, 10 months ago
- e39bb6b NUMA Balancing: add page promotion counter by Huang Ying · 2 years, 10 months ago
- 356ea38 mm/migrate: fix race between lock page and clear PG_Isolated by andrew.yang · 2 years, 10 months ago
- fc89213 mm,migrate: fix establishing demotion target by Huang Ying · 2 years, 10 months ago
- b698f0a mm/fs: delete PF_SWAPWRITE by Hugh Dickins · 2 years, 10 months ago
- 87d2762 mm: remove unneeded local variable follflags by Miaohe Lin · 2 years, 10 months ago
- 3150be8 mm: replace multiple dcache flush with flush_dcache_folio() by Muchun Song · 2 years, 10 months ago
- 2771739 mm: fix missing cache flush for all tail pages of compound page by Muchun Song · 2 years, 10 months ago
- 6546246 mm/gup: follow_pfn_pte(): -EEXIST cleanup by John Hubbard · 2 years, 10 months ago
- 2f031c6 mm/rmap: Convert rmap_walk() to take a folio by Matthew Wilcox (Oracle) · 3 years ago
- 4eecb8b mm/migrate: Convert remove_migration_ptes() to folios by Matthew Wilcox (Oracle) · 3 years ago
- 4b8554c mm/rmap: Convert try_to_migrate() to folios by Matthew Wilcox (Oracle) · 3 years ago
- 2aff7a4 mm: Convert page_vma_mapped_walk to work on PFNs by Matthew Wilcox (Oracle) · 3 years ago
- eed05e5 mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK by Matthew Wilcox (Oracle) · 3 years ago
- 76cbbea mm: move the migrate_vma_* device migration code into its own file by Christoph Hellwig · 3 years ago
- aaf7d70 mm: refactor the ZONE_DEVICE handling in migrate_vma_pages by Christoph Hellwig · 3 years ago
- 1776c0d mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page by Christoph Hellwig · 3 years ago
- 27674ef mm: remove the extra ZONE_DEVICE struct page refcount by Christoph Hellwig · 3 years ago
- b743550 mm/munlock: page migration needs mlock pagevec drained by Hugh Dickins · 3 years ago
- c3096e6 mm/migrate: __unmap_and_move() push good newpage to LRU by Hugh Dickins · 3 years ago
- cea86fe mm/munlock: rmap call mlock_vma_page() munlock_vma_page() by Hugh Dickins · 3 years ago
- ffa6575 mm/migrate.c: rework migration_entry_wait() to not take a pageref by Alistair Popple · 3 years ago
- f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
- f1e8db0 mm/migrate: remove redundant variables used in a for-loop by Colin Ian King · 3 years ago
- dcee9bf5 mm/migrate: move node demotion code to near its user by Huang Ying · 3 years ago
- 7813a1b mm: migrate: add more comments for selecting target node randomly by Baolin Wang · 3 years ago
- ac16ec8 mm: migrate: support multiple target nodes demotion by Baolin Wang · 3 years ago
- 5d39a7e mm: migrate: correct the hugetlb migration stats by Baolin Wang · 3 years ago
- b5bade9 mm: migrate: fix the return value of migrate_pages() by Baolin Wang · 3 years ago
- 1eba86c mm: change page type prior to adding page table entry by Pasha Tatashin · 3 years ago
- 6b24ca4 mm: Use multi-index entries in the page cache by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 9f2b04a filemap: Add folio_put_wait_locked() by Matthew Wilcox (Oracle) · 3 years, 5 months ago
- ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
- 0ef0246 mm: migrate: simplify the file-backed pages validation when migrating its mapping by Baolin Wang · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 20f9ba4 mm: migrate: make demotion knob depend on migration by Yang Shi · 3 years, 3 months ago
- 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 3 months ago
- a6a0251 mm/migrate: fix CPUHP state to update node demotion order by Huang Ying · 3 years, 3 months ago
- 76af6a0 mm/migrate: add CPU hotplug to demotion #ifdef by Dave Hansen · 3 years, 3 months ago
- 295be91 mm/migrate: optimize hotplug-time demotion order updates by Dave Hansen · 3 years, 3 months ago
- 715cbfd mm/migrate: Add folio_migrate_copy() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- 1913834 mm/migrate: Add folio_migrate_flags() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- 3417013 mm/migrate: Add folio_migrate_mapping() by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- d21bba2 mm/memcg: Convert mem_cgroup_migrate() to take folios by Matthew Wilcox (Oracle) · 3 years, 9 months ago
- 8f425e4 mm/memcg: Convert mem_cgroup_charge() to take a folio by Matthew Wilcox (Oracle) · 3 years, 7 months ago
- 59ab844 compat: remove some compat entry points by Arnd Bergmann · 3 years, 4 months ago
- 5b1b561 mm: simplify compat_sys_move_pages by Arnd Bergmann · 3 years, 4 months ago
- 213ecb3 mm: migrate: change to use bool type for 'page_was_mapped' by Baolin Wang · 3 years, 4 months ago
- 68a9843 mm: migrate: fix the incorrect function name in comments by Baolin Wang · 3 years, 4 months ago
- 2b9b624 mm: migrate: introduce a local variable to get the number of pages by Baolin Wang · 3 years, 4 months ago
- c9bd7d1 mm/migrate: correct kernel-doc notation by Randy Dunlap · 3 years, 5 months ago
- 5ac9588 mm/migrate: enable returning precise migrate_pages() success count by Yang Shi · 3 years, 5 months ago
- 884a6e5 mm/migrate: update node demotion order on hotplug events by Dave Hansen · 3 years, 5 months ago
- 79c28a4 mm/numa: automatically generate node migration order by Dave Hansen · 3 years, 5 months ago
- b5916c0 mm/migrate: fix NR_ISOLATED corruption on 64-bit by Aneesh Kumar K.V · 3 years, 6 months ago
- 79789db mm: Make copy_huge_page() always available by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 6b49bf6 mm: rename migrate_pgmap_owner by Alistair Popple · 3 years, 7 months ago
- a98a2f0 mm/rmap: split migration into its own function by Alistair Popple · 3 years, 7 months ago
- 4dd845b mm/swapops: rework swap entry manipulation code by Alistair Popple · 3 years, 7 months ago
- af5cdaf mm: remove special swap entry functions by Alistair Popple · 3 years, 7 months ago
- 662aeea mm: migrate: check mapcount for THP instead of refcount by Yang Shi · 3 years, 7 months ago
- b0b515b mm: migrate: don't split THP for misplaced NUMA page by Yang Shi · 3 years, 7 months ago
- c5fc5c3 mm: migrate: account THP NUMA migration counters correctly by Yang Shi · 3 years, 7 months ago
- c5b5a3d mm: thp: refactor NUMA fault handling by Yang Shi · 3 years, 7 months ago
- 6acfb5b mm: migrate: fix missing update page_private to hugetlb_page_subpool by Muchun Song · 3 years, 7 months ago
- 8cc5fcb mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY by Mina Almasry · 3 years, 7 months ago
- 79c1c59 mm/hugetlb: change parameters of arch_make_huge_pte() by Christophe Leroy · 3 years, 7 months ago
- ad2fa37 mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page by Muchun Song · 3 years, 7 months ago
- 059b8b4 mm/migrate: use vma_lookup() in do_pages_stat_array() by Liam Howlett · 3 years, 7 months ago