aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/slab_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka1-1/+1
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang1-2/+6
2024-02-26mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka1-1/+1
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor1-1/+1
2024-02-21mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou1-1/+1
2024-01-30mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian1-6/+7
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song1-2/+2
2023-12-06mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka1-119/+0
2023-12-06mm/slab: move kmalloc_slab() to mm/slab.hVlastimil Babka1-35/+8
2023-12-06mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka1-45/+0
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka1-7/+1
2023-12-05mm/slab: remove CONFIG_SLAB code from slab common codeVlastimil Babka1-20/+2
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticksLinus Torvalds1-30/+11
2023-10-11mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas1-2/+5
2023-09-29Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-18/+18
2023-09-20slab: kmalloc_size_roundup() must not return 0 for non-zero sizeDavid Laight1-12/+12
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei1-30/+11
2023-09-11mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini1-6/+6
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+2
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik1-3/+2
2023-07-18Randomized slab caches for kmalloc()GONG, Ruiqi1-5/+44
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-20/+13
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas1-8/+6
2023-06-16Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab/for-6.5/slab-deprecate' into slab/for-nextVlastimil Babka1-15/+10
2023-06-16mm/slab_common: use SLAB_NO_MERGE instead of negative refcountVlastimil Babka1-6/+6
2023-06-06mm/slab_common: reduce an if statement in create_cache()Zhen Lei1-4/+2
2023-06-02mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer1-1/+1
2023-05-22mm/slab_common: Replace invocation of weak PRNGDavid Keisar Schmidt1-8/+3
2023-03-29mm/slab: document kfree() as allowed for kmem_cache_alloc() objectsVlastimil Babka1-4/+1
2023-03-29mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka1-2/+0
2023-01-18mm/kasan: simplify and refine kasan_cache codeFeng Tang1-1/+0
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+10
2022-12-01mm: Make ksize() a reporting-only functionKees Cook1-16/+10
2022-12-01Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka1-5/+18
2022-11-27mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINYVlastimil Babka1-2/+8
2022-11-27mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka1-3/+10
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang1-0/+4
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka1-14/+0
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook1-2/+2
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka1-2/+0
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2022-09-29Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka1-3/+34
2022-09-29Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka1-1/+2
2022-09-29slab: Introduce kmalloc_size_roundup()Kees Cook1-0/+20
2022-09-29slab: Remove __malloc attribute from realloc functionsKees Cook1-2/+2
2022-09-23mm/slub: enable debugging memory wasting of kmallocFeng Tang1-1/+2