summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorLines
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara-4/+4
2019-03-05mm: fix some typos in mm directoryWei Yang-1/+1
2019-03-05mm, migrate: immediately fail migration of a page with no migration handlerMel Gorman-1/+1
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual-1/+1
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz-0/+11
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand-2/+5
2019-02-01mm: migrate: make buffer_migrate_page_norefs() actually succeedJan Kara-5/+0
2019-01-08hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization"Mike Kravetz-12/+1
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-1/+1
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz-1/+12
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara-4/+3
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara-7/+53
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara-50/+42
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara-26/+13
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara-10/+17
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-15/+13
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins-8/+4
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-30/+18
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli-2/+2
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli-13/+6
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli-7/+18
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner-0/+2
2018-10-21mm: Convert page migration to XArrayMatthew Wilcox-30/+18
2018-10-05Merge branch 'akpm'Greg Kroah-Hartman-1/+4
2018-10-05mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual-1/+1
2018-10-05mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov-0/+3
2018-10-02mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman-65/+0
2018-10-02mm/migrate: Use spin_trylock() while resetting rate limitSrikar Dronamraju-4/+12
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi-1/+1
2018-08-23mm: fix race on soft-offlining free huge pagesNaoya Horiguchi-2/+0
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers-1/+2
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang-1/+2
2018-05-11mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi-3/+1
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi-3/+16
2018-04-20mm: fix do_pages_move status handlingMichal Hocko-0/+3
2018-04-11page cache: use xa_lockMatthew Wilcox-16/+16
2018-04-11mm: unclutter THP migrationMichal Hocko-10/+24
2018-04-11mm, migrate: remove reason argument from new_page_tMichal Hocko-18/+3
2018-04-11mm, numa: rework do_pages_moveMichal Hocko-173/+135
2018-04-11mm/migrate: properly preserve write attribute in special migrate entryRalph Campbell-1/+2
2018-04-11sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman-0/+7
2018-04-02mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski-4/+35
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko-2/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds-1/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov-1/+1
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse-3/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-13mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove-1/+2
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse-0/+2
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse-19/+38