index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
2026-03-11
slab: fix memory leak when refill_sheaf() fails
Qing Wang
2026-03-10
mm/slab: fix an incorrect check in obj_exts_alloc_size()
Harry Yoo
2026-03-04
mm/slab: allow sheaf refill if blocking is not allowed
Vlastimil Babka (SUSE)
2026-03-02
slab: distinguish lock and trylock for sheaf_flush_main()
Vlastimil Babka
2026-02-27
mm/slab: initialize slab->stride early to avoid memory ordering issues
Harry Yoo
2026-02-26
mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
Suren Baghdasaryan
2026-02-26
mm/slab: pass __GFP_NOWARN to refill_sheaf() if fallback is available
Harry Yoo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-16
Merge tag 'slab-for-7.0-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-11
Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2026-02-10
mm/slab: drop the OBJEXTS_NOSPIN_ALLOC flag from enum objext_flags
Harry Yoo
2026-02-10
mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
Harry Yoo
2026-02-10
mm/slab: use prandom if !allow_spin
Harry Yoo
2026-02-10
mm/slab: do not access current->mems_allowed_seq if !allow_spin
Harry Yoo
2026-02-10
Merge branch 'slab/for-7.0/sheaves' into slab/for-next
Vlastimil Babka
2026-02-06
slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is set
Hao Li
2026-02-06
mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single
Hao Ge
2026-02-04
mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches
Harry Yoo
2026-02-04
mm/slab: place slabobj_ext metadata in unused space within s->size
Harry Yoo
2026-02-04
mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
Harry Yoo
2026-02-04
mm/slab: save memory by allocating slabobj_ext array from leftover
Harry Yoo
2026-02-04
mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
Harry Yoo
2026-02-04
mm/slab: use stride to access slabobj_ext
Harry Yoo
2026-02-04
mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
Harry Yoo
2026-02-04
mm/slab: allow specifying free pointer offset when using constructor
Harry Yoo
2026-02-04
mm/slab: use unsigned long for orig_size to ensure proper metadata align
Harry Yoo
2026-02-04
slub: clarify object field layout comments
Hao Li
2026-02-04
mm/slab: avoid allocating slabobj_ext array from its own slab
Harry Yoo
2026-01-31
mm: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2026-01-29
slub: avoid list_lock contention from __refill_objects_any()
Vlastimil Babka
2026-01-29
mm/slub: cleanup and repurpose some stat items
Vlastimil Babka
2026-01-29
mm/slub: remove DEACTIVATE_TO_* stat items
Vlastimil Babka
2026-01-29
slab: remove frozen slab checks from __slab_free()
Vlastimil Babka
2026-01-29
slab: update overview comments
Vlastimil Babka
2026-01-29
slab: refill sheaves from all nodes
Vlastimil Babka
2026-01-29
slab: remove unused PREEMPT_RT specific macros
Vlastimil Babka
2026-01-29
slab: remove struct kmem_cache_cpu
Vlastimil Babka
2026-01-29
slab: simplify kmalloc_nolock()
Vlastimil Babka
2026-01-29
slab: remove defer_deactivate_slab()
Vlastimil Babka
2026-01-29
slab: remove the do_slab_free() fastpath
Vlastimil Babka
2026-01-29
slab: remove SLUB_CPU_PARTIAL
Vlastimil Babka
2026-01-29
slab: remove cpu (partial) slabs usage from allocation paths
Vlastimil Babka
2026-01-29
slab: add optimized sheaf refill from partial list
Vlastimil Babka
2026-01-29
slab: handle kmalloc sheaves bootstrap
Vlastimil Babka
2026-01-29
slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
Vlastimil Babka
2026-01-29
slab: introduce percpu sheaves bootstrap
Vlastimil Babka
2026-01-29
slab: add sheaves to most caches
Vlastimil Babka
2026-01-27
slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
Hao Li
[next]