index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
vmscan,migrate: fix page count imbalance on node stats when demoting pages
Gregory Price
1
-1
/
+1
2024-03-15
mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index
Byungchul Park
1
-0
/
+8
2024-01-31
mm: migrate: fix getting incorrect page mapping during page migration
Baolin Wang
1
-17
/
+10
2024-01-31
mm: migrate: record the mlocked page status to remove unnecessary lru drain
Baolin Wang
1
-19
/
+29
2024-01-05
mm: migrate high-order folios in swap cache correctly
Charan Teja Kalla
1
-1
/
+8
2023-10-06
mm/migrate: fix do_pages_move for compat pointers
Gregory Price
1
-2
/
+12
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-2
/
+5
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2023-08-18
migrate: use folio_set_bh() instead of set_bh_page()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-2
/
+1
2023-08-02
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
1
-2
/
+2
2023-07-11
mm: Make pte_mkwrite() take a VMA
Rick Edgecombe
1
-1
/
+1
2023-06-23
mm: remove unnecessary pagevec includes
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-06-23
mm: fix shmem THP counters on migration
Jan Glauber
1
-0
/
+5
2023-06-19
mm: ptep_get() conversion
Ryan Roberts
1
-6
/
+8
2023-06-19
mm/various: give up if pte_offset_map[_lock]() fails
Hugh Dickins
1
-0
/
+3
2023-06-19
mm/migrate: remove cruft from migration_entry_wait()s
Hugh Dickins
1
-24
/
+13
2023-06-09
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
1
-86
/
+75
2023-06-09
migrate_pages_batch: simplify retrying and failure counting of large folios
Huang Ying
1
-76
/
+36
2023-06-09
migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHT
Douglas Anderson
1
-23
/
+26
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-5
/
+6
2023-04-21
mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
David Hildenbrand
1
-4
/
+1
2023-04-21
migrate_pages_batch: fix statistics for longterm pin retry
Huang Ying
1
-0
/
+3
2023-04-18
mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...
David Hildenbrand
1
-2
/
+0
2023-03-28
mm/migrate: drop pte_mkhuge() in remove_migration_pte()
Anshuman Khandual
1
-1
/
+0
2023-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
1
-5
/
+6
2023-03-07
migrate_pages: try migrate in batch asynchronously firstly
Huang Ying
1
-18
/
+62
2023-03-07
migrate_pages: move split folios processing out of migrate_pages_batch()
Huang Ying
1
-50
/
+28
2023-03-07
migrate_pages: fix deadlock in batched migration
Huang Ying
1
-43
/
+26
2023-03-04
mm: avoid gcc complaint about pointer casting
Linus Torvalds
1
-2
/
+8
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-281
/
+653
2023-02-20
mm: change to return bool for isolate_movable_page()
Baolin Wang
1
-3
/
+3
2023-02-20
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
1
-4
/
+3
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
1
-3
/
+6
2023-02-17
mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
Peter Xu
1
-0
/
+2
2023-02-16
migrate_pages: move THP/hugetlb migration support check to simplify code
Huang Ying
1
-47
/
+36
2023-02-16
migrate_pages: batch flushing TLB
Huang Ying
1
-1
/
+4
2023-02-16
migrate_pages: share more code between _unmap and _move
Huang Ying
1
-122
/
+85
2023-02-16
migrate_pages: move migrate_folio_unmap()
Huang Ying
1
-50
/
+50
2023-02-16
migrate_pages: batch _unmap and _move
Huang Ying
1
-25
/
+189
2023-02-16
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
1
-41
/
+128
2023-02-16
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
1
-68
/
+106
2023-02-16
migrate_pages: separate hugetlb folios migration
Huang Ying
1
-22
/
+119
2023-02-16
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
1
-26
/
+34
2023-02-13
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
1
-23
/
+23
2023-02-13
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
1
-19
/
+20
2023-02-13
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
1
-1
/
+1
2023-02-13
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
1
-4
/
+4
2023-02-13
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
1
-1
/
+4
[next]