index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab.h
Age
Commit message (
Expand
)
Author
2026-08-24
Merge tag 'slab-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2026-08-24
Merge branch 'slab/for-7.3/kfree_rcu_nolock' into slab/for-next
Vlastimil Babka (SUSE)
2026-08-04
mm/slab, kfence, memcg: completely remove obj_ext for kfence objects
Vlastimil Babka (SUSE)
2026-08-04
mm/slab: stop allocating objcg pointers when unnecessary
Vlastimil Babka (SUSE)
2026-08-04
mm/slab: add cache_ and slab_needs_objcg() helpers
Vlastimil Babka (SUSE)
2026-08-04
mm/slab: introduce struct kvfree_rcu_head for kvfree_rcu batching
Harry Yoo (Oracle)
2026-08-04
mm/slab: reduce slabobj_ext memory with allocation profiling disabled
Vlastimil Babka (SUSE)
2026-08-04
mm/slab: introduce slab_obj_ext_has_codetag()
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: extend deferred free mechanism to handle rcu sheaves
Harry Yoo (Oracle)
2026-07-31
mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
Harry Yoo (Oracle)
2026-07-31
mm/slab: change struct slabobj_ext to a union
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: replace slab.stride with obj_exts_in_object
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: abstract slabobj_ext.ref access
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: abstract slabobj_ext.objcg access
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: make slab_obj_ext() determine object index
Vlastimil Babka (SUSE)
2026-07-31
mm: move struct slabobj_ext to mm/slab.h
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: remove objs_per_slab()
Vlastimil Babka (SUSE)
2026-07-30
mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
Hui Zhu
2026-07-14
mm/slab: prevent unbounded recursion in free path with new kmalloc type
Harry Yoo (Oracle)
2026-06-18
mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: introduce kmalloc_flags()
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCK
Vlastimil Babka (SUSE)
2026-05-14
slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-05
mm/slab: use compound_head() in page_slab()
Kiryl Shutsemau
2026-04-05
mm: rework compound_head() for power-of-2 sizeof(struct page)
Kiryl Shutsemau
2026-04-05
mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'
Kiryl Shutsemau
2026-03-19
slab: decouple pointer to barn from kmem_cache_node
Vlastimil Babka (SUSE)
2026-03-04
mm/slab: change stride type from unsigned short to unsigned int
Harry Yoo
2026-02-26
mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXT
Suren Baghdasaryan
2026-02-10
Merge branch 'slab/for-7.0/sheaves' into slab/for-next
Vlastimil Babka
2026-02-04
mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches
Harry Yoo
2026-02-04
mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
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-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 SLUB_CPU_PARTIAL
Vlastimil Babka
2026-01-29
slab: introduce percpu sheaves bootstrap
Vlastimil Babka
2026-01-27
mm/slab: move and refactor __kmem_cache_alias()
Vlastimil Babka
2025-12-07
mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
Harry Yoo
2025-11-25
Merge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-next
Vlastimil Babka
2025-11-25
Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-next
Vlastimil Babka
2025-11-13
slab: Remove references to folios from virt_to_slab()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from __ksize()
Matthew Wilcox (Oracle)
2025-11-13
slab: Reimplement page_slab()
Matthew Wilcox (Oracle)
2025-11-10
slab: turn freelist_aba_t to a struct and fully define counters there
Vlastimil Babka
[next]