summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
AgeCommit message (Expand)Author
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-03mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko
2022-09-30Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka
2022-09-30mm/slub: fix a slab missed to be freed problemFeng Tang
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka
2022-09-29Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka
2022-09-26mm/slub: clean up create_unique_id()Chao Yu
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang
2022-09-23Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka
2022-09-23Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-nextVlastimil Babka
2022-09-23Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi
2022-09-17slub: Make PREEMPT_RT support less convolutedThomas Gleixner
2022-09-17mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock()Vlastimil Babka
2022-09-17mm/slub: convert object_map_lock to non-raw spinlockVlastimil Babka
2022-09-17mm/slub: remove slab_lock() usage for debug operationsVlastimil Babka
2022-09-17mm/slub: restrict sysfs validation to debug caches and make it safeVlastimil Babka
2022-09-16kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan
2022-09-08mm/slub: fix to return errno if kmalloc() failsChao Yu
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo
2022-09-01mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo
2022-08-25mm/slub: move free_debug_processing() furtherVlastimil Babka
2022-08-24mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo
2022-08-24mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo
2022-08-24mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo
2022-08-24mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo
2022-08-24mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo
2022-08-23mm/slub: Remove the unneeded result variableye xingchen
2022-07-20mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo
2022-07-04mm: slab: optimize memcg_slab_free_hook()Muchun Song
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin
2022-07-04mm/slub: Simplify __kmem_cache_alias()Xiongwei Song
2022-06-13mm/slub: add missing TID updates on slab deactivationJann Horn
2022-06-13mm/slub: Move the stackdepot related allocation out of IRQ-off section.Sebastian Andrzej Siewior
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-05-23Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Vlastimil Babka
2022-05-02mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin
2022-04-20mm/slub: remove unneeded return value of slab_pad_checkMiaohe Lin
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver
2022-04-13mm/slub: remove meaningless node check in ___slab_alloc()JaeSang Yoo
2022-04-13mm/slub: remove duplicate flag in allocate_slab()Jiyoup Kim
2022-04-13mm/slub: remove unused parameter in setup_object*()JaeSang Yoo
2022-04-06mm/slub: sort debugfs output by frequency of stack tracesOliver Glitta
2022-04-06mm/slub: distinguish and print stack traces in debugfs filesOliver Glitta