| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-11-26 | 1 | -89/+14 |
|\ |
|
| * | slab: Fix too strict alignment check in create_cache() | Geert Uytterhoeven | 2024-11-20 | 1 | -1/+1 |
| * | mm, slab: add kerneldocs for common SLAB_ flags | Vlastimil Babka | 2024-10-29 | 1 | -1/+13 |
| * | mm/slab: remove duplicate check in create_cache() | Zhen Lei | 2024-10-29 | 1 | -3/+0 |
| * | mm/slub: Move krealloc() and related code to slub.c | Feng Tang | 2024-10-29 | 1 | -84/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Alexei Starovoitov | 2024-11-13 | 1 | -12/+21 |
|\ \ |
|
| * | | mm/slab: fix warning caused by duplicate kmem_cache creation in kmem_buckets_... | Koichiro Den | 2024-11-05 | 1 | -11/+20 |
| |/ |
|
| * | mm: krealloc: Fix MTE false alarm in __do_krealloc | Qun-Wei Lin | 2024-10-29 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Alexei Starovoitov | 2024-10-25 | 1 | -2/+3 |
|\| |
|
| * | mm, slab: suppress warnings in test_leak_destroy kunit test | Vlastimil Babka | 2024-10-02 | 1 | -2/+3 |
* | | mm/bpf: Add bpf_get_kmem_cache() kfunc | Namhyung Kim | 2024-10-16 | 1 | -0/+19 |
|/ |
|
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-09-21 | 1 | -2/+25 |
|\ |
|
| * | mm: krealloc: clarify valid usage of __GFP_ZERO | Danilo Krummrich | 2024-09-04 | 1 | -2/+18 |
| * | mm: krealloc: consider spare memory for __GFP_ZERO | Danilo Krummrich | 2024-09-04 | 1 | -0/+7 |
* | | Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next | Vlastimil Babka | 2024-09-13 | 1 | -96/+43 |
|\ \ |
|
| * | | mm, slab: restore kerneldoc for kmem_cache_create() | Vlastimil Babka | 2024-09-13 | 1 | -3/+7 |
| * | | slab: make __kmem_cache_create() static inline | Christian Brauner | 2024-09-10 | 1 | -38/+0 |
| * | | slab: make kmem_cache_create_usercopy() static inline | Christian Brauner | 2024-09-10 | 1 | -45/+0 |
| * | | slab: remove kmem_cache_create_rcu() | Christian Brauner | 2024-09-10 | 1 | -43/+0 |
| * | | slab: create kmem_cache_create() compatibility layer | Christian Brauner | 2024-09-10 | 1 | -5/+5 |
| * | | slab: pass struct kmem_cache_args to do_kmem_cache_create() | Christian Brauner | 2024-09-10 | 1 | -21/+6 |
| * | | slab: pass struct kmem_cache_args to create_cache() | Christian Brauner | 2024-09-10 | 1 | -20/+19 |
| * | | slab: port kmem_cache_create_usercopy() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -22/+8 |
| * | | slab: port kmem_cache_create_rcu() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -3/+7 |
| * | | slab: port kmem_cache_create() to struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -2/+6 |
| * | | slab: add struct kmem_cache_args | Christian Brauner | 2024-09-10 | 1 | -16/+51 |
| * | | slab: s/__kmem_cache_create/do_kmem_cache_create/g | Christian Brauner | 2024-09-10 | 1 | -2/+2 |
| * | | mm: Removed @freeptr_offset to prevent doc warning | R Sundar | 2024-09-02 | 1 | -1/+0 |
| * | | mm: add kmem_cache_create_rcu() | Christian Brauner | 2024-08-29 | 1 | -39/+97 |
| * | | mm: remove unused argument from create_cache() | Christian Brauner | 2024-08-29 | 1 | -3/+2 |
| |/ |
|
* | | Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-next | Vlastimil Babka | 2024-09-13 | 1 | -80/+47 |
|\ \ |
|
| * | | slub: Introduce CONFIG_SLUB_RCU_DEBUG | Jann Horn | 2024-08-27 | 1 | -0/+16 |
| * | | mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy() | Vlastimil Babka | 2024-08-27 | 1 | -0/+3 |
| * | | mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy() | Vlastimil Babka | 2024-08-27 | 1 | -43/+4 |
| * | | mm, slab: move kfence_shutdown_cache() outside slab_mutex | Vlastimil Babka | 2024-08-27 | 1 | -6/+2 |
| * | | mm, slab: unlink slabinfo, sysfs and debugfs immediately | Vlastimil Babka | 2024-08-27 | 1 | -31/+26 |
| * | | mm, slab: dissolve shutdown_cache() into its caller | Vlastimil Babka | 2024-08-27 | 1 | -22/+18 |
| |/ |
|
* | | mm/slab: Optimize the code logic in find_mergeable() | Xavier | 2024-09-05 | 1 | -3/+4 |
* | | mm, slab: use kmem_cache_free() to free from kmem_buckets_cache | Yan Zhen | 2024-08-27 | 1 | -1/+1 |
* | | slab: Warn on duplicate cache names when DEBUG_VM=y | Pedro Falcato | 2024-08-26 | 1 | -0/+17 |
|/ |
|
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-07-22 | 1 | -5/+5 |
|\ |
|
| * | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 2024-07-10 | 1 | -5/+5 |
* | | mm/slab: Introduce kmem_buckets_create() and family | Kees Cook | 2024-07-03 | 1 | -0/+97 |
* | | mm/slab: Plumb kmem_buckets into __do_kmalloc_node() | Kees Cook | 2024-07-03 | 1 | -1/+1 |
* | | mm/slab: Introduce kmem_buckets typedef | Kees Cook | 2024-07-03 | 1 | -2/+1 |
* | | slab, rust: extend kmalloc() alignment guarantees to remove Rust padding | Vlastimil Babka | 2024-07-03 | 1 | -4/+5 |
|/ |
|
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -3/+3 |
|\ |
|
| * | mm/slab: enable slab allocation tagging for kmalloc and friends | Suren Baghdasaryan | 2024-04-26 | 1 | -3/+3 |
* | | mm/slub: remove the check for NULL kmalloc_caches | Hyunmin Lee | 2024-05-02 | 1 | -6/+4 |
* | | mm/slub: create kmalloc 96 and 192 caches regardless cache size order | Hyunmin Lee | 2024-05-02 | 1 | -12/+7 |