summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+41
|\
| * mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko2022-10-031-0/+17
| * kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan2022-09-111-0/+26
* | Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka2022-09-301-11/+14
|\ \
| * | mm/slub: fix a slab missed to be freed problemFeng Tang2022-09-301-11/+14
* | | Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka2022-09-291-37/+117
|\ \ \
| * | | mm/slub: enable debugging memory wasting of kmallocFeng Tang2022-09-231-37/+117
| |/ /
* | | Merge branch 'slab/for-6.1/trivial' into slab/for-nextVlastimil Babka2022-09-291-3/+6
|\ \ \
| * | | mm/slub: clean up create_unique_id()Chao Yu2022-09-261-3/+6
* | | | Merge branch 'slab/for-6.1/slub_validation_locking' into slab/for-nextVlastimil Babka2022-09-231-198/+276
|\ \ \ \ | | |/ / | |/| |
| * | | slub: Make PREEMPT_RT support less convolutedThomas Gleixner2022-09-171-32/+24
| * | | mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock()Vlastimil Babka2022-09-171-27/+12
| * | | mm/slub: convert object_map_lock to non-raw spinlockVlastimil Babka2022-09-171-30/+6
| * | | mm/slub: remove slab_lock() usage for debug operationsVlastimil Babka2022-09-171-11/+8
| * | | 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