summaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
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-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo
2022-08-24mm/slab_common: cleanup kmalloc_large()Hyeonggon 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/slab_common: fold kmalloc_order_trace() into kmalloc_large()Hyeonggon Yoo
2022-08-23mm/slab_common: Remove the unneeded result variableye xingchen
2022-07-20mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
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-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver
2022-04-13mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()Ohhoon Kwon
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta
2022-02-21mm/slab_common: use helper function is_power_of_2()Miaohe Lin
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm: fix some comment errorsQuanfa Fu
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song
2022-01-15kasan: add ability to detect double-kmem_cache_destroy()Marco Elver
2022-01-15mm: slab: make slab iterator functions staticMuchun Song
2022-01-15mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt
2021-09-04mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of ...Sebastian Andrzej Siewior
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo
2021-06-29slab: use __func__ to trace function namegumingtao
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook
2021-05-14mm, slub: move slub_debug static key enabling outside slab_mutexVlastimil Babka
2021-05-10mm/slub: Add Support for free path information of an objectManinder Singh
2021-04-30mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE...Rafael Aquini
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov
2021-02-24mm: memcontrol: fix slub memory accountingMuchun Song
2021-02-24mm, slab, slub: stop taking cpu hotplug lockVlastimil Babka
2021-02-24mm, slab, slub: stop taking memory hotplug lockVlastimil Babka
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov