aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAge
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-25
* mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()Pingfan Liu2019-09-24
* mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-24
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-24
* pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-07
* mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-07
* Merge branch 'odp_fixes' into hmm.gitJason Gunthorpe2019-08-21
|\
| * mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell2019-08-03
| * mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara2019-08-03
* | mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2019-08-20
* | mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig2019-08-20
* | mm: turn migrate_vma upside downChristoph Hellwig2019-08-20
|/
* mm: migrate: remove unused mode argumentKeith Busch2019-07-18
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-14
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-02
* | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-05
|/
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-14
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-14
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-14
* mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson2019-03-29
* mm/migrate.c: cleanup expected_page_refs()Jan Kara2019-03-06
* mm: fix some typos in mm directoryWei Yang2019-03-06
* mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman2019-03-06
* mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-06
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-01
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-01
* mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara2019-02-01
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-08
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-04
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-28
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-28
* mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-28
* mm: migrate: move migrate_page_lock_buffers()Jan Kara2018-12-28
* mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara2018-12-28
* mm: migration: factor out code to compute expected number of page referencesJan Kara2018-12-28
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-28
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-28
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\
| * mm: Convert page migration to XArrayMatthew Wilcox2018-10-21
* | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-26
* | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-26
* | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli2018-10-26
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-26
* | Merge branch 'akpm'Greg Kroah-Hartman2018-10-05
|\ \
| * | mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual2018-10-05
| * | mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-05
| |/
* | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-02
* | mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju2018-10-02
|/
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-23
* mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-23