summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka2024-03-121-3/+3
|\
| * mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka2024-02-261-3/+3
* | Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka2024-03-121-18/+14
|\ \
| * | mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou2024-01-231-4/+3
| * | mm/slub: remove full list manipulation for non-debug slabChengming Zhou2024-01-231-4/+0
| * | mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou2024-01-231-10/+11
| |/
* | mm, slab: remove memcg_from_slab_obj()Vlastimil Babka2024-03-041-5/+0
* | mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou2024-03-011-11/+2
* | mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang2024-03-011-4/+2
* | mm, slab: fix the comment of cpu partial listChengming Zhou2024-02-211-1/+1
* | mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou2024-02-211-6/+3
* | mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian2024-01-301-1/+1
* | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-221-18/+23
|/
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-31/+38
|\
| * mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-2/+2
| * slub: use alloc_pages_node() in alloc_slab_page()Matthew Wilcox (Oracle)2024-01-051-5/+1
| * kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov2023-12-291-2/+2
| * slub, kasan: improve interaction of KASAN and slub_debug poisoningAndrey Konovalov2023-12-101-15/+26
* | Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-nextVlastimil Babka2024-01-041-64/+679
|\ \
| * | mm/slub: free KFENCE objects in slab_free_hook()Vlastimil Babka2023-12-281-12/+10
| * | mm/slub: handle bulk and single object freeing separatelyVlastimil Babka2023-12-071-24/+35
| * | mm/slub: introduce __kmem_cache_free_bulk() without free hooksVlastimil Babka2023-12-071-9/+47
| * | mm/slub: fix bulk alloc and free statsVlastimil Babka2023-12-071-1/+10
| * | mm/slub: optimize free fast path code layoutVlastimil Babka2023-12-061-16/+24
| * | mm/slub: optimize alloc fastpath code layoutVlastimil Babka2023-12-061-35/+54
| * | mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappersVlastimil Babka2023-12-061-16/+9
| * | mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka2023-12-061-8/+118
| * | mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka2023-12-061-5/+46
| * | mm/slab: move struct kmem_cache_node from slab.h to slub.cVlastimil Babka2023-12-061-0/+27
| * | mm/slab: move memcg related functions from slab.h to slub.cVlastimil Babka2023-12-061-0/+205
| * | mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka2023-12-061-0/+81
| * | mm/slab: move struct kmem_cache_cpu declaration to slub.cVlastimil Babka2023-12-061-0/+54
| * | mm/slab, docs: switch mm-api docs generation from slab.c to slub.cVlastimil Babka2023-12-051-0/+21
| |/
* | slub: Update frozen slabs documentations in the sourceChengming Zhou2023-12-051-4/+18
* | slub: Rename all *unfreeze_partials* functions to *put_partials*Chengming Zhou2023-12-051-17/+17
* | slub: Optimize deactivate_slab()Chengming Zhou2023-12-051-53/+26
* | slub: Delay freezing of partial slabsChengming Zhou2023-12-041-91/+24
* | slub: Introduce freeze_slab()Chengming Zhou2023-12-041-0/+27
* | slub: Prepare __slab_free() for unfrozen partial slab out of node partial listChengming Zhou2023-12-041-0/+11
* | slub: Keep track of whether slub is on the per-node partial listChengming Zhou2023-11-221-1/+23
* | slub: Change get_partial() interfaces to return slabChengming Zhou2023-11-131-30/+33
* | slub: Reflow ___slab_alloc()Chengming Zhou2023-11-131-16/+15
|/
* mm/slub: refactor calculate_order() and calc_slab_order()Vlastimil Babka2023-10-021-11/+12
* mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()Vlastimil Babka2023-10-021-10/+4
* mm/slub: remove min_objects loop from calculate_order()Vlastimil Babka2023-10-021-20/+18
* mm/slub: simplify the last resort slab order calculationVlastimil Babka2023-10-021-1/+1
* mm/slub: add sanity check for slub_min/max_order cmdline setupFeng Tang2023-10-021-0/+6
* mm/slub: remove freelist_dereference()Vlastimil Babka2023-07-141-9/+6
* mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculationsVlastimil Babka2023-07-141-16/+6
* mm/slub: refactor freelist to use custom typeJann Horn2023-07-111-11/+32