summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-11mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILINGSuren Baghdasaryan
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-04mm, slab: move allocation tagging code in the alloc path into a hookSuren Baghdasaryan
2024-07-03mm: slub: disable KMSAN when checking the padding bytesIlya Leoshkevich
2024-07-03mm: slub: let KMSAN access metadataIlya Leoshkevich
2024-07-03kmsan: support SLAB_POISONIlya Leoshkevich
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook
2024-06-24mm/slab: fix 'variable obj_exts set but not used' warningSuren Baghdasaryan
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou
2024-06-07slab: don't put freepointer outside of object if only orig_sizeChengming Zhou
2024-06-07slab: make check_object() more consistentChengming Zhou
2024-06-05codetag: avoid race at alloc_slab_obj_extsThadeu Lima de Souza Cascardo
2024-05-31mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)
2024-05-28mm, slab: don't wrap internal functions with alloc_hooks()Vlastimil Babka
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-05-02mm/slub: mark racy access on slab->freelistlinke li
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet
2024-04-25mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka
2024-04-25mm, slab: move memcg charging to post-alloc hookVlastimil Babka
2024-04-25slub: remove use of page->flagsMatthew Wilcox (Oracle)
2024-04-25mm/slub: avoid recursive loop with kmemleakKees Cook
2024-04-25codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocationsSuren Baghdasaryan
2024-04-25codetag: debug: skip objext checking when it's for objext itselfSuren Baghdasaryan
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-04-25mm/slab: add allocation accounting into slab allocation and free pathsSuren 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-25mm/slub: mark slab_free_freelist_hook() __always_inlineKent Overstreet
2024-04-23slub: use count_partial_free_approx() in slab_out_of_memory()Jianfeng Wang
2024-04-23slub: introduce count_partial_free_approx()Jianfeng Wang
2024-04-15slub: Set __GFP_COMP in kmem_cache by defaultHaifeng Xu
2024-04-09mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()Sangyun Kim
2024-04-04mm/slub: correct comment in do_slab_free()Xiu Jianfeng
2024-04-04mm/slub: simplify get_partial_node()Xiongwei Song
2024-04-04mm/slub: add slub_get_cpu_partial() helperXiongwei Song
2024-04-04mm/slub: remove the check of !kmem_cache_has_cpu_partial()Xiongwei Song
2024-04-02mm/slub: Reduce memory consumption in extreme scenariosChen Jun
2024-03-25mm/slub: mark racy accesses on slab->slabslinke li
2024-03-25mm/slub: remove dummy slabinfo functionsXiu Jianfeng
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka
2024-03-12Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang
2024-02-26mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka