summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang3-4/+16
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang8-1/+9
2024-04-26mm/vmalloc: eliminated the lock contention from twice to oncerulinhuang1-28/+22
2024-04-26mm/kmemleak: disable KASAN instrumentation in kmemleakWaiman Long1-0/+1
2024-04-26mm/kmemleak: compact kmemleak_object furtherWaiman Long1-1/+1
2024-04-26mm: zswap: remove nr_zswap_stored atomicYosry Ahmed1-5/+6
2024-04-26mm: page_alloc: batch vmstat updates in expand()Johannes Weiner1-1/+4
2024-04-26mm: page_alloc: change move_freepages() to __move_freepages_block()Vlastimil Babka1-23/+20
2024-04-26mm: page_alloc: consolidate free page accountingJohannes Weiner3-99/+110
2024-04-26mm: page_isolation: prepare for hygienic freelistsJohannes Weiner3-162/+152
2024-04-26mm: page_alloc: set migratetype inside move_freepages()Zi Yan2-18/+16
2024-04-26mm: page_alloc: close migratetype race between freeing and stealingJohannes Weiner1-33/+19
2024-04-26mm: page_alloc: fix freelist movement during block conversionJohannes Weiner2-76/+120
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-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)2-10/+1
2024-04-26mm: remove folio_prep_large_rmappable()Matthew Wilcox (Oracle)2-9/+3
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-26codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan1-7/+39
2024-04-26codetag: debug: mark codetags for reserved pages as emptySuren Baghdasaryan1-1/+11
2024-04-26codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan1-0/+33
2024-04-26lib: add memory allocations report in show_mem()Suren Baghdasaryan1-0/+26
2024-04-26mm: vmalloc: enable memory allocation profilingKent Overstreet3-74/+74
2024-04-26mm: percpu: enable per-cpu allocation taggingSuren Baghdasaryan1-56/+6
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 Overstreet1-21/+15
2024-04-26mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan3-36/+36
2024-04-26mm/slab: add allocation accounting into slab allocation and free pathsSuren Baghdasaryan1-1/+95
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 Baghdasaryan1-1/+4
2024-04-26mm: create new codetag references during page splittingSuren Baghdasaryan2-0/+4
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan4-53/+58
2024-04-26lib: introduce support for page allocation taggingSuren Baghdasaryan3-0/+9
2024-04-26slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan1-4/+1
2024-04-26mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creationSuren Baghdasaryan1-2/+3
2024-04-26mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creationSuren Baghdasaryan1-0/+2
2024-04-26mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan6-104/+125
2024-04-26mm/slub: mark slab_free_freelist_hook() __always_inlineKent Overstreet1-3/+3
2024-04-26fix missing vmalloc.h includesKent Overstreet2-0/+2
2024-04-26percpu: clean up all mappings when pcpu_map_pages() failsYosry Ahmed1-2/+2
2024-04-26mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom1-5/+17
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom4-9/+17
2024-04-26mm: zswap: remove unnecessary check in zswap_find_zpool()Yosry Ahmed1-6/+1