summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-06mm/mmap: make vma_wants_writenotify return boolHao Ge1-1/+1
2024-05-06memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang1-0/+13
2024-04-26mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE ...Baolin Wang1-2/+6
2024-04-26mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)1-2/+0
2024-04-26mm/ksm: remove redundant code in ksm_forkJinjiang Tu1-10/+2
2024-04-26mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-4/+4
2024-04-26mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts1-0/+30
2024-04-26mm: swap: allow storage of all mTHP ordersRyan Roberts1-1/+7
2024-04-26mm: swap: update get_swap_pages() to take folio orderRyan Roberts1-1/+1
2024-04-26mm: swap: simplify struct percpu_clusterRyan Roberts1-1/+8
2024-04-26mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2-3/+38
2024-04-26mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts1-10/+0
2024-04-26mm: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)2-36/+10
2024-04-26mm: remove page_idle and page_young wrappersMatthew Wilcox (Oracle)1-25/+0
2024-04-26khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)1-3/+3
2024-04-26khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)1-3/+3
2024-04-26mm: init_mlocked_on_free_v3York Jasper Niebuhr1-1/+8
2024-04-26mm/ksm: fix ksm exec support for prctlJinjiang Tu1-0/+13
2024-04-26mm: take placement mappings gap into accountRick Edgecombe1-0/+1
2024-04-26thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe1-0/+11
2024-04-26mm: use get_unmapped_area_vmflags()Rick Edgecombe1-1/+10
2024-04-26mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe1-0/+17
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe3-6/+10
2024-04-26mm: remove __set_page_dirty_nobuffers()Kefeng Wang1-1/+0
2024-04-26mm: remove "prot" parameter from move_pte()David Hildenbrand1-1/+1
2024-04-26mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_structDavid Hildenbrand1-3/+3
2024-04-26filemap: remove __set_page_dirty()Matthew Wilcox (Oracle)1-5/+0
2024-04-26mm: use rwsem assertion macros for mmap_lockMatthew Wilcox (Oracle)1-6/+4
2024-04-26mm: allow anon exclusive check over hugetlb tail pagesPeter Xu1-1/+6
2024-04-26mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu1-7/+0
2024-04-26mm/gup: handle huge pud for follow_pud_mask()Peter Xu1-8/+0
2024-04-26mm/arch: provide pud_pfn() fallbackPeter Xu1-0/+14
2024-04-26mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu1-0/+3
2024-04-26mm: make HPAGE_PXD_* macros even if !THPPeter Xu1-14/+15
2024-04-26mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu1-0/+9
2024-04-26mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)1-7/+2
2024-04-26dax: use huge_zero_folioMatthew Wilcox (Oracle)1-8/+8
2024-04-26mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)1-13/+8
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)1-0/+2
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-0/+10
2024-04-26mm: make __absent_pages_in_range() as staticBaoquan He1-2/+0
2024-04-26proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)2-3/+3
2024-04-26mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)1-3/+3
2024-04-26mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)1-6/+6
2024-04-26mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-04-26mm: make folio_test_idle and folio_test_young take a const argumentMatthew Wilcox (Oracle)1-5/+5
2024-04-26mm: make page_ext_get() take a const argumentMatthew Wilcox (Oracle)2-4/+2
2024-04-26mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand1-19/+2
2024-04-26mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig1-2/+0
2024-04-26mm: remove follow_pfnChristoph Hellwig1-2/+0