summaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h
Commit message (Expand)AuthorAgeFilesLines
* mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka2022-11-041-23/+0
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+7
|\
| * kasan: only define kasan_cache_create for Generic modeAndrey Konovalov2022-10-031-1/+1
| * kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan2022-09-111-0/+6
* | Merge branch 'slab/for-6.1/kmalloc_size_roundup' into slab/for-nextVlastimil Babka2022-09-291-6/+38
|\ \
| * | slab: Introduce kmalloc_size_roundup()Kees Cook2022-09-291-0/+31
| * | slab: Remove __malloc attribute from realloc functionsKees Cook2022-09-291-6/+6
| |/
* | Merge branch 'slab/for-6.1/slub_debug_waste' into slab/for-nextVlastimil Babka2022-09-291-0/+2
|\ \
| * | mm/slub: enable debugging memory wasting of kmallocFeng Tang2022-09-231-0/+2
| |/
* | mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo2022-09-011-1/+0
* | mm/sl[au]b: cleanup kmem_cache_alloc[_node]_trace()Hyeonggon Yoo2022-09-011-13/+14
* | mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo2022-08-241-18/+5
* | mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo2022-08-241-7/+19
* | mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo2022-08-241-0/+4
* | mm/slab_common: fold kmalloc_order_trace() into kmalloc_large()Hyeonggon Yoo2022-08-241-20/+2
* | mm/slab_common: cleanup kmalloc_track_caller()Hyeonggon Yoo2022-08-241-9/+8
* | mm/slab_common: remove CONFIG_NUMA ifdefs for common kmalloc functionsHyeonggon Yoo2022-08-241-28/+0
|/
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+12
|\
| * mm: make minimum slab alignment a runtime propertyPeter Collingbourne2022-05-131-0/+12
* | mm: slab: fix comment for __assume_kmalloc_alignmentAndrey Konovalov2022-05-021-3/+3
* | mm: slab: fix comment for ARCH_KMALLOC_MINALIGNAndrey Konovalov2022-05-021-1/+1
* | mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-061-0/+7
|/
* Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-03-231-3/+0
|\
| * Merge branch 'slab/for-5.18/trivial' into slab/for-linusVlastimil Babka2022-03-211-3/+0
| |\
| | * mm: slab: Delete unused SLAB_DEACTIVATED flagXiongwei Song2022-03-101-3/+0
* | | mm: introduce kmem_cache_alloc_lruMuchun Song2022-03-221-0/+3
|/ /
* / slab: remove __alloc_size attribute from __kmalloc_track_callerGreg Kroah-Hartman2022-02-211-2/+1
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-2/+1
|\
| * mm, slab: Remove compiler check in __kmalloc_indexNathan Chancellor2021-12-021-2/+1
* | mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)2022-01-061-8/+0
|/
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-2/+0
* mm/kvmalloc: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-8/+8
* slab: add __alloc_size attributes for better bounds checkingKees Cook2021-11-061-28/+33
* slab: clean up function prototypesKees Cook2021-11-061-34/+34
* mm: move kvmalloc-related functions to slab.hMatthew Wilcox (Oracle)2021-11-061-0/+34
* mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long2021-06-291-9/+33
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-3/+14
* mm: Don't build mm_dump_obj() on CONFIG_PRINTK=n kernelsPaul E. McKenney2021-03-081-0/+2
* mm: Add mem_dump_obj() to print source of memory blockPaul E. McKenney2021-01-221-0/+2
* mm: slab: provide krealloc_array()Bartosz Golaszewski2020-12-151-0/+18
* mm: remove kzfree() compatibility definitionEric Biggers2020-10-251-2/+0
* include/linux/slab.h: fix a typo error in commenttangjianqiang2020-10-131-1/+1
* mm: memcg/slab: use a single set of kmem_caches for all allocationsRoman Gushchin2020-08-071-2/+0
* mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin2020-08-071-4/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+3
* docs: mm: slab.h: fix a broken cross-referenceMauro Carvalho Chehab2020-04-101-1/+1
* mm: remove __kreallocFlorian Westphal2020-02-041-1/+0
* mm, slab: remove unused kmalloc_size()Pengfei Li2019-12-011-20/+0
* mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-071-0/+4
* mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-241-62/+0