summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm/migrate.c: initialize pud_entry in migrate_vma()Ralph Campbell2019-08-031-10/+7
* mm: migrate: fix reference check race between __find_get_block() and migrationJan Kara2019-08-031-1/+3
* mm: migrate: remove unused mode argumentKeith Busch2019-07-181-4/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-24/+4
|\
| * mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-24/+4
* | Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds2019-07-051-1/+1
|/
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+2
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+4
* mm: page cache: store only head pages in i_pagesMatthew Wilcox2019-05-141-1/+1
* mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson2019-03-291-3/+8
* mm/migrate.c: cleanup expected_page_refs()Jan Kara2019-03-051-4/+4
* mm: fix some typos in mm directoryWei Yang2019-03-051-1/+1
* mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman2019-03-051-1/+1
* mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual2019-03-051-1/+1
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-011-0/+11
* mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand2019-02-011-2/+5
* mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara2019-02-011-5/+0
* hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz2019-01-081-12/+1
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-1/+1
* hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-281-1/+12
* mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-4/+3
* mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-281-7/+53
* mm: migrate: move migrate_page_lock_buffers()Jan Kara2018-12-281-50/+42
* mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara2018-12-281-26/+13
* mm: migration: factor out code to compute expected number of page referencesJan Kara2018-12-281-10/+17
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-15/+13
* mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-281-8/+4
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-30/+18
|\
| * mm: Convert page migration to XArrayMatthew Wilcox2018-10-211-30/+18
* | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-261-2/+2
* | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-261-13/+6
* | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli2018-10-261-7/+18
* | mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-261-0/+2
* | Merge branch 'akpm'Greg Kroah-Hartman2018-10-051-1/+4
|\ \
| * | mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual2018-10-051-1/+1
| * | mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2018-10-051-0/+3
| |/
* | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-021-65/+0
* | mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju2018-10-021-4/+12
|/
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-231-1/+1
* mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-231-2/+0
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-221-1/+2
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+2
* mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-111-3/+1
* mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-201-3/+16
* mm: fix do_pages_move status handlingMichal Hocko2018-04-201-0/+3
* page cache: use xa_lockMatthew Wilcox2018-04-111-16/+16
* mm: unclutter THP migrationMichal Hocko2018-04-111-10/+24
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-18/+3
* mm, numa: rework do_pages_moveMichal Hocko2018-04-111-173/+135
* mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell2018-04-111-1/+2