Age | Commit message (Expand) | Author |
2023-06-09 | mm: convert migrate_pages() to work on folios | Matthew Wilcox (Oracle) |
2023-06-09 | migrate_pages_batch: simplify retrying and failure counting of large folios | Huang Ying |
2023-06-09 | migrate_pages: avoid blocking for IO in MIGRATE_SYNC_LIGHT | Douglas Anderson |
2023-04-28 | Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2023-04-21 | mm: don't check VMA write permissions if the PTE/PMD indicates write permissions | David Hildenbrand |
2023-04-21 | migrate_pages_batch: fix statistics for longterm pin retry | Huang Ying |
2023-04-18 | mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ... | David Hildenbrand |
2023-03-28 | mm/migrate: drop pte_mkhuge() in remove_migration_pte() | Anshuman Khandual |
2023-03-16 | mm: Introduce untagged_addr_remote() | Kirill A. Shutemov |
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) |