aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2023-12-06mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move kmalloc_slab() to mm/slab.hVlastimil Babka
2023-12-06mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka
2023-12-05mm/slab: remove CONFIG_SLAB code from slab common codeVlastimil Babka
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-11mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas
2023-09-29Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-20slab: kmalloc_size_roundup() must not return 0 for non-zero sizeDavid Laight
2023-09-13mm: Remove kmem_valid_obj()Zhen Lei
2023-09-11mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik
2023-07-18Randomized slab caches for kmalloc()GONG, Ruiqi
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2023-06-19mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas
2023-06-19mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas
2023-06-19mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas
2023-06-16Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka
2023-06-16mm/slab_common: use SLAB_NO_MERGE instead of negative refcountVlastimil Babka
2023-06-06mm/slab_common: reduce an if statement in create_cache()Zhen Lei
2023-06-02mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer
2023-05-22mm/slab_common: Replace invocation of weak PRNGDavid Keisar Schmidt
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