summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
5 daysmm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
10 daysslub: Fix a documentation build error for krealloc()Jonathan Corbet1-5/+5
2025-04-24mm, slab: clean up slab->obj_exts alwaysZhenhua Huang1-22/+8
2025-04-14slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan1-0/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+32
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka1-0/+46
2025-03-16alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocatorSuren Baghdasaryan1-19/+32
2025-03-06slub: Handle freelist cycle in on_freelist()Lilith Gkini1-4/+12
2025-03-04slab: Mark large folios for debugging purposesMatthew Wilcox (Oracle)1-0/+7
2025-03-04mm, slab: cleanup slab_bug() parametersVlastimil Babka1-10/+18
2025-03-04mm: slub: call WARN() when detecting a slab corruptionHyesoo Yu1-18/+29
2025-03-04mm: slub: Print the broken data before restoring themHyesoo Yu1-18/+14
2025-03-04slab: Achieve better kmalloc caches randomization in kvmallocGONG Ruiqi1-3/+3
2025-03-04slab: Adjust placement of __kvmalloc_node_noprofGONG Ruiqi1-0/+162
2025-02-05rcu, slab: use a regular callback function for kvfree_rcuVlastimil Babka1-0/+46
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+5
2025-01-15slub: don't mess with ->d_nameAl Viro1-8/+5
2025-01-13mm/migrate: remove slab checks in isolate_movable_page()Hyeonggon Yoo1-4/+0
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra1-1/+1
2025-01-13slab: allocate frozen pagesMatthew Wilcox (Oracle)1-3/+3
2024-12-10memcg: slub: fix SUnreclaim for post charged objectsShakeel Butt1-3/+18
2024-11-16Merge branch 'slab/for-6.13/features' into slab/for-nextVlastimil Babka1-0/+43
2024-11-16mm/slab: Allow cache creation to proceed even if sysfs registration failsHyeonggon Yoo1-8/+18
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao1-1/+8
2024-11-16mm/slub: Improve redzone check and zeroing for krealloc()Feng Tang1-22/+58
2024-11-16mm/slub: Consider kfence case for get_orig_size()Feng Tang1-0/+3
2024-10-29SLUB: Add support for per object memory policiesChristoph Lameter1-0/+43
2024-10-29mm/slub: Move krealloc() and related code to slub.cFeng Tang1-0/+84
2024-10-29mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...Feng Tang1-17/+0
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka1-2/+3
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-141/+271
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-7/+13
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka1-79/+81
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka1-8/+131
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner1-18/+7
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner1-1/+16
2024-09-10slab: pull kmem_cache_open() into do_kmem_cache_create()Christian Brauner1-70/+62
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner1-1/+1
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt1-0/+53
2024-09-03mm, slub: avoid zeroing kmalloc redzonePeng Fan1-47/+53
2024-09-01mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge1-0/+4
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner1-7/+13
2024-08-27slub: Introduce CONFIG_SLUB_RCU_DEBUGJann Horn1-8/+71
2024-08-27kasan: catch invalid free before SLUB reinitializes the objectJann Horn1-0/+7
2024-08-26Reenable NUMA policy support in the slab allocatorChristoph Lameter1-1/+5
2024-08-26mm, slub: print CPU id (and its node) on slab OOMAxel Rasmussen1-2/+3
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel1-0/+3
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+30
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka1-8/+0
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-55/+74