summaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka
2023-03-29mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-01mm: Make ksize() a reporting-only functionKees Cook
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka
2022-11-27mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINYVlastimil Babka
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka
2022-09-29slab: Introduce kmalloc_size_roundup()Kees Cook
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang
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-19mm/slab_common: fix possible double free of kmem_cacheFeng Tang
2022-09-01mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Waiman Long
2022-09-01mm/sl[au]b: check if large object is valid in __ksize()Hyeonggon Yoo
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo
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-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