summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: page_alloc: fix freelist movement during block conversionJohannes Weiner3-78/+121
2024-04-26mm: page_alloc: fix move_freepages_block() range errorJohannes Weiner1-2/+8
2024-04-26mm: page_alloc: move free pages when converting block during isolationJohannes Weiner1-1/+4
2024-04-26mm: page_alloc: fix up block types when merging compatible blocksJohannes Weiner1-4/+11
2024-04-26mm: page_alloc: optimize free_unref_folios()Johannes Weiner1-9/+23
2024-04-26mm: page_alloc: remove pcppage migratetype cachingJohannes Weiner1-52/+14
2024-04-26selftests/mm: run_vmtests.sh: fix hugetlb mem size calculationPeter Xu1-4/+9
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-26selftests/mm: confirm VA exhaustion without reliance on correctness of mmap()Dev Jain1-0/+66
2024-04-26hugetlb: remove mention of destructorsMatthew Wilcox (Oracle)1-24/+16
2024-04-26mm: improve dumping of mapcount and page_typeMatthew Wilcox (Oracle)1-11/+8
2024-04-26mm: free up PG_slabMatthew Wilcox (Oracle)5-16/+21
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)4-14/+5
2024-04-26mm: always initialise folio->_deferred_listMatthew Wilcox (Oracle)5-7/+12
2024-04-26mm/slub: avoid recursive loop with kmemleakKees Cook2-3/+3
2024-04-26alloc_tag: Tighten file permissions on /proc/allocinfoKees Cook1-1/+1
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan26-143/+142
2024-04-26memprofiling: documentationKent Overstreet2-0/+101
2024-04-26MAINTAINERS: add entries for code tagging and memory allocation profilingKent Overstreet1-0/+18
2024-04-26codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan2-8/+42
2024-04-26codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan4-1/+23
2024-04-26codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan2-0/+59
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan5-0/+77
2024-04-26rhashtable: plumb through alloc tagKent Overstreet3-10/+26
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet7-92/+123
2024-04-26mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan2-63/+22
2024-04-26mm: percpu: add codetag reference into pcpuobj_extKent Overstreet2-2/+35
2024-04-26mm: percpu: introduce pcpuobj_extKent Overstreet2-17/+32
2024-04-26mempool: hook up to memory allocation profilingKent Overstreet2-59/+50
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan6-123/+127
2024-04-26rust: add a rust helper for krealloc()Kent Overstreet1-0/+8
2024-04-26mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan1-1/+95
2024-04-26lib: add codetag reference into slabobj_extSuren Baghdasaryan2-0/+6
2024-04-26mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=ySuren Baghdasaryan1-0/+9
2024-04-26mm: fix non-compound multi-order memory accounting in __free_pagesSuren Baghdasaryan2-1/+28
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan4-0/+43
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan7-103/+157
2024-04-26change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan13-15/+15
2024-04-26mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tagsSuren Baghdasaryan1-0/+4
2024-04-26lib: introduce early boot parameter to avoid page_ext memory overheadSuren Baghdasaryan1-1/+40
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan7-1/+105
2024-04-26lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan10-0/+428
2024-04-26lib: prevent module unloading if memory is not freedSuren Baghdasaryan3-14/+30
2024-04-26lib: code tagging module supportSuren Baghdasaryan3-2/+72
2024-04-26lib: code tagging frameworkSuren Baghdasaryan4-0/+292
2024-04-26slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan2-11/+23
2024-04-26mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan2-2/+13
2024-04-26mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan2-0/+13