Age | Commit message (Expand) | Author |
2023-02-27 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi |
2023-02-16 | migrate_pages: batch flushing TLB | Huang Ying |
2023-02-13 | mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio() | Sidhartha Kumar |
2023-02-09 | mm/mmap: remove __vma_adjust() | Liam R. Howlett |
2023-02-02 | rmap: add folio parameter to __page_set_anon_rmap() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: remove munlock_vma_page() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: remove mlock_vma_page() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand |
2023-02-02 | mm: mlock: update the interface to use folios | Lorenzo Stoakes |
2023-02-02 | mm: convert deferred_split_huge_page() to deferred_split_folio() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: add folio_add_new_anon_rmap() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: convert page_add_file_rmap() to use a folio internally | Matthew Wilcox (Oracle) |
2023-02-02 | mm: convert page_add_anon_rmap() to use a folio internally | Matthew Wilcox (Oracle) |
2023-02-02 | mm: convert page_remove_rmap() to use a folio internally | Matthew Wilcox (Oracle) |
2023-02-02 | mm: convert total_compound_mapcount() to folio_total_mapcount() | Matthew Wilcox (Oracle) |
2023-02-02 | mm: convert head_subpages_mapcount() into folio_nr_pages_mapped() | Matthew Wilcox (Oracle) |
2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export | Alistair Popple |
2023-01-18 | mm: add vma_has_recency() | Yu Zhao |
2023-01-18 | mm: rmap: remove lock_page_memcg() | Johannes Weiner |
2022-12-11 | mm,thp,rmap: fix races between updates of subpages_mapcount | Hugh Dickins |
2022-11-30 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins |
2022-11-30 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins |
2022-11-30 | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins |
2022-11-30 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins |
2022-11-08 | mm/hugetlb: unify clearing of RestoreReserve for private pages | Peter Xu |
2022-11-08 | mm: rmap: rename page_not_mapped() to folio_not_mapped() | Kefeng Wang |
2022-11-08 | mm/rmap: fix comment in anon_vma_clone() | Ma Wupeng |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-03 | hugetlb: use new vma_lock for pmd sharing synchronization | Mike Kravetz |
2022-10-03 | hugetlb: add vma based lock for pmd sharing | Mike Kravetz |
2022-10-03 | hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization | Mike Kravetz |
2022-10-03 | rmap: remove page_unlock_anon_vma_read() | Matthew Wilcox (Oracle) |
2022-10-03 | mm: convert page_get_anon_vma() to folio_get_anon_vma() | Matthew Wilcox (Oracle) |
2022-10-03 | rmap: convert page_move_anon_rmap() to use a folio | Matthew Wilcox (Oracle) |
2022-09-26 | mm: multi-gen LRU: exploit locality in rmap | Yu Zhao |
2022-09-26 | mm: remember young/dirty bit for page migrations | Peter Xu |
2022-09-11 | mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast | David Hildenbrand |
2022-09-11 | mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage | Zach O'Keefe |
2022-08-31 | mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse | Jann Horn |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-07-17 | hugetlb: do not update address in huge_pmd_unshare | Mike Kravetz |
2022-07-17 | mm: add zone device coherent type memory support | Alex Sierra |
2022-07-03 | mm: hugetlb: kill set_huge_swap_pte_at() | Qi Zheng |
2022-07-03 | mm: rmap: simplify the hugetlb handling when unmapping or migration | Baolin Wang |
2022-07-03 | mm/rmap: fix dereferencing invalid subpage pointer in try_to_migrate_one() | David Hildenbrand |
2022-06-27 | docs: rename Documentation/vm to Documentation/mm | Mike Rapoport |
2022-05-19 | mm: don't be stuck to rmap lock on reclaim path | Minchan Kim |
2022-05-13 | mm: rmap: fix CONT-PTE/PMD size hugetlb issue when unmapping | Baolin Wang |