index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slab_common.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-16
mm: fix some typos in mm module
jianyun.gao
2025-11-13
slab: Remove folio references from kfree_rcu_sheaf()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from __ksize()
Matthew Wilcox (Oracle)
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
2025-09-29
slab: skip percpu sheaves for remote object freeing
Vlastimil Babka
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-05-12
Update Christoph's Email address and make it consistent
Christoph Lameter (Ampere)
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
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-03-04
mm/slab/kvfree_rcu: Switch to WQ_MEM_RECLAIM wq
Uladzislau Rezki (Sony)
2025-02-18
mm/slab: Switch to use hrtimer_setup()
Nam Cao
2025-02-05
slab: don't batch kvfree_rcu() with SLUB_TINY
Vlastimil Babka
2025-02-05
rcu, slab: use a regular callback function for kvfree_rcu
Vlastimil Babka
2025-02-05
slab, rcu: move TINY_RCU variant of kvfree_rcu() to SLAB
Vlastimil Babka
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-11
mm/slab: Move kvfree_rcu() into SLAB
Uladzislau Rezki (Sony)
2024-11-25
Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-20
slab: Fix too strict alignment check in create_cache()
Geert Uytterhoeven
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-11-05
mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_...
Koichiro Den
2024-10-29
mm, slab: add kerneldocs for common SLAB_ flags
Vlastimil Babka
2024-10-29
mm/slab: remove duplicate check in create_cache()
Zhen Lei
2024-10-29
mm/slub: Move krealloc() and related code to slub.c
Feng Tang
2024-10-29
mm: krealloc: Fix MTE false alarm in __do_krealloc
Qun-Wei Lin
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
2024-10-02
mm, slab: suppress warnings in test_leak_destroy kunit test
Vlastimil Babka
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-13
Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next
Vlastimil Babka
2024-09-13
Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-next
Vlastimil Babka
2024-09-13
mm, slab: restore kerneldoc for kmem_cache_create()
Vlastimil Babka
2024-09-10
slab: make __kmem_cache_create() static inline
Christian Brauner
2024-09-10
slab: make kmem_cache_create_usercopy() static inline
Christian Brauner
2024-09-10
slab: remove kmem_cache_create_rcu()
Christian Brauner
2024-09-10
slab: create kmem_cache_create() compatibility layer
Christian Brauner
2024-09-10
slab: pass struct kmem_cache_args to do_kmem_cache_create()
Christian Brauner
2024-09-10
slab: pass struct kmem_cache_args to create_cache()
Christian Brauner
2024-09-10
slab: port kmem_cache_create_usercopy() to struct kmem_cache_args
Christian Brauner
2024-09-10
slab: port kmem_cache_create_rcu() to struct kmem_cache_args
Christian Brauner
2024-09-10
slab: port kmem_cache_create() to struct kmem_cache_args
Christian Brauner
2024-09-10
slab: add struct kmem_cache_args
Christian Brauner
2024-09-10
slab: s/__kmem_cache_create/do_kmem_cache_create/g
Christian Brauner
2024-09-05
mm/slab: Optimize the code logic in find_mergeable()
Xavier
2024-09-03
mm: krealloc: clarify valid usage of __GFP_ZERO
Danilo Krummrich
2024-09-03
mm: krealloc: consider spare memory for __GFP_ZERO
Danilo Krummrich
2024-09-02
mm: Removed @freeptr_offset to prevent doc warning
R Sundar
2024-08-29
mm: add kmem_cache_create_rcu()
Christian Brauner
[next]