summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand
2024-05-05mm: follow_pte() improvementsDavid Hildenbrand
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-05-05mm,swap: add document about RCU read lock and swapoff interactionHuang Ying
2024-05-05mm/mmap: make accountable_mapping return boolHao Ge
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge
2024-05-05memory tier: create CPUless memory tiers after obtaining HMAT infoHo-Ren (Jack) Chuang
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang
2024-04-25mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)
2024-04-25mm: combine __folio_put_small, __folio_put_large and __folio_putMatthew Wilcox (Oracle)
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)
2024-04-25mm: combine free_the_page() and free_unref_page()Matthew Wilcox (Oracle)
2024-04-25mm: free non-hugetlb large folios in a batchMatthew Wilcox (Oracle)
2024-04-25mm: convert pagecache_isize_extended to use a folioMatthew Wilcox (Oracle)
2024-04-25mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden
2024-04-25mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden
2024-04-25hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)
2024-04-25hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)
2024-04-25hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)
2024-04-25mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25mm/gup: consistently name GUP-fast functionsDavid Hildenbrand
2024-04-25hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)
2024-04-25mm: remove struct page from get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts
2024-04-25mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts
2024-04-25mm: swap: allow storage of all mTHP ordersRyan Roberts
2024-04-25mm: swap: update get_swap_pages() to take folio orderRyan Roberts
2024-04-25mm: swap: simplify struct percpu_clusterRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts
2024-04-25mm: page_alloc: use the correct THP order for THP PCPBaolin Wang
2024-04-25khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: use a folio throughout collapse_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: pass a folio to __collapse_huge_page_copy()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_huge_page()Matthew Wilcox (Oracle)
2024-04-25khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)
2024-04-25khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)
2024-04-25mm: remove vma_address()Matthew Wilcox (Oracle)
2024-04-25mm: correct page_mapped_in_vma() for large foliosMatthew Wilcox (Oracle)
2024-04-25mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split stat...Baolin Wang
2024-04-25mm: support multi-size THP numa balancingBaolin Wang
2024-04-25mm: factor out the numa mapping rebuilding into a new helperBaolin Wang
2024-04-25mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback casesBarry Song
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm: take placement mappings gap into accountRick Edgecombe