summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2024-11-16Merge branch 'slab/for-6.13/features' into slab/for-nextVlastimil Babka
2024-11-16mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao
2024-11-16mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang
2024-11-16mm/slub: Consider kfence case for get_orig_size()Feng Tang
2024-10-29SLUB: Add support for per object memory policiesChristoph Lameter
2024-10-29mm/slub: Move krealloc() and related code to slub.cFeng Tang
2024-10-29mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...Feng Tang
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner
2024-09-10slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt
2024-09-03mm, slub: avoid zeroing kmalloc redzonePeng Fan
2024-09-01mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner
2024-08-27slub: Introduce CONFIG_SLUB_RCU_DEBUGJann Horn
2024-08-27kasan: catch invalid free before SLUB reinitializes the objectJann Horn
2024-08-26Reenable NUMA policy support in the slab allocatorChristoph Lameter
2024-08-26mm, slub: print CPU id (and its node) on slab OOMAxel Rasmussen
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel
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)