aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-04mm, slub: only disable irq with spin_lock in __unfreeze_partials()Vlastimil Babka1-8/+4
2021-09-04mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezingVlastimil Babka1-22/+51
2021-09-04mm, slub: detach whole partial list at once in unfreeze_partials()Vlastimil Babka1-3/+7
2021-09-04mm, slub: discard slabs in unfreeze_partials() without irqs disabledVlastimil Babka1-1/+2
2021-09-04mm, slub: move irq control into unfreeze_partials()Vlastimil Babka1-6/+7
2021-09-04mm, slub: call deactivate_slab() without disabling irqsVlastimil Babka1-5/+19
2021-09-04mm, slub: make locking in deactivate_slab() irq-safeVlastimil Babka1-4/+5
2021-09-04mm, slub: move reset of c->page and freelist out of deactivate_slab()Vlastimil Babka1-13/+18
2021-09-04mm, slub: stop disabling irqs around get_partial()Vlastimil Babka1-14/+8
2021-09-04mm, slub: check new pages with restored irqsVlastimil Babka1-5/+3
2021-09-04mm, slub: validate slab from partial list or page allocator before making it cpu slabVlastimil Babka1-8/+9
2021-09-04mm, slub: restore irqs around calling new_slab()Vlastimil Babka1-6/+2
2021-09-04mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()Vlastimil Babka1-9/+25
2021-09-04mm, slub: do initial checks in ___slab_alloc() with irqs enabledVlastimil Babka1-9/+45
2021-09-04mm, slub: move disabling/enabling irqs to ___slab_alloc()Vlastimil Babka1-12/+24
2021-09-04mm, slub: simplify kmem_cache_cpu and tid setupVlastimil Babka1-13/+9
2021-09-04mm, slub: restructure new page checks in ___slab_alloc()Vlastimil Babka1-6/+22
2021-09-04mm, slub: return slab page from get_partial() and set c->page afterwardsVlastimil Babka1-10/+11
2021-09-04mm, slub: dissolve new_slab_objects() into ___slab_alloc()Vlastimil Babka1-32/+18
2021-09-04mm, slub: extract get_partial() from new_slab_objects()Vlastimil Babka1-6/+6
2021-09-03mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()Vlastimil Babka1-7/+0
2021-09-03mm, slub: don't disable irq for debug_check_no_locks_freed()Vlastimil Babka1-13/+1
2021-09-03mm, slub: allocate private object map for validate_slab_cache()Vlastimil Babka1-9/+15
2021-09-03mm, slub: allocate private object map for debugfs listingsVlastimil Babka1-15/+29
2021-09-03mm, slub: don't call flush_all() from slab_debug_trace_open()Vlastimil Babka1-3/+0
2021-08-13mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka1-5/+8
2021-08-13slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt1-4/+4
2021-08-13kasan, slub: reset tag when printing addressKuan-Ying Lee1-2/+2
2021-07-30slub: fix unreclaimable slab stat for bulk freeShakeel Butt1-10/+12
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds1-49/+30
2021-07-15mm: move helper to check slub_debug_enabledMarco Elver1-14/+0
2021-07-08mm/slub: use stackdepot to save stack trace in objectsOliver Glitta1-30/+49
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+8
2021-06-29mm/slub: add taint after the errors are printedGeorgi Djakov1-2/+3
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed1-93/+181
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd1-1/+19
2021-06-29slub: indicate slab_fix() uses printf formatsJoe Perches1-3/+4
2021-06-29slub: actually use 'message' in restore_bytes()Stephen Boyd1-1/+1
2021-06-29slub: restore slub_debug=- behaviorStephen Boyd1-0/+2
2021-06-29slub: remove resiliency_test() functionOliver Glitta1-64/+0
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta1-3/+43
2021-06-16mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-16mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook1-3/+5
2021-06-16mm/slub: clarify verification reportingKees Cook1-7/+7
2021-05-22kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko1-0/+1
2021-05-14mm, slub: move slub_debug static key enabling outside slab_mutexVlastimil Babka1-9/+0
2021-05-10mm/slub: Add Support for free path information of an objectManinder Singh1-0/+7
2021-05-10mm/slub: Fix backtrace of objects to handle redzone adjustmentManinder Singh1-0/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1