summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm/slub: restrict sysfs validation to debug caches and make it safeVlastimil Babka2022-09-171-52/+180
| * | | mm/slub: move free_debug_processing() furtherVlastimil Babka2022-08-251-57/+57
| | |/ | |/|
* | | Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-nextVlastimil Babka2022-09-231-225/+13
|\ \ \
| * | | mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingHyeonggon Yoo2022-09-011-5/+3
| * | | mm/slab_common: unify NUMA and UMA version of tracepointsHyeonggon Yoo2022-09-011-3/+3
| * | | mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo2022-09-011-27/+0
| * | | mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo2022-09-011-87/+0
| * | | mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo2022-08-241-0/+13
| * | | mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo2022-08-241-19/+0
| * | | mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo2022-08-241-1/+1
| * | | mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo2022-08-241-25/+0
| * | | mm/sl[au]b: factor out __do_kmalloc_node()Hyeonggon Yoo2022-08-241-52/+19
| * | | mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo2022-08-241-22/+0
| * | | mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo2022-08-241-6/+0
| |/ /
* | | Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka2022-09-231-7/+2
|\ \ \ | | |/ | |/|
| * | mm/slub: Remove the unneeded result variableye xingchen2022-08-231-7/+2
| |/
* | mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi2022-09-221-1/+8
* | kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne2022-09-161-0/+4
* | mm/slub: fix to return errno if kmalloc() failsChao Yu2022-09-081-1/+4
|/
* mm/sl[au]b: use own bulk free function when bulk alloc failedHyeonggon Yoo2022-07-201-2/+2
* mm: slab: optimize memcg_slab_free_hook()Muchun Song2022-07-041-44/+22
* mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin2022-07-041-10/+10
* mm/slub: Simplify __kmem_cache_alias()Xiongwei Song2022-07-041-5/+3
* mm/slub: add missing TID updates on slab deactivationJann Horn2022-06-131-0/+2
* mm/slub: Move the stackdepot related allocation out of IRQ-off section.Sebastian Andrzej Siewior2022-06-131-7/+34
* Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-251-66/+108
|\
| *-. Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Vlastimil Babka2022-05-231-46/+91
| |\ \
| | | * mm/slub: remove unused kmem_cache_order_objects maxMiaohe Lin2022-05-021-2/+0
| | * | mm/slub: sort debugfs output by frequency of stack tracesOliver Glitta2022-04-061-0/+16
| | * | mm/slub: distinguish and print stack traces in debugfs filesOliver Glitta2022-04-061-2/+26
| | * | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-31/+40
| | * | mm/slub: move struct track init out of set_track()Vlastimil Babka2022-04-061-17/+15
| | |/
| * | mm/slub: remove unneeded return value of slab_pad_checkMiaohe Lin2022-04-201-7/+5
| * | mm/slub: remove meaningless node check in ___slab_alloc()JaeSang Yoo2022-04-131-1/+0
| * | mm/slub: remove duplicate flag in allocate_slab()Jiyoup Kim2022-04-131-1/+1
| * | mm/slub: remove unused parameter in setup_object*()JaeSang Yoo2022-04-131-11/+8
| * | mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-061-0/+3
| |/
* / mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver2022-04-151-1/+1
|/
* Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-03-231-78/+52
|\
| * Merge branch 'slab/for-5.18/cleanups' into slab/for-linusVlastimil Babka2022-03-211-63/+42
| |\
| | * mm/slub: refactor deactivate_slab()Hyeonggon Yoo2022-03-091-52/+39
| | * mm/slub: limit number of node partial slabs only in cache creationHyeonggon Yoo2022-03-091-11/+3
| * | mm: slub: Delete useless parameter of alloc_slab_page()Xiongwei Song2022-03-101-4/+4
| * | mm/slub: remove forced_order parameter in calculate_sizesMiaohe Lin2022-03-091-7/+4
| * | mm/slub: use helper macro __ATTR_XX_MODE for SLAB_ATTR(_RO)Lianjie Zhang2022-03-071-4/+2
| |/
* / mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-221-14/+28
|/
* mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabledVlastimil Babka2022-01-061-2/+6
* mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)2022-01-061-1/+1
* mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka2022-01-061-1/+1
* mm/slub: Finish struct page to struct slab conversionVlastimil Babka2022-01-061-53/+52