summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
9 daysMerge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
13 daysMerge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
14 daysMerge 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
2026-01-27mm/slab: move and refactor __kmem_cache_alias()Vlastimil Babka
2026-01-27mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()Harry Yoo
2026-01-27slab: replace cache_from_obj() with inline checksVlastimil Babka
2026-01-21slab: fix kmalloc_nolock() context check for PREEMPT_RTSwaraj Gaikwad
2025-12-20Merge tag 'slab-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-11Merge tag 'slab-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-10mm/slub: reset KASAN tag in defer_free() before accessing freed memoryDeepanshu Kartikey
2025-12-07mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destructionHarry Yoo
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds