index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-14
mm/slab: prevent unbounded recursion in free path with new kmalloc type
Harry Yoo (Oracle)
1
-58
/
+32
2026-07-14
mm/slab: decouple SLAB_NO_SHEAVES from SLAB_NO_OBJ_EXT
Harry Yoo (Oracle)
1
-4
/
+6
2026-07-14
mm/slab: fix a memory leak due to bootstrapping sheaves twice
Harry Yoo (Oracle)
1
-2
/
+7
2026-07-08
mm/slub: fix lost local objects when bulk remote free batch fills
Shengming Hu
1
-7
/
+5
2026-06-22
Merge tag 'slab-for-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-192
/
+296
2026-06-18
mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
Vlastimil Babka (SUSE)
1
-17
/
+17
2026-06-18
mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
Vlastimil Babka (SUSE)
1
-11
/
+15
2026-06-16
Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-353
/
+327
2026-06-15
mm/slab: introduce kmalloc_flags()
Vlastimil Babka (SUSE)
1
-12
/
+43
2026-06-15
mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
Vlastimil Babka (SUSE)
1
-9
/
+10
2026-06-15
mm/slab: pass slab_alloc_context to __do_kmalloc_node()
Vlastimil Babka (SUSE)
1
-18
/
+36
2026-06-15
mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
Vlastimil Babka (SUSE)
1
-12
/
+4
2026-06-15
mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
Vlastimil Babka (SUSE)
1
-22
/
+53
2026-06-15
mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
Vlastimil Babka (SUSE)
1
-39
/
+55
2026-06-15
mm/slab: pass alloc_flags to new slab allocation
Vlastimil Babka (SUSE)
1
-12
/
+11
2026-06-15
mm/slab: add alloc_flags to slab_alloc_context
Vlastimil Babka (SUSE)
1
-13
/
+15
2026-06-15
mm/slab: replace struct partial_context with slab_alloc_context
Vlastimil Babka (SUSE)
1
-29
/
+25
2026-06-15
mm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCK
Vlastimil Babka (SUSE)
1
-9
/
+8
2026-06-15
mm/slab: introduce slab_alloc_context
Vlastimil Babka (SUSE)
1
-13
/
+32
2026-06-15
mm/slab: stop inlining __slab_alloc_node()
Vlastimil Babka (SUSE)
1
-3
/
+3
2026-06-15
mm/slab: do not init any kfence objects on allocation
Vlastimil Babka (SUSE)
1
-32
/
+28
2026-06-12
Merge branch 'slab/for-7.2/alloc_token' into slab/for-next
Vlastimil Babka (SUSE)
1
-122
/
+28
2026-06-12
Merge branch 'slab/for-7.2/alloc_bulk' into slab/for-next
Vlastimil Babka (SUSE)
1
-30
/
+34
2026-06-12
mm/slab: do not limit zeroing to orig_size when only red zoning is enabled
Vlastimil Babka (SUSE)
1
-8
/
+10
2026-06-05
mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
Shengming Hu
1
-3
/
+4
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
1
-30
/
+34
2026-06-01
mm/slub: detach and reattach partial slabs in batch
Hao Li
1
-8
/
+20
2026-06-01
mm/slub: introduce helpers for node partial slab state
Hao Li
1
-6
/
+17
2026-06-01
mm/slub: use empty sheaf helpers for oversized sheaves
Shengming Hu
1
-11
/
+10
2026-05-28
mm/slub: fix typo in sheaves comment
Wilson Zeng
1
-1
/
+1
2026-05-28
mm, slab: simplify returning slab in __refill_objects_node()
Vlastimil Babka (SUSE)
1
-10
/
+0
2026-05-28
mm, slab: add an optimistic __slab_try_return_freelist()
Vlastimil Babka (SUSE)
1
-11
/
+48
2026-05-22
Merge tag 'slab-for-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2026-05-14
mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()
Qing Wang
1
-0
/
+1
2026-05-14
slab: fix kernel-docs for mm-api
Marco Elver
1
-98
/
+0
2026-05-14
slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver
1
-25
/
+29
2026-05-14
mm/slub: defer freelist construction until after bulk allocation from a new slab
Shengming Hu
1
-144
/
+156
2026-05-05
mm/slab: Add kvfree_atomic() helper
Uladzislau Rezki (Sony)
1
-0
/
+16
2026-04-27
mm/slab: return NULL early from kmalloc_nolock() in NMI on UP
Harry Yoo (Oracle)
1
-0
/
+4
2026-04-17
slub: fix data loss and overflow in krealloc()
Marco Elver
1
-12
/
+12
2026-04-13
Merge branch 'slab/for-7.1/misc' into slab/for-next
Vlastimil Babka (SUSE)
1
-16
/
+8
2026-04-07
slub: clarify kmem_cache_refill_sheaf() comments
Hao Li
1
-5
/
+8
2026-04-07
slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote frees
Hao Li
1
-2
/
+3
2026-03-19
slab: free remote objects to sheaves on memoryless nodes
Vlastimil Babka (SUSE)
1
-12
/
+55
2026-03-19
slab: create barns for online memoryless nodes
Vlastimil Babka (SUSE)
1
-5
/
+60
2026-03-19
slab: decouple pointer to barn from kmem_cache_node
Vlastimil Babka (SUSE)
1
-56
/
+72
2026-03-16
slab: remove alloc_full_sheaf()
Vlastimil Babka (SUSE)
1
-37
/
+20
2026-03-11
slab: fix memory leak when refill_sheaf() fails
Qing Wang
1
-0
/
+4
2026-03-10
mm/slab: fix an incorrect check in obj_exts_alloc_size()
Harry Yoo
1
-7
/
+0
2026-03-04
mm/slab: allow sheaf refill if blocking is not allowed
Vlastimil Babka (SUSE)
1
-12
/
+10
[next]