summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka
2024-03-12Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang
2024-02-26mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka
2024-02-21mm, slab: fix the comment of cpu partial listChengming Zhou
2024-02-21mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou
2024-01-30mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian
2024-01-23mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou
2024-01-23mm/slub: remove full list manipulation for non-debug slabChengming Zhou
2024-01-23mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-05slub: use alloc_pages_node() in alloc_slab_page()Matthew Wilcox (Oracle)
2024-01-04Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-nextVlastimil Babka
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov
2023-12-28mm/slub: free KFENCE objects in slab_free_hook()Vlastimil Babka
2023-12-10slub, kasan: improve interaction of KASAN and slub_debug poisoningAndrey Konovalov
2023-12-07mm/slub: handle bulk and single object freeing separatelyVlastimil Babka
2023-12-07mm/slub: introduce __kmem_cache_free_bulk() without free hooksVlastimil Babka
2023-12-07mm/slub: fix bulk alloc and free statsVlastimil Babka
2023-12-06mm/slub: optimize free fast path code layoutVlastimil Babka
2023-12-06mm/slub: optimize alloc fastpath code layoutVlastimil Babka
2023-12-06mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappersVlastimil Babka
2023-12-06mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move struct kmem_cache_node from slab.h to slub.cVlastimil Babka
2023-12-06mm/slab: move memcg related functions from slab.h to slub.cVlastimil Babka
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka
2023-12-06mm/slab: move struct kmem_cache_cpu declaration to slub.cVlastimil Babka
2023-12-05mm/slab, docs: switch mm-api docs generation from slab.c to slub.cVlastimil Babka
2023-12-05slub: Update frozen slabs documentations in the sourceChengming Zhou
2023-12-05slub: Rename all *unfreeze_partials* functions to *put_partials*Chengming Zhou
2023-12-05slub: Optimize deactivate_slab()Chengming Zhou
2023-12-04slub: Delay freezing of partial slabsChengming Zhou
2023-12-04slub: Introduce freeze_slab()Chengming Zhou
2023-12-04slub: Prepare __slab_free() for unfrozen partial slab out of node partial listChengming Zhou
2023-11-22slub: Keep track of whether slub is on the per-node partial listChengming Zhou
2023-11-13slub: Change get_partial() interfaces to return slabChengming Zhou
2023-11-13slub: Reflow ___slab_alloc()Chengming Zhou
2023-10-02mm/slub: refactor calculate_order() and calc_slab_order()Vlastimil Babka
2023-10-02mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()Vlastimil Babka
2023-10-02mm/slub: remove min_objects loop from calculate_order()Vlastimil Babka
2023-10-02mm/slub: simplify the last resort slab order calculationVlastimil Babka
2023-10-02mm/slub: add sanity check for slub_min/max_order cmdline setupFeng Tang
2023-07-14mm/slub: remove freelist_dereference()Vlastimil Babka
2023-07-14mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculationsVlastimil Babka
2023-07-11mm/slub: refactor freelist to use custom typeJann Horn