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
/
slub.c
Age
Commit message (
Expand
)
Author
21 hours
Merge https://git.kernel.org/pub/scm/linux/kernel/git/mm/slab.git slab/for-ne...
David Hildenbrand (Arm)
3 days
mm/slub: unify slub stat definitions to simplify metric additions
Hao Li
6 days
mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race
Harry Yoo (Meta)
6 days
mm/slab: disallow kfree_rcu_sheaf() on PREEMPT_RT again
Vlastimil Babka (SUSE)
8 days
mm/slab: reject unsupported kmalloc() sizes
Zi Yan
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-24
Merge branch 'slab/for-7.3/objext_split' 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 kfree_rcu_nolock()
Harry Yoo (Oracle)
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: allow kfree_rcu_sheaf() on PREEMPT_RT
Harry Yoo (Oracle)
2026-07-31
mm/slab: extend deferred free mechanism to handle rcu sheaves
Harry Yoo (Oracle)
2026-07-31
mm/slab: use call_rcu() in unknown context if irqs are enabled
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/slab: remove objs_per_slab()
Vlastimil Babka (SUSE)
2026-07-31
mm/slab: skip kfence objects in allocation profiling
Vlastimil Babka (SUSE)
2026-07-30
mm: factor out can_spin_trylock()
Brendan Jackman
2026-07-30
mm/page_alloc: unify __alloc_frozen_pages[_nolock]_noprof()
Brendan Jackman
2026-07-30
mm: split out internal page_alloc.h
Brendan Jackman
2026-07-30
mm/slub: fix missing debugfs entries for caches created before sysfs init
Li Xiasong
2026-07-29
mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
Harry Yoo (Oracle)
2026-07-21
mm/slub: prevent pfmemalloc objects from entering the barn
Shengming Hu
2026-07-14
mm/slab: prevent unbounded recursion in free path with new kmalloc type
Harry Yoo (Oracle)
2026-07-14
mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT
Harry Yoo (Oracle)
2026-07-14
mm/slab: fix a memory leak due to bootstrapping sheaves twice
Harry Yoo (Oracle)
2026-07-13
mm/slub: add comment explaining intentional kobject handling in sysfs_slab_add
Hongling Zeng
2026-07-13
mm/slab: simplify freeing remote objects in free_to_pcs_bulk()
Vlastimil Babka (SUSE)
2026-07-10
mm/slab: extract __free_to_pcs_batch() from free_to_pcs_bulk()
Vlastimil Babka (SUSE)
2026-07-08
slab: remove unused SL_CPU slab_stat_type
Seongjun Hong
2026-07-08
mm/slub: deduplicate NUMA policy calculation in allocation paths
Hao Li
2026-07-08
mm/slub: fix lost local objects when bulk remote free batch fills
Shengming Hu
2026-06-22
Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-18
mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
Vlastimil Babka (SUSE)
2026-06-18
mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
Vlastimil Babka (SUSE)
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2026-06-15
mm/slab: introduce kmalloc_flags()
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: pass slab_alloc_context to __do_kmalloc_node()
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
Vlastimil Babka (SUSE)
2026-06-15
mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
Vlastimil Babka (SUSE)
[next]