summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-25mm: make __absent_pages_in_range() as staticBaoquan He
2024-04-25proc: rewrite stable_page_flags()Matthew Wilcox (Oracle)
2024-04-25mm: convert arch_clear_hugepage_flags to take a folioMatthew Wilcox (Oracle)
2024-04-25mm: make page_mapped() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make is_free_buddy_page() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make folio_test_idle and folio_test_young take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: make page_ext_get() take a const argumentMatthew Wilcox (Oracle)
2024-04-25mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...David Hildenbrand
2024-04-25mm: move follow_phys to arch/x86/mm/pat/memtype.cChristoph Hellwig
2024-04-25mm: remove follow_pfnChristoph Hellwig
2024-04-25mm/mm_init.c: remove arch_reserved_kernel_pages()Baoquan He
2024-04-25mm/mm_init.c: remove the useless dma_reserveBaoquan He
2024-04-25lib/xarray: introduce a new helper xas_get_orderKairui Song
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25arm64: mm: swap: support THP_SWAP on hardware with MTEBarry Song
2024-04-25mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang
2024-04-25mm: page_alloc: consolidate free page accountingJohannes Weiner
2024-04-25mm: page_isolation: prepare for hygienic freelistsJohannes Weiner
2024-04-25mm: page_alloc: fix freelist movement during block conversionJohannes Weiner
2024-04-25mm/page-flags: make PageMappingFlags return boolHao Ge
2024-04-25mm/page-flags: make __PageMovable return boolHao Ge
2024-04-25mm: free up PG_slabMatthew Wilcox (Oracle)
2024-04-25mm: remove a call to compound_head() from is_page_hwpoison()Matthew Wilcox (Oracle)
2024-04-25mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan
2024-04-25codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2024-04-25codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan
2024-04-25codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2024-04-25lib: add memory allocations report in show_mem()Suren Baghdasaryan
2024-04-25rhashtable: plumb through alloc tagKent Overstreet
2024-04-25mm: vmalloc: enable memory allocation profilingKent Overstreet
2024-04-25mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan
2024-04-25mempool: hook up to memory allocation profilingKent Overstreet
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan
2024-04-25mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan
2024-04-25mm: create new codetag references during page splittingSuren Baghdasaryan
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-04-25mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan
2024-04-25lib: prevent module unloading if memory is not freedSuren Baghdasaryan
2024-04-25lib: code tagging module supportSuren Baghdasaryan
2024-04-25lib: code tagging frameworkSuren Baghdasaryan
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-04-25mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-04-25fs: convert alloc_inode_sb() to a macroKent Overstreet