aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 target nodeYang 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/rdma/rdmaLinus 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
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual1-1/+1
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz1-0/+11
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-01mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara1-5/+0
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz1-12/+1
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-1/+1
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz1-1/+12
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara1-4/+3
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara1-7/+53
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara1-50/+42
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara1-26/+13
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara1-10/+17
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-15/+13
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins1-8/+4
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-30/+18
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli1-2/+2
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli1-13/+6
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli1-7/+18
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-0/+2