summaryrefslogtreecommitdiffstats
path: root/mm/slab.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-1/+1
|\
| * mm: remove CONFIG_MEMCG_KMEMJohannes Weiner2024-07-101-1/+1
* | Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-4/+6
|\ \
| * | mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook2024-07-031-2/+4
| * | mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)2024-05-311-2/+2
| |/
* / mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)2024-07-151-1/+3
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-25/+35
|\
| * memcg: simple cleanup of stats update functionsShakeel Butt2024-05-051-2/+0
| * mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka2024-04-251-0/+13
| * mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-251-1/+1
| * slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan2024-04-251-4/+1
| * mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan2024-04-251-25/+27
* | mm/slub: remove dummy slabinfo functionsXiu Jianfeng2024-03-251-3/+0
|/
* 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
| |/