aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+41
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeGravatar Alexander Potapenko 1-0/+17
2022-09-30Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextGravatar Vlastimil Babka 1-11/+14
2022-09-30mm/slub: fix a slab missed to be freed problemGravatar Feng Tang 1-11/+14
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextGravatar Vlastimil Babka 1-37/+117
2022-09-29Merge branch 'slab/for-6.1/trivial' into slab/for-nextGravatar Vlastimil Babka 1-3/+6
2022-09-26mm/slub: clean up create_unique_id()Gravatar Chao Yu 1-3/+6
2022-09-23mm/slub: enable debugging memory wasting of kmallocGravatar Feng Tang 1-37/+117
2022-09-23Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextGravatar Vlastimil Babka 1-198/+276
2022-09-23Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-nextGravatar Vlastimil Babka 1-225/+13
2022-09-23Merge branch 'slab/for-6.1/trivial' into slab/for-nextGravatar Vlastimil Babka 1-7/+2
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Gravatar Maurizio Lombardi 1-1/+8
2022-09-17slub: Make PREEMPT_RT support less convolutedGravatar Thomas Gleixner 1-32/+24
2022-09-17mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock()Gravatar Vlastimil Babka 1-27/+12
2022-09-17mm/slub: convert object_map_lock to non-raw spinlockGravatar Vlastimil Babka 1-30/+6
2022-09-17mm/slub: remove slab_lock() usage for debug operationsGravatar Vlastimil Babka 1-11/+8
2022-09-17mm/slub: restrict sysfs validation to debug caches and make it safeGravatar Vlastimil Babka 1-52/+180
2022-09-16kasan: call kasan_malloc() from __kmalloc_*track_caller()Gravatar Peter Collingbourne 1-0/+4
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Gravatar Imran Khan 1-0/+26
2022-09-08mm/slub: fix to return errno if kmalloc() failsGravatar Chao Yu 1-1/+4
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingGravatar Hyeonggon Yoo 1-5/+3
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsGravatar Hyeonggon Yoo 1-3/+3
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Gravatar Hyeonggon Yoo 1-27/+0
2022-09-01mm/sl[au]b: generalize kmalloc subsystemGravatar Hyeonggon Yoo 1-87/+0
2022-08-25mm/slub: move free_debug_processing() furtherGravatar Vlastimil Babka 1-57/+57
2022-08-24mm/sl[au]b: introduce common alloc/free functions without tracepointGravatar Hyeonggon Yoo 1-0/+13
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorGravatar Hyeonggon Yoo 1-19/+0
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorGravatar Hyeonggon Yoo 1-1/+1
2022-08-24mm/slub: move kmalloc_large_node() to slab_common.cGravatar Hyeonggon Yoo 1-25/+0
2022-08-24mm/sl[au]b: factor out __do_kmalloc_node()Gravatar Hyeonggon Yoo 1-52/+19
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Gravatar Hyeonggon Yoo 1-22/+0
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsGravatar Hyeonggon Yoo 1-6/+0
2022-08-23mm/slub: Remove the unneeded result variableGravatar ye xingchen 1-7/+2
2022-07-20mm/sl[au]b: use own bulk free function when bulk alloc failedGravatar Hyeonggon Yoo 1-2/+2
2022-07-04mm: slab: optimize memcg_slab_free_hook()Gravatar Muchun Song 1-44/+22
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsGravatar Vasily Averin 1-10/+10
2022-07-04mm/slub: Simplify __kmem_cache_alias()Gravatar Xiongwei Song 1-5/+3
2022-06-13mm/slub: add missing TID updates on slab deactivationGravatar Jann Horn 1-0/+2
2022-06-13mm/slub: Move the stackdepot related allocation out of IRQ-off section.Gravatar Sebastian Andrzej Siewior 1-7/+34
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Gravatar Linus Torvalds 1-66/+108
2022-05-23Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Gravatar Vlastimil Babka 1-46/+91
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxGravatar Miaohe Lin 1-2/+0
2022-04-20mm/slub: remove unneeded return value of slab_pad_checkGravatar Miaohe Lin 1-7/+5
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsGravatar Marco Elver 1-1/+1
2022-04-13mm/slub: remove meaningless node check in ___slab_alloc()Gravatar JaeSang Yoo 1-1/+0
2022-04-13mm/slub: remove duplicate flag in allocate_slab()Gravatar Jiyoup Kim 1-1/+1
2022-04-13mm/slub: remove unused parameter in setup_object*()Gravatar JaeSang Yoo 1-11/+8
2022-04-06mm/slub: sort debugfs output by frequency of stack tracesGravatar Oliver Glitta 1-0/+16
2022-04-06mm/slub: distinguish and print stack traces in debugfs filesGravatar Oliver Glitta 1-2/+26