summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 daysMerge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
13 daysMerge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-nextVlastimil Babka
13 daysMerge branch 'slab/for-6.19/memdesc_prep' into slab/for-nextVlastimil Babka
13 daysMerge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-nextVlastimil Babka
13 daysslab: Remove unnecessary call to compound_head() in alloc_from_pcs()Matthew Wilcox (Oracle)
2025-11-16mm: remove reference to destructor in comment in calculate_sizes()William Kucharski
2025-11-16mm: kvmalloc: add non-blocking support for vmallocUladzislau Rezki (Sony)
2025-11-16mm: fix some typos in mm modulejianyun.gao
2025-11-13Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-13mm/slub: fix memory leak in free_to_pcs_bulk()Harry Yoo
2025-11-13slab: Remove folio references from kfree_nolock()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from build_detached_freelist()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from __do_krealloc()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kfree()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from kvfree_rcu_cb()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from free_large_kmalloc()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references from ___kmalloc_large_node()Matthew Wilcox (Oracle)
2025-11-13slab: Remove folio references in slab alloc/freeMatthew Wilcox (Oracle)
2025-11-13slab: Remove folio references in memcg_slab_post_charge()Matthew Wilcox (Oracle)
2025-11-13mm: simplify list initialization in barn_shrink()Baolin Liu
2025-11-13slab: use struct freelist_counters as parameters in relevant functionsVlastimil Babka
2025-11-10slab: use struct freelist_counters for local variables instead of struct slabVlastimil Babka
2025-11-10slab: turn freelist_aba_t to a struct and fully define counters thereVlastimil Babka
2025-11-10slab: separate struct freelist_tid from kmem_cache_cpuVlastimil Babka
2025-11-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge
2025-11-07slab: prevent recursive kmalloc() in alloc_empty_sheaf()Vlastimil Babka
2025-11-07slab: make __slab_free() more clearVlastimil Babka
2025-11-07slub: remove CONFIG_SLUB_TINY specific code pathsVlastimil Babka
2025-11-07slab: handle pfmemalloc slabs properly with sheavesVlastimil Babka
2025-11-07slab: move kfence_alloc() out of internal bulk allocVlastimil Babka
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka
2025-10-30slab: use new API for remaining command line parametersPetr Tesarik
2025-10-27slab: convert setup_slub_debug() to use __core_param_cb()Petr Tesarik
2025-10-27slab: constify slab debug stringsPetr Tesarik
2025-10-24slab: Fix obj_ext mistakenly considered NULL due to race conditionHao Ge
2025-10-23slab: fix slab accounting imbalance due to defer_deactivate_slab()Vlastimil Babka
2025-10-21slab: Avoid race on slab->obj_exts in alloc_slab_obj_extsHao Ge
2025-10-16slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAILHao Ge
2025-10-14slab: fix clearing freelist in free_deferred_objects()Vlastimil Babka
2025-10-11slab: fix barn NULL pointer dereference on memoryless nodesVlastimil Babka
2025-10-07slub: Don't call lockdep_unregister_key() for immature kmem_cache.Kuniyuki Iwashima
2025-10-06slab: Fix using this_cpu_ptr() in preemptible contextRan Xiaokai
2025-10-03slab: Add allow_spin check to eliminate kmemleak warningsRan Xiaokai
2025-10-02Merge 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: Reuse first bit for OBJEXTS_ALLOC_FAILAlexei Starovoitov
2025-09-29slab: Make slub local_(try)lock more precise for LOCKDEPAlexei Starovoitov