index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-14
1
-132
/
+153
|
\
|
*
mm/migrate.c: stop using 0 as NULL pointer
Yang Li
2022-12-01
1
-1
/
+1
|
*
migrate: convert migrate_pages() to use folios
Huang Ying
2022-12-01
1
-98
/
+112
|
*
migrate: convert unmap_and_move() to use folios
Huang Ying
2022-12-01
1
-27
/
+27
|
*
Revert "mm: migration: fix the FOLL_GET failure on following huge page"
Baolin Wang
2022-12-01
1
-8
/
+2
|
*
mm/hugetlb: convert move_hugetlb_state() to folios
Sidhartha Kumar
2022-12-01
1
-2
/
+2
|
*
mm: migrate: try again if THP split is failed due to page refcnt
Baolin Wang
2022-11-09
1
-3
/
+16
|
*
mm/hugetlb: add folio_hstate()
Sidhartha Kumar
2022-11-09
1
-1
/
+1
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-12-13
1
-0
/
+1
|
\
\
|
*
|
mm: export buffer_migrate_folio_norefs()
Jan Kara
2022-12-09
1
-0
/
+1
|
|
/
*
|
Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-12
1
-3
/
+12
|
\
\
|
|
/
|
/
|
|
*
mm/migrate: make isolate_movable_page() skip slab pages
Vlastimil Babka
2022-11-21
1
-3
/
+12
*
|
mm: migrate: fix return value if all subpages of THPs are migrated successfully
Baolin Wang
2022-10-28
1
-0
/
+7
|
/
*
mm/memory.c: fix race when faulting a device private page
Alistair Popple
2022-10-13
1
-14
/
+20
*
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+3
*
migrate: convert unmap_and_move_huge_page() to use folios
Matthew Wilcox (Oracle)
2022-10-03
1
-14
/
+14
*
migrate: convert __unmap_and_move() to use folios
Matthew Wilcox (Oracle)
2022-10-03
1
-38
/
+37
*
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-27
1
-7
/
+12
*
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-27
1
-0
/
+1
*
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
2022-09-27
1
-394
/
+0
*
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
2022-09-27
1
-59
/
+1
*
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
2022-09-27
1
-3
/
+2
*
migrate_pages(): fix failure counting for retry
Huang Ying
2022-09-27
1
-1
/
+5
*
migrate_pages(): fix failure counting for THP splitting
Huang Ying
2022-09-27
1
-7
/
+7
*
migrate_pages(): fix failure counting for THP on -ENOSYS
Huang Ying
2022-09-27
1
-3
/
+3
*
migrate_pages(): fix failure counting for THP subpages retrying
Huang Ying
2022-09-27
1
-1
/
+2
*
migrate_pages(): fix THP failure counting for -ENOMEM
Huang Ying
2022-09-27
1
-3
/
+4
*
migrate_pages(): remove unnecessary list_safe_reset_next()
Huang Ying
2022-09-27
1
-8
/
+5
*
migrate: fix syscall move_pages() return value for failure
Huang Ying
2022-09-27
1
-2
/
+6
*
mm: remember young/dirty bit for page migrations
Peter Xu
2022-09-27
1
-1
/
+5
*
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-09-12
1
-0
/
+12
*
mm: migration: fix the FOLL_GET failure on following huge page
Haiyue Wang
2022-09-12
1
-2
/
+8
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-16
/
+27
|
\
|
*
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-18
1
-2
/
+2
|
*
mm/migration: fix potential pte_unmap on an not mapped pte
Miaohe Lin
2022-07-04
1
-4
/
+19
|
*
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
2022-07-04
1
-3
/
+4
|
*
mm/migration: remove unneeded lock page and PageMovable check
Miaohe Lin
2022-07-04
1
-7
/
+2
*
|
fs: Remove aops->migratepage()
Matthew Wilcox (Oracle)
2022-08-02
1
-3
/
+0
*
|
hugetlb: Convert to migrate_folio
Matthew Wilcox (Oracle)
2022-08-02
1
-9
/
+9
*
|
mm/migrate: Add filemap_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-0
/
+20
*
|
mm/migrate: Convert migrate_page() to migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-17
/
+20
*
|
mm/migrate: Convert expected_page_refs() to folio_expected_refs()
Matthew Wilcox (Oracle)
2022-08-02
1
-7
/
+12
*
|
mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-30
/
+46
*
|
mm/migrate: Convert writeout() to take a folio
Matthew Wilcox (Oracle)
2022-08-02
1
-11
/
+10
*
|
mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-10
/
+9
*
|
fs: Add aops->migrate_folio
Matthew Wilcox (Oracle)
2022-08-02
1
-4
/
+7
*
|
mm: Convert all PageMovable users to movable_operations
Matthew Wilcox (Oracle)
2022-08-02
1
-12
/
+12
|
/
*
mm: Clear page->private when splitting or migrating a page
Matthew Wilcox (Oracle)
2022-06-23
1
-0
/
+1
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-97
/
+97
|
\
|
*
mm/migrate: convert move_to_new_page() into move_to_new_folio()
Matthew Wilcox (Oracle)
2022-05-13
1
-29
/
+29
[next]