summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song
2024-05-05mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar
2024-05-05trace/events/page_ref: trace the raw page mapcount valueDavid Hildenbrand
2024-05-05mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand
2024-05-05mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand
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/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand
2024-05-05mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang
2024-04-25mm: set pageblock_order to HPAGE_PMD_ORDER in case with !CONFIG_HUGETLB_PAGE ...Baolin Wang
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)
2024-04-25mm/ksm: remove redundant code in ksm_forkJinjiang Tu
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan 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: generate PAGE_IDLE_FLAG definitionsMatthew Wilcox (Oracle)
2024-04-25mm: remove page_idle and page_young wrappersMatthew Wilcox (Oracle)
2024-04-25khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)
2024-04-25khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)
2024-04-25mm: init_mlocked_on_free_v3York Jasper Niebuhr
2024-04-25mm/ksm: fix ksm exec support for prctlJinjiang Tu
2024-04-25mm: take placement mappings gap into accountRick Edgecombe
2024-04-25thp: add thp_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: use get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe
2024-04-25mm: remove __set_page_dirty_nobuffers()Kefeng Wang
2024-04-25mm: remove "prot" parameter from move_pte()David Hildenbrand
2024-04-25mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_structDavid Hildenbrand
2024-04-25filemap: remove __set_page_dirty()Matthew Wilcox (Oracle)
2024-04-25mm: use rwsem assertion macros for mmap_lockMatthew Wilcox (Oracle)
2024-04-25mm: allow anon exclusive check over hugetlb tail pagesPeter Xu
2024-04-25mm/gup: handle hugetlb in the generic follow_page_mask codePeter Xu
2024-04-25mm/gup: handle huge pud for follow_pud_mask()Peter Xu
2024-04-25mm/arch: provide pud_pfn() fallbackPeter Xu
2024-04-25mm: introduce vma_pgtable_walk_{begin|end}()Peter Xu
2024-04-25mm: make HPAGE_PXD_* macros even if !THPPeter Xu
2024-04-25mm/hugetlb: declare hugetlbfs_pagecache_present() non-staticPeter Xu
2024-04-25mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25dax: use huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: convert huge_zero_page to huge_zero_folioMatthew Wilcox (Oracle)
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)