summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2026-03-11slab: fix memory leak when refill_sheaf() failsQing Wang
2026-03-10mm/slab: fix an incorrect check in obj_exts_alloc_size()Harry Yoo
2026-03-04mm/slab: allow sheaf refill if blocking is not allowedVlastimil Babka (SUSE)
2026-03-02slab: distinguish lock and trylock for sheaf_flush_main()Vlastimil Babka
2026-02-27mm/slab: initialize slab->stride early to avoid memory ordering issuesHarry Yoo
2026-02-26mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXTSuren Baghdasaryan
2026-02-26mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is availableHarry Yoo
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-16Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-02-10mm/slab: drop the OBJEXTS_NOSPIN_ALLOC flag from enum objext_flagsHarry Yoo
2026-02-10mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()Harry Yoo
2026-02-10mm/slab: use prandom if !allow_spinHarry Yoo
2026-02-10mm/slab: do not access current->mems_allowed_seq if !allow_spinHarry Yoo
2026-02-10Merge branch 'slab/for-7.0/sheaves' into slab/for-nextVlastimil Babka
2026-02-06slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is setHao Li
2026-02-06mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_singleHao Ge
2026-02-04mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable cachesHarry Yoo
2026-02-04mm/slab: place slabobj_ext metadata in unused space within s->sizeHarry Yoo
2026-02-04mm/slab: move [__]ksize and slab_ksize() to mm/slub.cHarry Yoo
2026-02-04mm/slab: save memory by allocating slabobj_ext array from leftoverHarry Yoo
2026-02-04mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poisonHarry Yoo
2026-02-04mm/slab: use stride to access slabobj_extHarry Yoo
2026-02-04mm/slab: abstract slabobj_ext access via new slab_obj_ext() helperHarry Yoo
2026-02-04mm/slab: allow specifying free pointer offset when using constructorHarry Yoo
2026-02-04mm/slab: use unsigned long for orig_size to ensure proper metadata alignHarry Yoo
2026-02-04slub: clarify object field layout commentsHao Li
2026-02-04mm/slab: avoid allocating slabobj_ext array from its own slabHarry Yoo
2026-01-31mm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-01-29slub: avoid list_lock contention from __refill_objects_any()Vlastimil Babka
2026-01-29mm/slub: cleanup and repurpose some stat itemsVlastimil Babka
2026-01-29mm/slub: remove DEACTIVATE_TO_* stat itemsVlastimil Babka
2026-01-29slab: remove frozen slab checks from __slab_free()Vlastimil Babka
2026-01-29slab: update overview commentsVlastimil Babka
2026-01-29slab: refill sheaves from all nodesVlastimil Babka
2026-01-29slab: remove unused PREEMPT_RT specific macrosVlastimil Babka
2026-01-29slab: remove struct kmem_cache_cpuVlastimil Babka
2026-01-29slab: simplify kmalloc_nolock()Vlastimil Babka
2026-01-29slab: remove defer_deactivate_slab()Vlastimil Babka
2026-01-29slab: remove the do_slab_free() fastpathVlastimil Babka
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka
2026-01-29slab: remove cpu (partial) slabs usage from allocation pathsVlastimil Babka
2026-01-29slab: add optimized sheaf refill from partial listVlastimil Babka
2026-01-29slab: handle kmalloc sheaves bootstrapVlastimil Babka
2026-01-29slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()Vlastimil Babka
2026-01-29slab: introduce percpu sheaves bootstrapVlastimil Babka
2026-01-29slab: add sheaves to most cachesVlastimil Babka
2026-01-27slub: keep empty main sheaf as spare in __pcs_replace_empty_main()Hao Li