summaryrefslogtreecommitdiff
path: root/mm/slub.c
AgeCommit message (Expand)Author
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-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge
2025-11-06slab: prevent infinite loop in kmalloc_nolock() with debuggingVlastimil Babka
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
2025-09-29slab: allow NUMA restricted allocations to use percpu sheavesVlastimil Babka
2025-09-29slab: skip percpu sheaves for remote object freeingVlastimil Babka
2025-09-29slab: determine barn status racily outside of lockVlastimil Babka
2025-09-29slab: sheaf prefilling for guaranteed allocationsVlastimil Babka
2025-09-29slab: add sheaf support for batching kfree_rcu() operationsVlastimil Babka
2025-09-28alloc_tag: fix boot failure due to NULL pointer dereferenceRan Xiaokai
2025-09-26slab: add opt-in caching layer of percpu sheavesVlastimil Babka
2025-09-26slab: simplify init_kmem_cache_nodes() error handlingVlastimil Babka
2025-09-21alloc_tag: mark inaccurate allocation counters in /proc/allocinfo outputSuren Baghdasaryan
2025-09-16slab: mark slab->obj_exts allocation failures unconditionallySuren Baghdasaryan
2025-09-15slab: don't validate slab pointer in free_debug_processing()Vlastimil Babka
2025-09-15slab: validate slab before using it in alloc_single_from_partial()Vlastimil Babka
2025-09-15slab: move validate_slab_ptr() from alloc_consistency_checks() to its callerVlastimil Babka
2025-09-15slab: move validate_slab_ptr() from check_slab() to its callersVlastimil Babka
2025-09-15slab: wrap debug slab validation in validate_slab_ptr()Vlastimil Babka
2025-09-15slab: Remove dead code in free_consistency_checks()Matthew Wilcox (Oracle)
2025-09-13slab: use memdesc_flags_tMatthew Wilcox (Oracle)
2025-09-13mm/slub: allow to set node and align in k[v]reallocVitaly Wool
2025-09-10mm/slub: Refactor note_cmpxchg_failure for better readabilityYe Liu
2025-09-10mm/slub: Replace sort_r() with sort() for debugfs stack trace sortingKuan-Wei Chiu
2025-09-10mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equalKuan-Wei Chiu
2025-09-01mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang
2025-08-25mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-13mm,slub: use node-notifier instead of memory-notifierOscar Salvador
2025-07-13mm,slub: do not special case N_NORMAL nodes for slab_nodesOscar Salvador
2025-06-18slub: Fix a documentation build error for krealloc()Jonathan Corbet
2025-06-18slab: Add SL_pfmemalloc flagMatthew Wilcox (Oracle)
2025-06-18slab: Add SL_partial flagMatthew Wilcox (Oracle)
2025-06-18slab: Rename slab->__page_flags to slab->flagsMatthew Wilcox (Oracle)