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