| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-09 | mm/slub: avoid accessing metadata when pointer is invalid in object_err() | Li Qiong | 1 | -1/+6 |
| 2025-09-09 | mm, slab: cleanup slab_bug() parameters | Vlastimil Babka | 1 | -10/+18 |
| 2025-09-09 | mm: slub: call WARN() when detecting a slab corruption | Hyesoo Yu | 1 | -18/+29 |
| 2025-09-09 | mm: slub: Print the broken data before restoring them | Hyesoo Yu | 1 | -18/+14 |
| 2025-09-09 | mm: slub: avoid wake up kswapd in set_track_prepare | yangshiguang | 1 | -10/+20 |
| 2025-08-20 | mm, slab: restore NUMA policy support for large kmalloc | Vlastimil Babka | 1 | -1/+6 |
| 2025-05-09 | mm, slab: clean up slab->obj_exts always | Zhenhua Huang | 1 | -20/+7 |
| 2025-04-25 | slab: ensure slab->obj_exts is clear in a newly allocated slab page | Suren Baghdasaryan | 1 | -0/+10 |
| 2024-12-19 | memcg: slub: fix SUnreclaim for post charged objects | Shakeel Butt | 1 | -3/+18 |
| 2024-12-09 | mm/slub: Avoid list corruption when removing a slab from the full list | yuan.gao | 1 | -1/+8 |
| 2024-10-02 | mm, slab: suppress warnings in test_leak_destroy kunit test | Vlastimil Babka | 1 | -2/+3 |
| 2024-09-18 | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -141/+271 |
| 2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -7/+13 |
| 2024-09-13 | Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-next | Vlastimil Babka | 1 | -79/+81 |
| 2024-09-13 | Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-next | Vlastimil Babka | 1 | -8/+131 |
| 2024-09-10 | slab: remove rcu_freeptr_offset from struct kmem_cache | Christian Brauner | 1 | -18/+7 |
| 2024-09-10 | slab: pass struct kmem_cache_args to do_kmem_cache_create() | Christian Brauner | 1 | -1/+16 |
| 2024-09-10 | slab: pull kmem_cache_open() into do_kmem_cache_create() | Christian Brauner | 1 | -70/+62 |
| 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/+53 |
| 2024-09-03 | mm, slub: avoid zeroing kmalloc redzone | Peng Fan | 1 | -47/+53 |
| 2024-09-01 | mm/slub: add check for s->flags in the alloc_tagging_slab_free_hook | Hao Ge | 1 | -0/+4 |
| 2024-08-29 | mm: add kmem_cache_create_rcu() | Christian Brauner | 1 | -7/+13 |
| 2024-08-27 | slub: Introduce CONFIG_SLUB_RCU_DEBUG | Jann Horn | 1 | -8/+71 |
| 2024-08-27 | kasan: catch invalid free before SLUB reinitializes the object | Jann Horn | 1 | -0/+7 |
| 2024-08-26 | Reenable NUMA policy support in the slab allocator | Christoph Lameter | 1 | -1/+5 |
| 2024-08-26 | mm, slub: print CPU id (and its node) on slab OOM | Axel Rasmussen | 1 | -2/+3 |
| 2024-07-30 | mm, slub: do not call do_slab_free for kfence object | Rik van Riel | 1 | -0/+3 |
| 2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -21/+30 |
| 2024-07-17 | mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB | Vlastimil Babka | 1 | -8/+0 |
| 2024-07-15 | Merge branch 'slab/for-6.11/buckets' into slab/for-next | Vlastimil Babka | 1 | -55/+74 |
| 2024-07-11 | mm, slab: move prepare_slab_obj_exts_hook under CONFIG_MEM_ALLOC_PROFILING | Suren Baghdasaryan | 1 | -27/+21 |
| 2024-07-10 | mm: remove CONFIG_MEMCG_KMEM | Johannes Weiner | 1 | -5/+5 |
| 2024-07-04 | mm, slab: move allocation tagging code in the alloc path into a hook | Suren Baghdasaryan | 1 | -36/+50 |
| 2024-07-03 | mm: slub: disable KMSAN when checking the padding bytes | Ilya Leoshkevich | 1 | -4/+12 |
| 2024-07-03 | mm: slub: let KMSAN access metadata | Ilya Leoshkevich | 1 | -0/+2 |
| 2024-07-03 | kmsan: support SLAB_POISON | Ilya Leoshkevich | 1 | -4/+11 |
| 2024-07-03 | mm/slab: Plumb kmem_buckets into __do_kmalloc_node() | Kees Cook | 1 | -10/+10 |
| 2024-06-24 | mm/slab: fix 'variable obj_exts set but not used' warning | Suren Baghdasaryan | 1 | -3/+4 |
| 2024-06-24 | slab: delete useless RED_INACTIVE and RED_ACTIVE | Chengming Zhou | 1 | -2/+2 |
| 2024-06-07 | slab: don't put freepointer outside of object if only orig_size | Chengming Zhou | 1 | -5/+6 |
| 2024-06-07 | slab: make check_object() more consistent | Chengming Zhou | 1 | -21/+41 |
| 2024-06-05 | codetag: avoid race at alloc_slab_obj_exts | Thadeu Lima de Souza Cascardo | 1 | -2/+3 |
| 2024-05-31 | mm: Reduce the number of slab->folio casts | Matthew Wilcox (Oracle) | 1 | -4/+2 |
| 2024-05-28 | mm, slab: don't wrap internal functions with alloc_hooks() | Vlastimil Babka | 1 | -13/+13 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -188/+280 |
| 2024-05-13 | Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -32/+86 |
| 2024-05-02 | mm/slub: mark racy access on slab->freelist | linke li | 1 | -1/+1 |
| 2024-05-01 | mm/slub: avoid zeroing outside-object freepointer for single free | Nicolas Bouchinet | 1 | -23/+29 |
| 2024-04-25 | mm, slab: move slab_memcg hooks to mm/memcontrol.c | Vlastimil Babka | 1 | -101/+2 |