summaryrefslogtreecommitdiff
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
* mm/demotion: build demotion targets based on explicit memory tiersAneesh Kumar K.V2022-09-261-394/+0
* mm/demotion: move memory demotion related codeAneesh Kumar K.V2022-09-261-59/+1
* mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THPBaolin Wang2022-09-261-3/+2
* migrate_pages(): fix failure counting for retryHuang Ying2022-09-261-1/+5
* migrate_pages(): fix failure counting for THP splittingHuang Ying2022-09-261-7/+7
* migrate_pages(): fix failure counting for THP on -ENOSYSHuang Ying2022-09-261-3/+3
* migrate_pages(): fix failure counting for THP subpages retryingHuang Ying2022-09-261-1/+2
* migrate_pages(): fix THP failure counting for -ENOMEMHuang Ying2022-09-261-3/+4
* migrate_pages(): remove unnecessary list_safe_reset_next()Huang Ying2022-09-261-8/+5
* migrate: fix syscall move_pages() return value for failureHuang Ying2022-09-261-2/+6
* mm: remember young/dirty bit for page migrationsPeter Xu2022-09-261-1/+5
* memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-111-0/+12
* mm: migration: fix the FOLL_GET failure on following huge pageHaiyue Wang2022-09-111-2/+8
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-16/+27
|\
| * mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-2/+2
| * mm/migration: fix potential pte_unmap on an not mapped pteMiaohe Lin2022-07-031-4/+19
| * mm/migration: return errno when isolate_huge_page failedMiaohe Lin2022-07-031-3/+4
| * mm/migration: remove unneeded lock page and PageMovable checkMiaohe Lin2022-07-031-7/+2
* | fs: Remove aops->migratepage()Matthew Wilcox (Oracle)2022-08-021-3/+0
* | hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-9/+9
* | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-0/+20
* | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-17/+20
* | mm/migrate: Convert expected_page_refs() to folio_expected_refs()Matthew Wilcox (Oracle)2022-08-021-7/+12
* | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-30/+46
* | mm/migrate: Convert writeout() to take a folioMatthew Wilcox (Oracle)2022-08-021-11/+10
* | mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-10/+9
* | fs: Add aops->migrate_folioMatthew Wilcox (Oracle)2022-08-021-4/+7
* | mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-021-12/+12
|/
* mm: Clear page->private when splitting or migrating a pageMatthew Wilcox (Oracle)2022-06-231-0/+1
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-97/+97
|\
| * mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)2022-05-131-29/+29
| * mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya2022-05-131-6/+5
| * mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-091-2/+12
| * mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-091-1/+2
| * mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-091-1/+2
| * mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-091-1/+1
| * mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-281-5/+6
| * mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang2022-04-281-5/+0
| * mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin2022-04-281-2/+7
| * mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin2022-04-281-3/+3
| * mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin2022-04-281-0/+8
| * mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin2022-04-281-24/+12
| * mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin2022-04-281-2/+2
| * mm/migration: use helper macro min in do_pages_statMiaohe Lin2022-04-281-6/+2
| * mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin2022-04-281-2/+2
| * mm/migration: remove unneeded local variable page_lruMiaohe Lin2022-04-281-3/+1
| * mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin2022-04-281-4/+2
| * mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2022-04-281-3/+3
* | fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)2022-05-091-1/+1
|/