summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAge
* 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
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-22
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-17
* mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi2018-05-11
* mm: enable thp migration for shmem thpNaoya Horiguchi2018-04-20
* mm: fix do_pages_move status handlingMichal Hocko2018-04-20
* page cache: use xa_lockMatthew Wilcox2018-04-11
* mm: unclutter THP migrationMichal Hocko2018-04-11
* mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-11
* mm, numa: rework do_pages_moveMichal Hocko2018-04-11
* mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell2018-04-11
* sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-11
* mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-02
* mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2018-01-31
* Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-29
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-27
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove2017-10-13
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-08