summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2022-04-06mm/slub: move struct track init out of set_track()Vlastimil Babka
2022-04-06mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song
2022-03-21Merge branch 'slab/for-5.18/cleanups' into slab/for-linusVlastimil Babka
2022-03-10mm: slub: Delete useless parameter of alloc_slab_page()Xiongwei Song
2022-03-09mm/slub: remove forced_order parameter in calculate_sizesMiaohe Lin
2022-03-09mm/slub: refactor deactivate_slab()Hyeonggon Yoo
2022-03-09mm/slub: limit number of node partial slabs only in cache creationHyeonggon Yoo
2022-03-07mm/slub: use helper macro __ATTR_XX_MODE for SLAB_ATTR(_RO)Lianjie Zhang
2022-01-06mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabledVlastimil Babka
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka