summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: swap: update get_swap_pages() to take folio orderRyan Roberts2-9/+10
2024-04-26mm: swap: simplify struct percpu_clusterRyan Roberts1-11/+11
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts4-28/+158
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts2-42/+8
2024-04-26mm: page_alloc: use the correct THP order for THP PCPBaolin Wang1-3/+3
2024-04-26khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)1-17/+16
2024-04-26khugepaged: use a folio throughout collapse_file()Matthew Wilcox (Oracle)1-59/+54
2024-04-26khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)1-38/+39
2024-04-26khugepaged: pass a folio to __collapse_huge_page_copy()Matthew Wilcox (Oracle)1-19/+15
2024-04-26khugepaged: remove hpage from collapse_huge_page()Matthew Wilcox (Oracle)1-7/+5
2024-04-26khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)1-8/+9
2024-04-26khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)1-15/+4
2024-04-26memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados7-7/+0
2024-04-26mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)4-13/+12
2024-04-26mm: remove vma_address()Matthew Wilcox (Oracle)2-18/+17
2024-04-26mm: correct page_mapped_in_vma() for large foliosMatthew Wilcox (Oracle)1-1/+3
2024-04-26mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split stat...Baolin Wang1-2/+5
2024-04-26mm: support multi-size THP numa balancingBaolin Wang2-13/+52
2024-04-26mm: factor out the numa mapping rebuilding into a new helperBaolin Wang1-7/+15
2024-04-26mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback casesBarry Song1-0/+3
2024-04-26mm: init_mlocked_on_free_v3York Jasper Niebuhr4-8/+44
2024-04-26mm: take placement mappings gap into accountRick Edgecombe1-3/+9
2024-04-26treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-7/+2
2024-04-26thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe2-12/+23
2024-04-26mm: use get_unmapped_area_vmflags()Rick Edgecombe1-16/+16
2024-04-26mm: remove export for get_unmapped_area()Rick Edgecombe1-2/+0
2024-04-26mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe1-0/+28
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe5-23/+30
2024-04-26mm: remove __set_page_dirty_nobuffers()Kefeng Wang1-6/+0
2024-04-26mm: remove "prot" parameter from move_pte()David Hildenbrand1-1/+1
2024-04-26mm: allow anon exclusive check over hugetlb tail pagesPeter Xu1-10/+0
2024-04-26mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu2-81/+5
2024-04-26mm/gup: handle hugepd for follow_page()Peter Xu1-106/+163
2024-04-26mm/gup: handle huge pmd for follow_pmd_mask()Peter Xu3-93/+102
2024-04-26mm/gup: handle huge pud for follow_pud_mask()Peter Xu3-48/+71
2024-04-26mm/gup: cache *pudp in follow_pud_mask()Peter Xu1-8/+9
2024-04-26mm/gup: handle hugetlb for no_page_table()Peter Xu1-18/+26
2024-04-26mm/gup: refactor record_subpages() to find 1st small pagePeter Xu1-11/+14
2024-04-26mm/gup: drop gup_fast_folio_allowed() in hugepd processingPeter Xu1-5/+8
2024-04-26mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu1-0/+12
2024-04-26mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu1-2/+2
2024-04-26mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVESPeter Xu1-0/+6
2024-04-26mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: convert do_huge_pmd_anonymous_page to huge_zero_folioMatthew Wilcox (Oracle)1-11/+12
2024-04-26mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)1-14/+14
2024-04-26mm: convert migrate_vma_collect_pmd to use a folioMatthew Wilcox (Oracle)1-8/+8
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)5-7/+7
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)5-7/+7
2024-04-26zswap: replace RB tree with xarrayChris Li1-126/+57
2024-04-26mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPESBaoquan He1-1/+1