summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-06memcg: simple cleanup of stats update functionsShakeel Butt1-17/+0
2024-05-06mm/page-flags: make PageUptodate return boolHao Ge1-1/+1
2024-05-06mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang2-30/+53
2024-05-06buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)1-0/+10
2024-05-06buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)1-0/+16
2024-05-06buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)1-9/+13
2024-05-06mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+2
2024-05-06mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song1-0/+21
2024-05-06mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar1-2/+2
2024-05-06mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-2/+2
2024-05-06trace/events/page_ref: trace the raw page mapcount valueDavid Hildenbrand1-2/+2
2024-05-06mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand1-2/+12
2024-05-06mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand1-2/+17
2024-05-06mm: track mapcount of large folios in single valueDavid Hildenbrand3-26/+33
2024-05-06mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-0/+13
2024-05-06mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand1-4/+13
2024-05-06mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand1-1/+1
2024-05-06mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-1/+1
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