summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka2024-03-121-1/+0
|\
| * mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka2024-02-261-1/+0
* | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-051-1/+0
* | mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou2024-02-211-2/+1
* | mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian2024-01-301-3/+1
* | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-221-1/+1
|/
* mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka2023-12-061-3/+0
* mm/slab: move kmalloc_slab() to mm/slab.hVlastimil Babka2023-12-061-2/+26
* mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka2023-12-061-4/+0
* mm/slab: move struct kmem_cache_node from slab.h to slub.cVlastimil Babka2023-12-061-29/+0
* mm/slab: move memcg related functions from slab.h to slub.cVlastimil Babka2023-12-061-206/+0
* mm/slab: move pre/post-alloc hooks from slab.h to slub.cVlastimil Babka2023-12-061-72/+0
* mm/slab: consolidate includes in the internal mm/slab.hVlastimil Babka2023-12-061-14/+14
* mm/slab: move the rest of slub_def.h to mm/slab.hVlastimil Babka2023-12-061-1/+137
* mm/slab: remove CONFIG_SLAB code from slab common codeVlastimil Babka2023-12-051-64/+5
* mm: kmem: scoped objcg protectionRoman Gushchin2023-10-251-7/+8
* Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-1/+1
* kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov2023-07-081-2/+14
* Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-291-10/+3
|\
| *-. Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka2023-06-161-2/+3
| |\ \
| | | * mm/slab: introduce kmem_cache flag SLAB_NO_MERGEJesper Dangaard Brouer2023-06-021-2/+3
| | |/
| * / mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka2023-05-241-8/+0
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+2
|\ \
| * | mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas2023-06-191-3/+2
| |/
* / slub: Replace cmpxchg_double()Peter Zijlstra2023-06-051-7/+46
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+1
|\
| * mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2023-04-051-0/+1
* | mm/slab: remove CONFIG_SLOB code from slab common codeVlastimil Babka2023-03-291-61/+0
|/
* mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-161-5/+5
* mm/slab: add is_kmalloc_cache() helper functionFeng Tang2023-01-181-0/+8
* Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka2022-12-011-2/+0
|\
| * mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka2022-11-271-2/+0
* | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka2022-12-011-1/+3
|\ \
| * | mm/slub, kunit: Add a test case for kmalloc redzone checkFeng Tang2022-12-011-1/+3
* | | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka2022-11-211-2/+20
|\| |
| * | mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang2022-11-111-0/+4
| * | mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang2022-11-101-2/+16
| |/
* | Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka2022-11-211-22/+32
|\ \
| * | mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka2022-11-211-22/+32
| |/
* / mm/slab: Annotate kmem_cache_node->list_lock as rawJiri Kosina2022-10-241-2/+2
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\
| * mm: kmsan: call KMSAN hooks from SLUB codeAlexander Potapenko2022-10-031-0/+1
* | mm/slab_common: move declaration of __ksize() to mm/slab.hHyeonggon Yoo2022-09-011-0/+2
* | mm/sl[au]b: generalize kmalloc subsystemHyeonggon Yoo2022-09-011-2/+0
* | mm/sl[au]b: introduce common alloc/free functions without tracepointHyeonggon Yoo2022-08-241-0/+5
* | mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo2022-08-241-0/+3
* | mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo2022-08-241-0/+2
|/
* mm/slab_common: move generic bulk alloc/free functions to SLOBHyeonggon Yoo2022-07-201-9/+0
* mm: slab: optimize memcg_slab_free_hook()Muchun Song2022-07-041-22/+8
* Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-251-2/+3
|\