summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/numa: avoid trapping faults and attempting migration of file-backed dir...Mel Gorman2018-04-111-0/+7
* mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.cDominik Brodowski2018-04-021-4/+35
* mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2018-01-311-2/+1
* Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-1/+1
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-1/+1
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-151-3/+12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove2017-10-131-1/+2
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-0/+2
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-19/+38
* mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-9/+196
* mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-081-28/+121
* mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-081-29/+112
* mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2017-09-081-0/+492
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-12/+40
* mm: migrate: move_pages() supports thp migrationNaoya Horiguchi2017-09-081-13/+32
* mm: thp: enable thp migration in generic pathZi Yan2017-09-081-1/+31
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-201-8/+3