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
2021-09-08
compat: remove some compat entry points
Arnd Bergmann
1
-13
/
+0
2021-09-08
mm: simplify compat_sys_move_pages
Arnd Bergmann
1
-15
/
+30
2021-09-08
mm: migrate: change to use bool type for 'page_was_mapped'
Baolin Wang
1
-2
/
+2
2021-09-08
mm: migrate: fix the incorrect function name in comments
Baolin Wang
1
-1
/
+1
2021-09-08
mm: migrate: introduce a local variable to get the number of pages
Baolin Wang
1
-2
/
+3
2021-09-03
mm/migrate: correct kernel-doc notation
Randy Dunlap
1
-1
/
+1
2021-09-03
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
1
-3
/
+8
2021-09-03
mm/migrate: update node demotion order on hotplug events
Dave Hansen
1
-1
/
+89
2021-09-03
mm/numa: automatically generate node migration order
Dave Hansen
1
-0
/
+216
2021-07-30
mm/migrate: fix NR_ISOLATED corruption on 64-bit
Aneesh Kumar K.V
1
-1
/
+1
2021-07-12
mm: Make copy_huge_page() always available
Matthew Wilcox (Oracle)
1
-48
/
+0
2021-07-01
mm: rename migrate_pgmap_owner
Alistair Popple
1
-5
/
+5
2021-07-01
mm/rmap: split migration into its own function
Alistair Popple
1
-5
/
+4
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-6
/
+20
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-3
/
+3
2021-06-30
mm: migrate: check mapcount for THP instead of refcount
Yang Shi
1
-12
/
+4
2021-06-30
mm: migrate: don't split THP for misplaced NUMA page
Yang Shi
1
-1
/
+3
2021-06-30
mm: migrate: account THP NUMA migration counters correctly
Yang Shi
1
-3
/
+4
2021-06-30
mm: thp: refactor NUMA fault handling
Yang Shi
1
-144
/
+33
2021-06-30
mm: migrate: fix missing update page_private to hugetlb_page_subpool
Muchun Song
1
-1
/
+1
2021-06-30
mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
Mina Almasry
1
-1
/
+1
2021-06-30
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
1
-1
/
+3
2021-06-30
mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
Muchun Song
1
-1
/
+4
2021-06-29
mm/migrate: use vma_lookup() in do_pages_stat_array()
Liam Howlett
1
-2
/
+2
2021-06-16
mm, thp: use head page in __migration_entry_wait()
Xu Yu
1
-0
/
+1
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-4
/
+4
2021-05-05
mm: cma: add trace events for CMA alloc perf testing
Liam Mark
1
-0
/
+2
2021-05-05
Revert "mm: migrate: skip shared exec THP for NUMA balancing"
Miaohe Lin
1
-16
/
+2
2021-05-05
mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...
Miaohe Lin
1
-17
/
+11
2021-05-05
mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
Miaohe Lin
1
-0
/
+7
2021-05-05
mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case
Miaohe Lin
1
-1
/
+1
2021-05-05
mm/migrate.c: make putback_movable_page() static
Miaohe Lin
1
-6
/
+1
2021-05-05
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
1
-26
/
+2
2021-05-05
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
1
-4
/
+7
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-24
mm: memcg: add swapcache stat for memcg v2
Shakeel Butt
1
-0
/
+6
2021-02-24
mm/filemap: pass a sleep state to put_and_wait_on_page_locked
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-02-05
mm: migrate: do not migrate HugeTLB page whose refcount is one
Muchun Song
1
-0
/
+6
2021-01-24
mm: fix numa stats for thp migration
Shakeel Butt
1
-11
/
+12
2021-01-24
mm: memcg: fix memcg file_dirty numa stat
Shakeel Butt
1
-2
/
+2
2020-12-15
mm: fix some spelling mistakes in comments
Haitao Shi
1
-1
/
+1
2020-12-15
mm: migrate: remove unused parameter in migrate_vma_insert_page()
Stephen Zhang
1
-4
/
+2
2020-12-15
mm: migrate: return -ENOSYS if THP migration is unsupported
Yang Shi
1
-16
/
+46
2020-12-15
mm: migrate: clean up migrate_prep{_local}
Yang Shi
1
-6
/
+2
2020-12-15
mm: migrate: skip shared exec THP for NUMA balancing
Yang Shi
1
-2
/
+16
2020-12-15
mm: migrate: simplify the logic for handling permanent failure
Yang Shi
1
-30
/
+38
2020-12-15
mm: truncate_complete_page() does not exist any more
Yang Shi
1
-1
/
+1
2020-12-15
mm/migrate.c: optimize migrate_vma_pages() mmu notifier
Ralph Campbell
1
-5
/
+4
2020-12-15
mm/migrate.c: fix comment spelling
Long Li
1
-1
/
+1
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-5
/
+3
[next]