index
:
kernel
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
2026-03-19
slab: distinguish lock and trylock for sheaf_flush_main()
Vlastimil Babka
2026-03-19
mm/slab: fix an incorrect check in obj_exts_alloc_size()
Harry Yoo
2026-03-12
mm/slab: use prandom if !allow_spin
Harry Yoo
2026-03-12
slub: remove CONFIG_SLUB_TINY specific code paths
Vlastimil Babka
2026-03-04
mm/slab: do not access current->mems_allowed_seq if !allow_spin
Harry Yoo
2026-03-04
mm/slab: use unsigned long for orig_size to ensure proper metadata align
Harry Yoo
2026-03-04
mm/slab: avoid allocating slabobj_ext array from its own slab
Harry Yoo
2026-02-26
mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
Harry Yoo
2026-02-11
mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single
Hao Ge
2026-01-30
mm: fix some typos in mm module
jianyun.gao
2026-01-30
slab: fix kmalloc_nolock() context check for PREEMPT_RT
Swaraj Gaikwad
2026-01-02
mm/slub: reset KASAN tag in defer_free() before accessing freed memory
Deepanshu Kartikey
2026-01-02
mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
Harry Yoo
2025-11-13
Merge tag 'slab-for-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-13
mm/slub: fix memory leak in free_to_pcs_bulk()
Harry Yoo
2025-11-09
codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...
Hao Ge
2025-11-06
slab: prevent infinite loop in kmalloc_nolock() with debugging
Vlastimil Babka
2025-10-24
slab: Fix obj_ext mistakenly considered NULL due to race condition
Hao Ge
2025-10-23
slab: fix slab accounting imbalance due to defer_deactivate_slab()
Vlastimil Babka
2025-10-21
slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts
Hao Ge
2025-10-16
slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAIL
Hao Ge
2025-10-14
slab: fix clearing freelist in free_deferred_objects()
Vlastimil Babka
2025-10-11
slab: fix barn NULL pointer dereference on memoryless nodes
Vlastimil Babka
2025-10-07
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
Kuniyuki Iwashima
2025-10-06
slab: Fix using this_cpu_ptr() in preemptible context
Ran Xiaokai
2025-10-03
slab: Add allow_spin check to eliminate kmemleak warnings
Ran Xiaokai
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-09-29
Merge series "slab: Re-entrant kmalloc_nolock()"
Vlastimil Babka
2025-09-29
Merge series "SLUB percpu sheaves"
Vlastimil Babka
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
2025-09-29
slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
Alexei Starovoitov
2025-09-29
slab: Make slub local_(try)lock more precise for LOCKDEP
Alexei Starovoitov
2025-09-29
slab: allow NUMA restricted allocations to use percpu sheaves
Vlastimil Babka
2025-09-29
slab: skip percpu sheaves for remote object freeing
Vlastimil Babka
2025-09-29
slab: determine barn status racily outside of lock
Vlastimil Babka
2025-09-29
slab: sheaf prefilling for guaranteed allocations
Vlastimil Babka
2025-09-29
slab: add sheaf support for batching kfree_rcu() operations
Vlastimil Babka
2025-09-28
alloc_tag: fix boot failure due to NULL pointer dereference
Ran Xiaokai
2025-09-26
slab: add opt-in caching layer of percpu sheaves
Vlastimil Babka
2025-09-26
slab: simplify init_kmem_cache_nodes() error handling
Vlastimil Babka
2025-09-21
alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
Suren Baghdasaryan
2025-09-16
slab: mark slab->obj_exts allocation failures unconditionally
Suren Baghdasaryan
2025-09-15
slab: don't validate slab pointer in free_debug_processing()
Vlastimil Babka
2025-09-15
slab: validate slab before using it in alloc_single_from_partial()
Vlastimil Babka
2025-09-15
slab: move validate_slab_ptr() from alloc_consistency_checks() to its caller
Vlastimil Babka
2025-09-15
slab: move validate_slab_ptr() from check_slab() to its callers
Vlastimil Babka
2025-09-15
slab: wrap debug slab validation in validate_slab_ptr()
Vlastimil Babka
2025-09-15
slab: Remove dead code in free_consistency_checks()
Matthew Wilcox (Oracle)
2025-09-13
slab: use memdesc_flags_t
Matthew Wilcox (Oracle)
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
[next]