aboutsummaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-30/+11
2023-10-11mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Gravatar Catalin Marinas 1-2/+5
2023-09-29Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-18/+18
2023-09-20slab: kmalloc_size_roundup() must not return 0 for non-zero sizeGravatar David Laight 1-12/+12
2023-09-13mm: Remove kmem_valid_obj()Gravatar Zhen Lei 1-30/+11
2023-09-11mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Gravatar Rafael Aquini 1-6/+6
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-3/+2
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cGravatar Petr Tesarik 1-3/+2
2023-07-18Randomized slab caches for kmalloc()Gravatar GONG, Ruiqi 1-5/+44
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-20/+13
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleGravatar Catalin Marinas 1-0/+5
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Gravatar Catalin Marinas 1-3/+21
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticGravatar Catalin Marinas 1-8/+6
2023-06-16Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Gravatar Vlastimil Babka 1-15/+10
2023-06-16mm/slab_common: use SLAB_NO_MERGE instead of negative refcountGravatar Vlastimil Babka 1-6/+6
2023-06-06mm/slab_common: reduce an if statement in create_cache()Gravatar Zhen Lei 1-4/+2
2023-06-02mm/slab: introduce kmem_cache flag SLAB_NO_MERGEGravatar Jesper Dangaard Brouer 1-1/+1
2023-05-22mm/slab_common: Replace invocation of weak PRNGGravatar David Keisar Schmidt 1-8/+3
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsGravatar Vlastimil Babka 1-4/+1
2023-03-29mm/slab: remove CONFIG_SLOB code from slab common codeGravatar Vlastimil Babka 1-2/+0
2023-01-18mm/kasan: simplify and refine kasan_cache codeGravatar Feng Tang 1-1/+0
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+10
2022-12-01mm: Make ksize() a reporting-only functionGravatar Kees Cook 1-16/+10
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextGravatar Vlastimil Babka 1-5/+18
2022-11-27mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINYGravatar Vlastimil Babka 1-2/+8
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledGravatar Vlastimil Babka 1-3/+10
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedGravatar Feng Tang 1-0/+4
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Gravatar Vlastimil Babka 1-14/+0
2022-11-06mm/slab_common: Restore passing "caller" for tracingGravatar Kees Cook 1-2/+2
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Gravatar Vlastimil Babka 1-2/+0
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Gravatar Lukas Bulwahn 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextGravatar Vlastimil Babka 1-3/+34
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextGravatar Vlastimil Babka 1-1/+2
2022-09-29slab: Introduce kmalloc_size_roundup()Gravatar Kees Cook 1-0/+20
2022-09-29slab: Remove __malloc attribute from realloc functionsGravatar Kees Cook 1-2/+2
2022-09-23mm/slub: enable debugging memory wasting of kmallocGravatar Feng Tang 1-1/+2
2022-09-23Merge branch 'slab/for-6.1/common_kmalloc' into slab/for-nextGravatar Vlastimil Babka 1-24/+169
2022-09-23Merge branch 'slab/for-6.1/trivial' into slab/for-nextGravatar Vlastimil Babka 1-5/+1
2022-09-19mm/slab_common: fix possible double free of kmem_cacheGravatar Feng Tang 1-1/+4
2022-09-01mm/slab_common: Deleting kobject in kmem_cache_destroy() without holding slab...Gravatar Waiman Long 1-16/+29
2022-09-01mm/sl[au]b: check if large object is valid in __ksize()Gravatar Hyeonggon Yoo 1-1/+6
2022-09-01mm/slab_common: move declaration of __ksize() to mm/slab.hGravatar Hyeonggon Yoo 1-10/+1
2022-09-01mm/slab_common: drop kmem_alloc & avoid dereferencing fields when not usingGravatar Hyeonggon Yoo 1-8/+8
2022-09-01mm/slab_common: unify NUMA and UMA version of tracepointsGravatar Hyeonggon Yoo 1-13/+8
2022-09-01mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Gravatar Hyeonggon Yoo 1-0/+27
2022-09-01mm/sl[au]b: generalize kmalloc subsystemGravatar Hyeonggon Yoo 1-3/+106
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorGravatar Hyeonggon Yoo 1-7/+18
2022-08-24mm/slab_common: cleanup kmalloc_large()Gravatar Hyeonggon Yoo 1-22/+13
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorGravatar Hyeonggon Yoo 1-1/+10