aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mm/migrate: convert move_to_new_page() into move_to_new_folio()Matthew Wilcox (Oracle)1-29/+29
2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya1-6/+5
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand1-2/+12
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand1-1/+2
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand1-1/+1
2022-04-28mm: untangle config dependencies for demote-on-reclaimOscar Salvador1-5/+6
2022-04-28mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang1-5/+0
2022-04-28mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin1-2/+7
2022-04-28mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin1-3/+3
2022-04-28mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin1-0/+8
2022-04-28mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin1-24/+12
2022-04-28mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin1-2/+2
2022-04-28mm/migration: use helper macro min in do_pages_statMiaohe Lin1-6/+2
2022-04-28mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin1-2/+2
2022-04-28mm/migration: remove unneeded local variable page_lruMiaohe Lin1-3/+1
2022-04-28mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin1-4/+2
2022-04-28mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang1-3/+3
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10
2022-04-01mm/munlock: protect the per-CPU pagevec by a local_lock_tSebastian Andrzej Siewior1-1/+1
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-1/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-814/+56
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-37/+10
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-2/+14
2022-03-22NUMA Balancing: add page promotion counterHuang Ying1-3/+10
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-6/+6
2022-03-22mm,migrate: fix establishing demotion targetHuang Ying1-2/+5
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-7/+0
2022-03-22mm: remove unneeded local variable follflagsMiaohe Lin1-3/+1
2022-03-22mm: replace multiple dcache flush with flush_dcache_folio()Muchun Song1-6/+2
2022-03-22mm: fix missing cache flush for all tail pages of compound pageMuchun Song1-2/+5
2022-03-22mm/gup: follow_pfn_pte(): -EEXIST cleanupJohn Hubbard1-0/+7
2022-03-21mm/rmap: Convert rmap_walk() to take a folioMatthew Wilcox (Oracle)1-6/+4
2022-03-21mm/migrate: Convert remove_migration_ptes() to foliosMatthew Wilcox (Oracle)1-25/+30
2022-03-21mm/rmap: Convert try_to_migrate() to foliosMatthew Wilcox (Oracle)1-2/+4
2022-03-21mm: Convert page_vma_mapped_walk to work on PFNsMatthew Wilcox (Oracle)1-2/+3
2022-03-21mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)1-6/+1
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig1-753/+0
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig1-15/+12
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig1-16/+15
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-6/+0
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins1-0/+2
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins1-12/+19
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins1-7/+2
2022-01-22mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple1-34/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-124/+253
2022-01-15mm/migrate: remove redundant variables used in a for-loopColin Ian King1-3/+2
2022-01-15mm/migrate: move node demotion code to near its userHuang Ying1-133/+132
2022-01-15mm: migrate: add more comments for selecting target node randomlyBaolin Wang1-0/+8
2022-01-15mm: migrate: support multiple target nodes demotionBaolin Wang1-35/+129
2022-01-15mm: migrate: correct the hugetlb migration statsBaolin Wang1-9/+8
2022-01-15mm: migrate: fix the return value of migrate_pages()Baolin Wang1-16/+47
2022-01-15mm: change page type prior to adding page table entryPasha Tatashin1-3/+2
2022-01-08mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)1-8/+0
2022-01-04filemap: Add folio_put_wait_locked()Matthew Wilcox (Oracle)1-11/+10
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple1-117/+28
2021-11-11mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang1-6/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+61
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi1-0/+61
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-95/+94
2021-10-18mm/migrate: fix CPUHP state to update node demotion orderHuang Ying1-3/+5
2021-10-18mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen1-21/+21
2021-10-18mm/migrate: optimize hotplug-time demotion order updatesDave Hansen1-1/+11
2021-10-18mm/migrate: Add folio_migrate_copy()Matthew Wilcox (Oracle)1-9/+5
2021-10-18mm/migrate: Add folio_migrate_flags()Matthew Wilcox (Oracle)1-43/+41
2021-10-18mm/migrate: Add folio_migrate_mapping()Matthew Wilcox (Oracle)1-41/+44
2021-09-27mm/memcg: Convert mem_cgroup_migrate() to take foliosMatthew Wilcox (Oracle)1-1/+3
2021-09-27mm/memcg: Convert mem_cgroup_charge() to take a folioMatthew Wilcox (Oracle)1-1/+1
2021-09-08compat: remove some compat entry pointsArnd Bergmann1-13/+0
2021-09-08mm: simplify compat_sys_move_pagesArnd Bergmann1-15/+30
2021-09-08mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang1-2/+2
2021-09-08mm: migrate: fix the incorrect function name in commentsBaolin Wang1-1/+1
2021-09-08mm: migrate: introduce a local variable to get the number of pagesBaolin Wang1-2/+3
2021-09-03mm/migrate: correct kernel-doc notationRandy Dunlap1-1/+1
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi1-3/+8
2021-09-03mm/migrate: update node demotion order on hotplug eventsDave Hansen1-1/+89
2021-09-03mm/numa: automatically generate node migration orderDave Hansen1-0/+216
2021-07-30mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V1-1/+1
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)1-48/+0
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple1-5/+5
2021-07-01mm/rmap: split migration into its own functionAlistair Popple1-5/+4
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple1-6/+20
2021-07-01mm: remove special swap entry functionsAlistair Popple1-3/+3
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi1-12/+4
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi1-1/+3
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi1-3/+4
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi1-144/+33
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song1-1/+1
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-1/+1
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-1/+3
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song1-1/+4
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett1-2/+2
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu1-0/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-4/+4
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark1-0/+2
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin1-16/+2
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin1-17/+11
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin1-1/+1
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin1-6/+1
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim1-26/+2
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim1-4/+7
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)1-1/+1
2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt1-0/+6
2021-02-24mm/filemap: pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)1-2/+2
2021-02-05mm: migrate: do not migrate HugeTLB page whose refcount is oneMuchun Song1-0/+6
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2020-12-15mm: fix some spelling mistakes in commentsHaitao Shi1-1/+1
2020-12-15mm: migrate: remove unused parameter in migrate_vma_insert_page()Stephen Zhang1-4/+2
2020-12-15mm: migrate: return -ENOSYS if THP migration is unsupportedYang Shi1-16/+46
2020-12-15mm: migrate: clean up migrate_prep{_local}Yang Shi1-6/+2
2020-12-15mm: migrate: skip shared exec THP for NUMA balancingYang Shi1-2/+16
2020-12-15mm: migrate: simplify the logic for handling permanent failureYang Shi1-30/+38
2020-12-15mm: truncate_complete_page() does not exist any moreYang Shi1-1/+1
2020-12-15mm/migrate.c: optimize migrate_vma_pages() mmu notifierRalph Campbell1-5/+4
2020-12-15mm/migrate.c: fix comment spellingLong Li1-1/+1
2020-12-15mm/rmap: always do TTU_IGNORE_ACCESSShakeel Butt1-5/+3
2020-11-14hugetlbfs: fix anon huge page migration raceMike Kravetz1-20/+24
2020-10-18mm/migrate: avoid possible unnecessary process right check in kernel_move_pag...Miaohe Lin1-28/+43
2020-10-16mm,hwpoison: rework soft offline for in-use pagesOscar Salvador1-8/+3
2020-10-13mm/migrate: remove obsolete comment about device publicRalph Campbell1-1/+1
2020-10-13mm/migrate: remove cpages-- in migrate_vma_finalize()Ralph Campbell1-1/+0
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-09-26mm/migrate: correct thp migration statsZi Yan1-4/+3
2020-09-24bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig1-1/+1
2020-09-19mm: migration of hugetlbfs page skip memcgHugh Dickins1-1/+2
2020-09-05mm/migrate: preserve soft dirty in remove_migration_pte()Ralph Campbell1-0/+2
2020-09-05mm/migrate: remove unnecessary is_zone_device_page() checkRalph Campbell1-7/+5
2020-09-05mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple1-4/+11
2020-09-05mm/migrate: fixup setting UFFD_WP flagAlistair Popple1-1/+1
2020-08-14mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)1-9/+9
2020-08-12mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim1-2/+6
2020-08-12mm/migrate: introduce a standard migration target allocation functionJoonsoo Kim1-10/+16
2020-08-12mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent wit...Joonsoo Kim1-0/+5
2020-08-12mm/hugetlb: unify migration callbacksJoonsoo Kim1-4/+7
2020-08-12mm/migrate: move migration helper from .h to .cJoonsoo Kim1-0/+29
2020-08-12mm/migrate.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-12mm/vmstat: add events for THP migration without splitAnshuman Khandual1-8/+44
2020-08-12mm/migrate: optimize migrate_vma_setup() for holesRalph Campbell1-2/+14
2020-08-12mm/vmscan: protect the workingset on anonymous LRUJoonsoo Kim1-1/+1
2020-08-07mm/migrate: fix migrate_pgmap_owner w/o CONFIG_MMU_NOTIFIERRalph Campbell1-3/+3
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-3/+11
2020-07-28mm/notifier: add migration invalidation typeRalph Campbell1-1/+7
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-2/+4
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds1-12/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner1-4/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-4/+11
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-3/+3
2020-06-02mm/migrate.c: attach_page_private already does the get_pageHugh Dickins1-1/+0
2020-06-02mm/migrate.c: call detach_page_private to cleanup codeGuoqing Jiang1-6/+1
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)1-1/+1
2020-04-07userfaultfd: wp: support swap and page migrationPeter Xu1-0/+6
2020-04-07mm: code cleanup for MADV_FREEHuang Ying1-8/+8
2020-04-07mm/migrate.c: migrate PG_readahead flagYang Shi1-0/+8
2020-04-07mm/migrate.c: unify "not queued for migration" handling in do_pages_move()Wei Yang1-8/+6
2020-04-07mm/migrate.c: check pagelist in move_pages_and_store_status()Wei Yang1-6/+3
2020-04-07mm/migrate.c: wrap do_move_pages_to_node() and store_status()Wei Yang1-32/+29
2020-04-07mm/migrate.c: no need to check for i > start in do_pages_move()Wei Yang1-5/+3
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+22
2020-04-02hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-3/+22
2020-03-26mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig1-3/+6
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+3
2020-01-31mm/migrate: add stable check in migrate_vma_insert_page()Ralph Campbell1-0/+12
2020-01-31mm/migrate: clean up some minor coding styleRalph Campbell1-21/+13
2020-01-31mm/migrate: remove useless mask of start addressRalph Campbell1-2/+2
2020-01-31mm: move_pages: report the number of non-attempted pagesYang Shi1-2/+23
2020-01-31mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang1-1/+1
2020-01-04mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi1-6/+17
2019-12-01autonuma: fix watermark checking in migrate_balanced_pgdat()Huang Ying1-1/+1
2019-12-01mm/migrate.c: handle freed page at the first placeYang Shi1-9/+5
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov1-1/+1
2019-09-24mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()Pingfan Liu1-6/+3
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)1-1/+1
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-12/+11
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-0/+1
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe1-11/+10
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig1-2/+2
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig1-2/+2
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig1-134/+110
2019-08-03mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell1-10/+7
2019-08-03mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara1-1/+3
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-4/+3
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-24/+4
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds1-1/+1
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-24/+4
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+4
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox1-1/+1
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson1-3/+8
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara1-4/+4
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman1-1/+1