index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-02
mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
Harry Yoo
1
-0
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+3
2025-09-29
Merge series "slab: Re-entrant kmalloc_nolock()"
Vlastimil Babka
1
-0
/
+7
2025-09-29
Merge series "SLUB percpu sheaves"
Vlastimil Babka
1
-0
/
+5
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
1
-0
/
+6
2025-09-29
slab: Make slub local_(try)lock more precise for LOCKDEP
Alexei Starovoitov
1
-0
/
+1
2025-09-29
slab: add sheaf support for batching kfree_rcu() operations
Vlastimil Babka
1
-0
/
+3
2025-09-26
slab: add opt-in caching layer of percpu sheaves
Vlastimil Babka
1
-0
/
+2
2025-09-16
slab: prevent warnings when slab obj_exts vector allocation fails
Suren Baghdasaryan
1
-2
/
+6
2025-09-13
slab: use memdesc_nid()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-09-13
slab: use memdesc_flags_t
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-06-18
slab: Add SL_pfmemalloc flag
Matthew Wilcox (Oracle)
1
-24
/
+0
2025-06-18
slab: Rename slab->__page_flags to slab->flags
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-03-20
Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-next
Vlastimil Babka
1
-0
/
+2
2025-03-04
mm/slab: simplify SLAB_* flag handling
Kevin Brodsky
1
-27
/
+5
2025-02-05
rcu, slab: use a regular callback function for kvfree_rcu
Vlastimil Babka
1
-0
/
+2
2025-01-13
mm/slab: fix kernel-doc func param names
Randy Dunlap
1
-2
/
+2
2024-11-16
mm/slub: Avoid list corruption when removing a slab from the full list
yuan.gao
1
-0
/
+5
2024-10-29
mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...
Feng Tang
1
-0
/
+6
2024-10-02
mm, slab: suppress warnings in test_leak_destroy kunit test
Vlastimil Babka
1
-0
/
+6
2024-10-01
mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()
Nilay Shroff
1
-1
/
+1
2024-09-13
Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next
Vlastimil Babka
1
-1
/
+3
2024-09-10
slab: remove rcu_freeptr_offset from struct kmem_cache
Christian Brauner
1
-2
/
+0
2024-09-10
slab: pass struct kmem_cache_args to do_kmem_cache_create()
Christian Brauner
1
-1
/
+3
2024-09-10
slab: s/__kmem_cache_create/do_kmem_cache_create/g
Christian Brauner
1
-1
/
+1
2024-09-10
memcg: add charging of already allocated slab objects
Shakeel Butt
1
-0
/
+7
2024-08-29
mm: add kmem_cache_create_rcu()
Christian Brauner
1
-0
/
+2
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-4
/
+6
2024-07-15
mm/memcg: alignment memcg_data define condition
Alex Shi (Tencent)
1
-1
/
+3
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-1
/
+1
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-2
/
+4
2024-05-31
mm: Reduce the number of slab->folio casts
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-25
/
+35
2024-05-05
memcg: simple cleanup of stats update functions
Shakeel Butt
1
-2
/
+0
2024-04-25
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
1
-0
/
+13
2024-04-25
mm: free up PG_slab
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Suren Baghdasaryan
1
-4
/
+1
2024-04-25
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
1
-25
/
+27
2024-03-25
mm/slub: remove dummy slabinfo functions
Xiu Jianfeng
1
-3
/
+0
2024-03-12
Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linus
Vlastimil Babka
1
-1
/
+0
2024-03-05
slab: remove PARTIAL_NODE slab_state
Chengming Zhou
1
-1
/
+0
2024-02-26
mm, slab: deprecate SLAB_MEM_SPREAD flag
Vlastimil Babka
1
-1
/
+0
2024-02-21
mm, slab: remove unused object_size parameter in kmem_cache_flags()
Chengming Zhou
1
-2
/
+1
2024-01-30
mm/slub: remove parameter 'flags' in create_kmalloc_caches()
Zheng Yejian
1
-3
/
+1
2024-01-22
mm/slub: unify all sl[au]b parameters with "slab_$param"
Xiongwei Song
1
-1
/
+1
2023-12-06
mm/slab: move kmalloc() functions from slab_common.c to slub.c
Vlastimil Babka
1
-3
/
+0
2023-12-06
mm/slab: move kmalloc_slab() to mm/slab.h
Vlastimil Babka
1
-2
/
+26
2023-12-06
mm/slab: move kfree() from slab_common.c to slub.c
Vlastimil Babka
1
-4
/
+0
2023-12-06
mm/slab: move struct kmem_cache_node from slab.h to slub.c
Vlastimil Babka
1
-29
/
+0
[next]