summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-26mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He1-3/+0
2024-04-26mm/mm_init.c: remove the useless dma_reserveBaoquan He1-1/+0
2024-04-26lib/xarray: introduce a new helper xas_get_orderKairui Song1-0/+6
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-10/+38
2024-04-26arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song2-13/+1
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-2/+33
2024-04-26mm: page_alloc: consolidate free page accountingJohannes Weiner2-18/+8
2024-04-26mm: page_isolation: prepare for hygienic freelistsJohannes Weiner1-1/+3
2024-04-26mm: page_alloc: fix freelist movement during block conversionJohannes Weiner1-2/+1
2024-04-26mm/page-flags: make PageMappingFlags return boolHao Ge1-1/+1
2024-04-26mm/page-flags: make __PageMovable return boolHao Ge1-1/+1
2024-04-26mm: free up PG_slabMatthew Wilcox (Oracle)2-5/+18
2024-04-26mm: remove a call to compound_head() from is_page_hwpoison()Matthew Wilcox (Oracle)1-2/+5
2024-04-26mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)2-5/+2
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan23-135/+134
2024-04-26codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan1-1/+3
2024-04-26codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan3-0/+12
2024-04-26codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan1-0/+26
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan2-0/+8
2024-04-26rhashtable: plumb through alloc tagKent Overstreet2-2/+12
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet1-15/+45
2024-04-26mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan1-7/+16
2024-04-26mempool: hook up to memory allocation profilingKent Overstreet1-38/+35
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan3-87/+91
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan1-0/+5
2024-04-26mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan1-0/+24
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan2-0/+39
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan3-50/+99
2024-04-26change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-04-26mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan1-0/+4
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan2-1/+78
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan4-0/+197
2024-04-26lib: prevent module unloading if memory is not freedSuren Baghdasaryan1-3/+3
2024-04-26lib: code tagging module supportSuren Baghdasaryan1-0/+12