index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-30
/
+18
2018-10-26
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-2
/
+2
2018-10-26
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-13
/
+6
2018-10-26
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-26
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
1
-0
/
+2
2018-10-21
mm: Convert page migration to XArray
Matthew Wilcox
1
-30
/
+18
2018-10-05
Merge branch 'akpm'
Greg Kroah-Hartman
1
-1
/
+4
2018-10-05
mm/migrate.c: split only transparent huge pages when allocation fails
Anshuman Khandual
1
-1
/
+1
2018-10-05
mm, thp: fix mlocking THP page with migration enabled
Kirill A. Shutemov
1
-0
/
+3
2018-10-02
mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration
Mel Gorman
1
-65
/
+0
2018-10-02
mm/migrate: Use spin_trylock() while resetting rate limit
Srikar Dronamraju
1
-4
/
+12
2018-08-23
mm: soft-offline: close the race against page allocation
Naoya Horiguchi
1
-1
/
+1
2018-08-23
mm: fix race on soft-offlining free huge pages
Naoya Horiguchi
1
-2
/
+0
2018-08-22
include/linux/compiler*.h: make compiler-*.h mutually exclusive
Nick Desaulniers
1
-1
/
+2
2018-08-17
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
1
-1
/
+2
2018-05-11
mm: migrate: fix double call of radix_tree_replace_slot()
Naoya Horiguchi
1
-3
/
+1
2018-04-20
mm: enable thp migration for shmem thp
Naoya Horiguchi
1
-3
/
+16
2018-04-20
mm: fix do_pages_move status handling
Michal Hocko
1
-0
/
+3
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-16
/
+16
2018-04-11
mm: unclutter THP migration
Michal Hocko
1
-10
/
+24
2018-04-11
mm, migrate: remove reason argument from new_page_t
Michal Hocko
1
-18
/
+3
2018-04-11
mm, numa: rework do_pages_move
Michal Hocko
1
-173
/
+135
2018-04-11
mm/migrate: properly preserve write attribute in special migrate entry
Ralph Campbell
1
-1
/
+2
2018-04-11
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
1
-0
/
+7
2018-04-02
mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
Dominik Brodowski
1
-4
/
+35
2018-01-31
mm, hugetlb: do not rely on overcommit limit during migration
Michal Hocko
1
-2
/
+1
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
1
-1
/
+1
2017-11-27
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
1
-1
/
+1
2017-11-15
mm/mmu_notifier: avoid call to invalidate_range() in range_end()
Jérôme Glisse
1
-3
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-13
mm/migrate: fix indexing bug (off by one) and avoid out of bound access
Mark Hairgrove
1
-1
/
+2
2017-09-08
mm/hmm: avoid bloating arch that do not make use of HMM
Jérôme Glisse
1
-0
/
+2
2017-09-08
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
1
-19
/
+38
2017-09-08
mm/migrate: allow migrate_vma() to alloc new page on empty entry
Jérôme Glisse
1
-9
/
+196
2017-09-08
mm/migrate: support un-addressable ZONE_DEVICE page in migration
Jérôme Glisse
1
-28
/
+121
2017-09-08
mm/migrate: migrate_vma() unmap page from vma while collecting pages
Jérôme Glisse
1
-29
/
+112
2017-09-08
mm/migrate: new memory migration helper for use with device memory
Jérôme Glisse
1
-0
/
+492
2017-09-08
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
1
-12
/
+40
2017-09-08
mm: migrate: move_pages() supports thp migration
Naoya Horiguchi
1
-13
/
+32
2017-09-08
mm: thp: enable thp migration in generic path
Zi Yan
1
-1
/
+31
2017-08-20
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-08-10
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
1
-6
/
+0
2017-07-10
mm/migrate.c: stabilise page count when migrating transparent hugepages
Will Deacon
1
-13
/
+2
2017-07-10
mm: hugetlb: soft-offline: dissolve source hugepage after successful migration
Anshuman Khandual
1
-0
/
+2
2017-07-06
mm/hugetlb/migration: use set_huge_pte_at instead of set_pte_at
Aneesh Kumar K.V
1
-10
/
+11
2017-05-03
mm: make rmap_one boolean function
Minchan Kim
1
-2
/
+2
2017-05-03
mm: don't assume anonymous pages have SwapBacked flag
Shaohua Li
1
-1
/
+2
2017-05-03
mm: remove unnecessary reclaimability check from NUMA balancing target
Johannes Weiner
1
-3
/
+0
2017-04-20
mm: prevent NR_ISOLATE_* stats from going negative
Rabin Vincent
1
-1
/
+1
2017-03-31
mm: migrate: fix remove_migration_pte() for ksm pages
Naoya Horiguchi
1
-2
/
+5
[next]