aboutsummaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-13mm: slub: fix slub_debug disabling for list of slabsGravatar Vlastimil Babka 1-5/+8
2021-08-13slub: fix kmalloc_pagealloc_invalid_free unit testGravatar Shakeel Butt 1-4/+4
2021-08-13kasan, slub: reset tag when printing addressGravatar Kuan-Ying Lee 1-2/+2
2021-07-30slub: fix unreclaimable slab stat for bulk freeGravatar Shakeel Butt 1-10/+12
2021-07-17Revert "mm/slub: use stackdepot to save stack trace in objects"Gravatar Linus Torvalds 1-49/+30
2021-07-15mm: move helper to check slub_debug_enabledGravatar Marco Elver 1-14/+0
2021-07-08mm/slub: use stackdepot to save stack trace in objectsGravatar Oliver Glitta 1-30/+49
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+8
2021-06-29mm/slub: add taint after the errors are printedGravatar Georgi Djakov 1-2/+3
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsGravatar Faiyaz Mohammed 1-93/+181
2021-06-29slub: force on no_hash_pointers when slub_debug is enabledGravatar Stephen Boyd 1-1/+19
2021-06-29slub: indicate slab_fix() uses printf formatsGravatar Joe Perches 1-3/+4
2021-06-29slub: actually use 'message' in restore_bytes()Gravatar Stephen Boyd 1-1/+1
2021-06-29slub: restore slub_debug=- behaviorGravatar Stephen Boyd 1-0/+2
2021-06-29slub: remove resiliency_test() functionGravatar Oliver Glitta 1-64/+0
2021-06-29mm/slub, kunit: add a KUnit test for SLUB debugging functionalityGravatar Oliver Glitta 1-3/+43
2021-06-16mm/slub.c: include swab.hGravatar Andrew Morton 1-0/+1
2021-06-16mm/slub: actually fix freelist pointer vs redzoningGravatar Kees Cook 1-11/+3
2021-06-16mm/slub: fix redzoning for small allocationsGravatar Kees Cook 1-3/+5
2021-06-16mm/slub: clarify verification reportingGravatar Kees Cook 1-7/+7
2021-05-22kasan: slab: always reset the tag in get_freepointer_safe()Gravatar Alexander Potapenko 1-0/+1
2021-05-14mm, slub: move slub_debug static key enabling outside slab_mutexGravatar Vlastimil Babka 1-9/+0
2021-05-10mm/slub: Add Support for free path information of an objectGravatar Maninder Singh 1-0/+7
2021-05-10mm/slub: Fix backtrace of objects to handle redzone adjustmentGravatar Maninder Singh 1-0/+1
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-04-30kasan, mm: integrate slab init_on_free with HW_TAGSGravatar Andrey Konovalov 1-19/+24
2021-04-30kasan, mm: integrate slab init_on_alloc with HW_TAGSGravatar Andrey Konovalov 1-16/+11
2021-04-30mm/slub.c: trivial typo fixesGravatar Bhaskar Chowdhury 1-4/+4
2021-04-30mm, slub: enable slub_debug static key when creating cache with explicit debu...Gravatar Vlastimil Babka 1-0/+9
2021-04-28Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+7
2021-04-11Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+2
2021-03-19mm, slub: don't combine pr_err with INFOGravatar Yafang Shao 1-5/+5
2021-03-19mm, slub: use pGp to print page flagsGravatar Yafang Shao 1-2/+3
2021-03-10Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Gravatar Linus Torvalds 1-1/+1
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsGravatar Paul E. McKenney 1-0/+2
2021-02-26kasan, mm: optimize kmalloc poisoningGravatar Andrey Konovalov 1-2/+1
2021-02-26mm, kfence: insert KFENCE hooks for SLUBGravatar Alexander Potapenko 1-14/+46
2021-02-24kasan: move _RET_IP_ to inline wrappersGravatar Andrey Konovalov 1-2/+2
2021-02-24mm: memcontrol: fix slub memory accountingGravatar Muchun Song 1-4/+4
2021-02-24mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNTGravatar Roman Gushchin 1-1/+1
2021-02-24mm/slub: minor coding style tweaksGravatar Zhiyuan Dai 1-1/+1
2021-02-24mm, slub: remove slub_memcg_sysfs boot param and CONFIG_SLUB_MEMCG_SYSFS_ONGravatar Vlastimil Babka 1-16/+0
2021-02-24mm, slub: splice cpu and page freelists in deactivate_slab()Gravatar Vlastimil Babka 1-35/+24
2021-02-24mm, slab, slub: stop taking memory hotplug lockGravatar Vlastimil Babka 1-3/+25
2021-02-24mm, slub: stop freeing kmem_cache_node structures on node offlineGravatar Vlastimil Babka 1-17/+11
2021-02-24mm/slub: disable user tracing for kmemleak caches by defaultGravatar Johannes Berg 1-1/+10
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsGravatar Nikolay Borisov 1-6/+3
2021-02-24mm, tracing: record slab name for kmem_cache_free()Gravatar Jacob Wen 1-1/+1
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+40