summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-31/+38
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-2/+2
2024-01-05slub: use alloc_pages_node() in alloc_slab_page()Matthew Wilcox (Oracle)1-5/+1
2024-01-04Merge branch 'slab/for-6.8/slub-hook-cleanups' into slab/for-nextVlastimil Babka1-64/+679
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-2/+2
2023-12-28mm/slub: free KFENCE objects in slab_free_hook()Vlastimil Babka1-12/+10
2023-12-11slub, kasan: improve interaction of KASAN and slub_debug poisoningAndrey Konovalov1-15/+26
2023-12-07mm/slub: handle bulk and single object freeing separatelyVlastimil Babka1-24/+35
2023-12-07mm/slub: introduce __kmem_cache_free_bulk() without free hooksVlastimil Babka1-9/+47
2023-12-07mm/slub: fix bulk alloc and free statsVlastimil Babka1-1/+10
2023-12-06mm/slub: optimize free fast path code layoutVlastimil Babka1-16/+24
2023-12-06mm/slub: optimize alloc fastpath code layoutVlastimil Babka1-35/+54
2023-12-06mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappersVlastimil Babka1-16/+9
2023-12-06mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka1-8/+118
2023-12-06mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka1-5/+46
2023-12-06mm/slab: move struct kmem_cache_node from slab.h to slub.cVlastimil Babka1-0/+27
2023-12-06mm/slab: move memcg related functions from slab.h to slub.cVlastimil Babka1-0/+205
2023-12-06mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka1-0/+81
2023-12-06mm/slab: move struct kmem_cache_cpu declaration to slub.cVlastimil Babka1-0/+54
2023-12-05mm/slab, docs: switch mm-api docs generation from slab.c to slub.cVlastimil Babka1-0/+21
2023-12-05slub: Update frozen slabs documentations in the sourceChengming Zhou1-4/+18
2023-12-05slub: Rename all *unfreeze_partials* functions to *put_partials*Chengming Zhou1-17/+17
2023-12-05slub: Optimize deactivate_slab()Chengming Zhou1-53/+26
2023-12-04slub: Delay freezing of partial slabsChengming Zhou1-91/+24
2023-12-04slub: Introduce freeze_slab()Chengming Zhou1-0/+27
2023-12-04slub: Prepare __slab_free() for unfrozen partial slab out of node partial listChengming Zhou1-0/+11
2023-11-22slub: Keep track of whether slub is on the per-node partial listChengming Zhou1-1/+23
2023-11-13slub: Change get_partial() interfaces to return slabChengming Zhou1-30/+33
2023-11-13slub: Reflow ___slab_alloc()Chengming Zhou1-16/+15
2023-10-02mm/slub: refactor calculate_order() and calc_slab_order()Vlastimil Babka1-11/+12
2023-10-02mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()Vlastimil Babka1-10/+4
2023-10-02mm/slub: remove min_objects loop from calculate_order()Vlastimil Babka1-20/+18
2023-10-02mm/slub: simplify the last resort slab order calculationVlastimil Babka1-1/+1
2023-10-02mm/slub: add sanity check for slub_min/max_order cmdline setupFeng Tang1-0/+6
2023-07-14mm/slub: remove freelist_dereference()Vlastimil Babka1-9/+6
2023-07-14mm/slub: remove redundant kasan_reset_tag() from freelist_ptr calculationsVlastimil Babka1-16/+6
2023-07-11mm/slub: refactor freelist to use custom typeJann Horn1-11/+32
2023-06-30Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-29/+18
2023-06-05slub: Replace cmpxchg_double()Peter Zijlstra1-57/+82
2023-05-22slub: Don't read nr_slabs and total_objects directlyXiongwei Song1-7/+6
2023-05-22slub: Remove slabs_node() functionXiongwei Song1-13/+3
2023-05-22slub: Remove CONFIG_SMP defined checkXiongwei Song1-1/+1
2023-05-22slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled blockXiongwei Song1-7/+7
2023-05-22slub: Correct the error code when slab_kset is NULLXiongwei Song1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+4
2023-04-19mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed1-3/+2
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-04-06mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov1-1/+1
2023-03-13mm: slub: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3