summaryrefslogtreecommitdiff
path: root/mm/slab_common.c
AgeCommit message (Expand)Author
2024-10-02mm, slab: suppress warnings in test_leak_destroy kunit testVlastimil Babka
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-13Merge branch 'slab/for-6.12/kmem_cache_args' into slab/for-nextVlastimil Babka
2024-09-13Merge branch 'slab/for-6.12/rcu_barriers' into slab/for-nextVlastimil Babka
2024-09-13mm, slab: restore kerneldoc for kmem_cache_create()Vlastimil Babka
2024-09-10slab: make __kmem_cache_create() static inlineChristian Brauner
2024-09-10slab: make kmem_cache_create_usercopy() static inlineChristian Brauner
2024-09-10slab: remove kmem_cache_create_rcu()Christian Brauner
2024-09-10slab: create kmem_cache_create() compatibility layerChristian Brauner
2024-09-10slab: pass struct kmem_cache_args to do_kmem_cache_create()Christian Brauner
2024-09-10slab: pass struct kmem_cache_args to create_cache()Christian Brauner
2024-09-10slab: port kmem_cache_create_usercopy() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port kmem_cache_create_rcu() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: port kmem_cache_create() to struct kmem_cache_argsChristian Brauner
2024-09-10slab: add struct kmem_cache_argsChristian Brauner
2024-09-10slab: s/__kmem_cache_create/do_kmem_cache_create/gChristian Brauner
2024-09-05mm/slab: Optimize the code logic in find_mergeable()Xavier
2024-09-03mm: krealloc: clarify valid usage of __GFP_ZERODanilo Krummrich
2024-09-03mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich
2024-09-02mm: Removed @freeptr_offset to prevent doc warningR Sundar
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner
2024-08-29mm: remove unused argument from create_cache()Christian Brauner
2024-08-27mm, slab: use kmem_cache_free() to free from kmem_buckets_cacheYan Zhen
2024-08-27slub: Introduce CONFIG_SLUB_RCU_DEBUGJann Horn
2024-08-27mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()Vlastimil Babka
2024-08-27mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy()Vlastimil Babka
2024-08-27mm, slab: move kfence_shutdown_cache() outside slab_mutexVlastimil Babka
2024-08-27mm, slab: unlink slabinfo, sysfs and debugfs immediatelyVlastimil Babka
2024-08-27mm, slab: dissolve shutdown_cache() into its callerVlastimil Babka
2024-08-26slab: Warn on duplicate cache names when DEBUG_VM=yPedro Falcato
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-03mm/slab: Introduce kmem_buckets_create() and familyKees Cook
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook
2024-07-03mm/slab: Introduce kmem_buckets typedefKees Cook
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-02mm/slub: remove the check for NULL kmalloc_cachesHyunmin Lee
2024-05-02mm/slub: create kmalloc 96 and 192 caches regardless cache size orderHyunmin Lee
2024-04-25mm/slab: enable slab allocation tagging for kmalloc and friendsSuren Baghdasaryan
2024-03-25mm/slub: remove dummy slabinfo functionsXiu Jianfeng
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang
2024-02-26mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor
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