aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-20mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo1-27/+0
2022-07-04mm/tracing: add 'accounted' entry into output of allocation tracepointsVasily Averin1-5/+4
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2022-05-25Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-15/+8
2022-05-23Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into slab/for-linusVlastimil Babka1-15/+8
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne1-2/+1
2022-04-15mm, kfence: support kmem_dump_obj() for KFENCE objectsMarco Elver1-0/+9
2022-04-13mm/slab_common: move dma-kmalloc caches creation into new_kmalloc_cache()Ohhoon Kwon1-15/+3
2022-04-06mm/slub: use stackdepot to save stack trace in objectsOliver Glitta1-0/+5
2022-02-21mm/slab_common: use helper function is_power_of_2()Miaohe Lin1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-25/+9
2022-01-15mm: fix some comment errorsQuanfa Fu1-1/+1
2022-01-15mm: memcontrol: make cgroup_memory_nokmem staticMuchun Song1-1/+1
2022-01-15kasan: add ability to detect double-kmem_cache_destroy()Marco Elver1-1/+1
2022-01-15mm: slab: make slab iterator functions staticMuchun Song1-14/+3
2022-01-15mm/slab_common: use WARN() if cache still has objects on destroyMarco Elver1-8/+3
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)1-7/+7
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt1-8/+0
2021-09-04mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ contextSebastian Andrzej Siewior1-0/+2
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+11
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long1-0/+7
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long1-9/+23
2021-06-29mm: slub: move sysfs slab alloc/free interfaces to debugfsFaiyaz Mohammed1-0/+2
2021-06-29mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo1-4/+3
2021-06-29slab: use __func__ to trace function namegumingtao1-6/+6
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook1-2/+1
2021-05-14mm, slub: move slub_debug static key enabling outside slab_mutexVlastimil Babka1-0/+10
2021-05-10mm/slub: Add Support for free path information of an objectManinder Singh1-1/+11
2021-04-30mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE_DEFAULT) buildsRafael Aquini1-0/+8
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney1-0/+2
2021-03-08mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney1-0/+2
2021-02-26kasan, mm: optimize krealloc poisoningAndrey Konovalov1-6/+14
2021-02-26kasan, mm: fail krealloc on freed objectsAndrey Konovalov1-0/+3
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov1-0/+1
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko1-1/+4
2021-02-24kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov1-7/+9
2021-02-24mm: memcontrol: fix slub memory accountingMuchun Song1-2/+2
2021-02-24mm, slab, slub: stop taking cpu hotplug lockVlastimil Babka1-10/+0
2021-02-24mm, slab, slub: stop taking memory hotplug lockVlastimil Babka1-6/+2
2021-02-24mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov1-1/+1
2021-01-22mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney1-0/+75
2020-12-22kasan, mm: allow cache merging with no metadataAndrey Konovalov1-1/+2
2020-12-22kasan: rename (un)poison_shadow to (un)poison_rangeAndrey Konovalov1-1/+1
2020-12-15mm: slab: clarify krealloc()'s behavior with __GFP_ZEROBartosz Golaszewski1-3/+3
2020-12-15mm/slab_common.c: use list_for_each_entry in dump_unreclaimable_slab()Hui Su1-2/+2
2020-08-12mm/slab_common.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin1-225/+5
2020-08-07mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()Roman Gushchin1-3/+0
2020-08-07mm: memcg/slab: deprecate slab_root_cachesRoman Gushchin1-29/+8
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin1-1/+1