summaryrefslogtreecommitdiff
path: root/mm/slab.h
AgeCommit message (Expand)Author
14 daysMerge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29Merge series "slab: Re-entrant kmalloc_nolock()"Vlastimil Babka
2025-09-29Merge series "SLUB percpu sheaves"Vlastimil Babka
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov
2025-09-29slab: Make slub local_(try)lock more precise for LOCKDEPAlexei Starovoitov
2025-09-29slab: add sheaf support for batching kfree_rcu() operationsVlastimil Babka
2025-09-26slab: add opt-in caching layer of percpu sheavesVlastimil Babka
2025-09-16slab: prevent warnings when slab obj_exts vector allocation failsSuren Baghdasaryan
2025-09-13slab: use memdesc_nid()Matthew Wilcox (Oracle)
2025-09-13slab: use memdesc_flags_tMatthew Wilcox (Oracle)
2025-06-18slab: Add SL_pfmemalloc flagMatthew Wilcox (Oracle)
2025-06-18slab: Rename slab->__page_flags to slab->flagsMatthew Wilcox (Oracle)
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka
2025-03-04mm/slab: simplify SLAB_* flag handlingKevin Brodsky
2025-02-05rcu, slab: use a regular callback function for kvfree_rcuVlastimil Babka
2025-01-13mm/slab: fix kernel-doc func param namesRandy Dunlap
2024-11-16mm/slub: Avoid list corruption when removing a slab from the full listyuan.gao
2024-10-29mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...Feng Tang
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka
2024-10-01mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()Nilay Shroff
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka
2024-09-10slab: remove rcu_freeptr_offset from struct kmem_cacheChristian Brauner
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner
2024-09-10memcg: add charging of already allocated slab objectsShakeel Butt
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-15mm/memcg: alignment memcg_data define conditionAlex Shi (Tencent)
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook
2024-05-31mm: Reduce the number of slab->folio castsMatthew Wilcox (Oracle)
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt
2024-04-25mm, slab: move slab_memcg hooks to mm/memcontrol.cVlastimil Babka
2024-04-25mm: free up PG_slabMatthew Wilcox (Oracle)
2024-04-25slab: objext: introduce objext_flags as extension to page_memcg_data_flagsSuren Baghdasaryan
2024-04-25mm: introduce slabobj_ext to support slab object extensionsSuren Baghdasaryan
2024-03-25mm/slub: remove dummy slabinfo functionsXiu Jianfeng
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka
2024-03-05slab: remove PARTIAL_NODE slab_stateChengming Zhou
2024-02-26mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka
2024-02-21mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou
2024-01-30mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian
2024-01-22mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song
2023-12-06mm/slab: move kmalloc() functions from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move kmalloc_slab() to mm/slab.hVlastimil Babka
2023-12-06mm/slab: move kfree() from slab_common.c to slub.cVlastimil Babka
2023-12-06mm/slab: move struct kmem_cache_node from slab.h to slub.cVlastimil Babka
2023-12-06mm/slab: move memcg related functions from slab.h to slub.cVlastimil Babka