summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
AgeCommit message (Expand)Author
2020-02-11mm: move_pages: report the number of non-attempted pagesYang Shi
2020-02-05mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang
2020-01-09mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-24mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()Pingfan Liu
2019-09-24mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-21Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig
2019-08-03mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell
2019-08-03mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara
2019-07-18mm: migrate: remove unused mode argumentKeith Busch
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-05Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-01mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner
2018-10-21mm: Convert page migration to XArrayMatthew Wilcox
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman