index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
migrate.c
Age
Commit message (
Expand
)
Author
2023-03-07
migrate_pages: try migrate in batch asynchronously firstly
Huang Ying
2023-03-07
migrate_pages: move split folios processing out of migrate_pages_batch()
Huang Ying
2023-03-07
migrate_pages: fix deadlock in batched migration
Huang Ying
2023-03-04
mm: avoid gcc complaint about pointer casting
Linus Torvalds
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
mm: change to return bool for isolate_movable_page()
Baolin Wang
2023-02-20
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
2023-02-20
mm: change to return bool for isolate_lru_page()
Baolin Wang
2023-02-17
mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
Peter Xu
2023-02-16
migrate_pages: move THP/hugetlb migration support check to simplify code
Huang Ying
2023-02-16
migrate_pages: batch flushing TLB
Huang Ying
2023-02-16
migrate_pages: share more code between _unmap and _move
Huang Ying
2023-02-16
migrate_pages: move migrate_folio_unmap()
Huang Ying
2023-02-16
migrate_pages: batch _unmap and _move
Huang Ying
2023-02-16
migrate_pages: split unmap_and_move() to _unmap() and _move()
Huang Ying
2023-02-16
migrate_pages: restrict number of pages to migrate in batch
Huang Ying
2023-02-16
migrate_pages: separate hugetlb folios migration
Huang Ying
2023-02-16
migrate_pages: organize stats with struct migrate_pages_stats
Huang Ying
2023-02-13
mm/migrate: convert putback_movable_pages() to use folios
Vishal Moola (Oracle)
2023-02-13
mm/migrate: convert isolate_movable_page() to use folios
Vishal Moola (Oracle)
2023-02-13
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2023-02-13
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-02
mm: mlock: update the interface to use folios
Lorenzo Stoakes
2023-01-18
mm/hugetlb: move swap entry handling into vma lock when faulted
Peter Xu
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-12-12
Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-12-08
mm: export buffer_migrate_folio_norefs()
Jan Kara
2022-11-30
mm/migrate.c: stop using 0 as NULL pointer
Yang Li
2022-11-30
migrate: convert migrate_pages() to use folios
Huang Ying
2022-11-30
migrate: convert unmap_and_move() to use folios
Huang Ying
2022-11-30
Revert "mm: migration: fix the FOLL_GET failure on following huge page"
Baolin Wang
2022-11-30
mm/hugetlb: convert move_hugetlb_state() to folios
Sidhartha Kumar
2022-11-21
mm/migrate: make isolate_movable_page() skip slab pages
Vlastimil Babka
2022-11-08
mm: migrate: try again if THP split is failed due to page refcnt
Baolin Wang
2022-11-08
mm/hugetlb: add folio_hstate()
Sidhartha Kumar
2022-10-28
mm: migrate: fix return value if all subpages of THPs are migrated successfully
Baolin Wang
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
2022-10-03
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
2022-10-03
migrate: convert unmap_and_move_huge_page() to use folios
Matthew Wilcox (Oracle)
2022-10-03
migrate: convert __unmap_and_move() to use folios
Matthew Wilcox (Oracle)
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
mm/demotion: build demotion targets based on explicit memory tiers
Aneesh Kumar K.V
2022-09-26
mm/demotion: move memory demotion related code
Aneesh Kumar K.V
2022-09-26
mm: migrate: do not retry 10 times for the subpages of fail-to-migrate THP
Baolin Wang
2022-09-26
migrate_pages(): fix failure counting for retry
Huang Ying
2022-09-26
migrate_pages(): fix failure counting for THP splitting
Huang Ying
[next]