index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
slab.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-26
mm/slub: drop duplicate kernel-doc for ksize()
Sanjay Chitroda
1
-12
/
+0
2026-02-21
add default_gfp() helper macro and use it in the new *alloc_obj() helpers
Linus Torvalds
1
-24
/
+24
2026-02-21
slab.h: disable completely broken overflow handling in flex allocations
Linus Torvalds
1
-5
/
+1
2026-02-11
Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-18
/
+22
2026-02-10
Merge branch 'slab/for-7.0/sheaves' into slab/for-next
Vlastimil Babka
1
-6
/
+0
2026-02-04
mm/slab: place slabobj_ext metadata in unused space within s->size
Harry Yoo
1
-0
/
+9
2026-02-04
mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
Harry Yoo
1
-1
/
+0
2026-02-04
mm/slab: allow specifying free pointer offset when using constructor
Harry Yoo
1
-14
/
+16
2026-01-29
slab: add sheaves to most caches
Vlastimil Babka
1
-6
/
+0
2026-01-14
slab: Introduce kmalloc_flex() and family
Kees Cook
1
-0
/
+48
2026-01-14
slab: Introduce kmalloc_obj() and family
Kees Cook
1
-0
/
+58
2025-12-07
mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
Harry Yoo
1
-0
/
+7
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-15
/
+24
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
1
-0
/
+4
2025-09-29
slab: sheaf prefilling for guaranteed allocations
Vlastimil Babka
1
-0
/
+16
2025-09-26
slab: add opt-in caching layer of percpu sheaves
Vlastimil Babka
1
-0
/
+31
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
1
-15
/
+24
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+9
2025-03-20
Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-next
Vlastimil Babka
1
-0
/
+14
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-6
/
+0
2025-03-16
refcount: provide ops for cases when object's memory can be reused
Suren Baghdasaryan
1
-0
/
+9
2025-03-05
mm/slab: call kmalloc_noprof() unconditionally in kmalloc_array_noprof()
Ye Bin
1
-2
/
+0
2025-02-05
slab: don't batch kvfree_rcu() with SLUB_TINY
Vlastimil Babka
1
-1
/
+1
2025-02-05
slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLAB
Vlastimil Babka
1
-0
/
+14
2025-01-11
mm/slab: Move kvfree_rcu() into SLAB
Uladzislau Rezki (Sony)
1
-0
/
+1
2024-11-25
Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+41
2024-10-29
mm, slab: add kerneldocs for common SLAB_ flags
Vlastimil Babka
1
-19
/
+41
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
1
-0
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+12
2024-09-13
Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next
Vlastimil Babka
1
-17
/
+185
2024-09-13
mm, slab: restore kerneldoc for kmem_cache_create()
Vlastimil Babka
1
-23
/
+91
2024-09-10
slab: make __kmem_cache_create() static inline
Christian Brauner
1
-3
/
+10
2024-09-10
slab: make kmem_cache_create_usercopy() static inline
Christian Brauner
1
-5
/
+44
2024-09-10
slab: remove kmem_cache_create_rcu()
Christian Brauner
1
-3
/
+0
2024-09-10
slab: create kmem_cache_create() compatibility layer
Christian Brauner
1
-3
/
+26
2024-09-10
slab: port KMEM_CACHE_USERCOPY() to struct kmem_cache_args
Christian Brauner
1
-6
/
+7
2024-09-10
slab: port KMEM_CACHE() to struct kmem_cache_args
Christian Brauner
1
-3
/
+5
2024-09-10
slab: add struct kmem_cache_args
Christian Brauner
1
-0
/
+22
2024-09-10
memcg: add charging of already allocated slab objects
Shakeel Butt
1
-0
/
+29
2024-09-03
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
1
-0
/
+10
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-2
/
+2
2024-08-29
mm: add kmem_cache_create_rcu()
Christian Brauner
1
-0
/
+9
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+6
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-6
/
+6
2024-07-03
mm/slab: Introduce kmem_buckets_create() and family
Kees Cook
1
-0
/
+12
2024-07-03
mm/slab: Introduce kvmalloc_buckets_node() that can take kmem_buckets argument
Kees Cook
1
-1
/
+3
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-5
/
+22
2024-07-03
mm/slab: Introduce kmem_buckets typedef
Kees Cook
1
-2
/
+3
2024-07-03
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
Vlastimil Babka
1
-1
/
+2
2024-05-28
mm, slab: don't wrap internal functions with alloc_hooks()
Vlastimil Babka
1
-24
/
+24
[next]