summaryrefslogtreecommitdiffstats
path: root/mm/slab.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka2024-09-131-1/+3
|\
| * slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner2024-09-101-2/+0
| * slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner2024-09-101-1/+3
| * slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner2024-09-101-1/+1
| * mm: add kmem_cache_create_rcu()Christian Brauner2024-08-291-0/+2
* | memcg: add charging of already allocated slab objectsShakeel Butt2024-09-101-0/+7
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-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-061-2/+0
| * mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka2024-04-261-0/+13
| * mm: free up PG_slabMatthew Wilcox (Oracle)2024-04-261-1/+1
| * slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan2024-04-261-4/+1
| * mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan2024-04-261-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-261-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-301-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-201-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-281-0/+1
|\
| * mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)2023-04-061-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-171-5/+5
* mm/slab: add is_kmalloc_cache() helper functionFeng Tang2023-01-191-0/+8
* Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka2022-12-011-2/+0
|\