index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-09
codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...
Hao Ge
1
-1
/
+5
2025-11-06
slab: prevent infinite loop in kmalloc_nolock() with debugging
Vlastimil Babka
1
-1
/
+5
2025-10-24
slab: Fix obj_ext mistakenly considered NULL due to race condition
Hao Ge
1
-5
/
+11
2025-10-23
slab: fix slab accounting imbalance due to defer_deactivate_slab()
Vlastimil Babka
1
-3
/
+5
2025-10-21
slab: Avoid race on slab->obj_exts in alloc_slab_obj_exts
Hao Ge
1
-3
/
+6
2025-10-16
slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAIL
Hao Ge
1
-1
/
+8
2025-10-14
slab: fix clearing freelist in free_deferred_objects()
Vlastimil Babka
1
-3
/
+4
2025-10-11
slab: fix barn NULL pointer dereference on memoryless nodes
Vlastimil Babka
1
-14
/
+51
2025-10-07
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
Kuniyuki Iwashima
1
-1
/
+2
2025-10-06
slab: Fix using this_cpu_ptr() in preemptible context
Ran Xiaokai
1
-2
/
+9
2025-10-03
slab: Add allow_spin check to eliminate kmemleak warnings
Ran Xiaokai
1
-1
/
+2
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-32
/
+65
2025-09-29
Merge series "slab: Re-entrant kmalloc_nolock()"
Vlastimil Babka
1
-50
/
+476
2025-09-29
Merge series "SLUB percpu sheaves"
Vlastimil Babka
1
-46
/
+1698
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
1
-49
/
+455
2025-09-29
slab: Reuse first bit for OBJEXTS_ALLOC_FAIL
Alexei Starovoitov
1
-1
/
+1
2025-09-29
slab: Make slub local_(try)lock more precise for LOCKDEP
Alexei Starovoitov
1
-0
/
+20
2025-09-29
slab: allow NUMA restricted allocations to use percpu sheaves
Vlastimil Babka
1
-7
/
+46
2025-09-29
slab: skip percpu sheaves for remote object freeing
Vlastimil Babka
1
-6
/
+35
2025-09-29
slab: determine barn status racily outside of lock
Vlastimil Babka
1
-7
/
+20
2025-09-29
slab: sheaf prefilling for guaranteed allocations
Vlastimil Babka
1
-0
/
+263
2025-09-29
slab: add sheaf support for batching kfree_rcu() operations
Vlastimil Babka
1
-2
/
+266
2025-09-28
alloc_tag: fix boot failure due to NULL pointer dereference
Ran Xiaokai
1
-9
/
+9
2025-09-26
slab: add opt-in caching layer of percpu sheaves
Vlastimil Babka
1
-45
/
+1091
2025-09-26
slab: simplify init_kmem_cache_nodes() error handling
Vlastimil Babka
1
-3
/
+1
2025-09-21
alloc_tag: mark inaccurate allocation counters in /proc/allocinfo output
Suren Baghdasaryan
1
-0
/
+2
2025-09-16
slab: mark slab->obj_exts allocation failures unconditionally
Suren Baghdasaryan
1
-2
/
+1
2025-09-15
slab: don't validate slab pointer in free_debug_processing()
Vlastimil Babka
1
-5
/
+0
2025-09-15
slab: validate slab before using it in alloc_single_from_partial()
Vlastimil Babka
1
-8
/
+12
2025-09-15
slab: move validate_slab_ptr() from alloc_consistency_checks() to its caller
Vlastimil Babka
1
-16
/
+14
2025-09-15
slab: move validate_slab_ptr() from check_slab() to its callers
Vlastimil Babka
1
-5
/
+20
2025-09-15
slab: wrap debug slab validation in validate_slab_ptr()
Vlastimil Babka
1
-3
/
+12
2025-09-15
slab: Remove dead code in free_consistency_checks()
Matthew Wilcox (Oracle)
1
-4
/
+1
2025-09-13
slab: use memdesc_flags_t
Matthew Wilcox (Oracle)
1
-9
/
+9
2025-09-13
mm/slub: allow to set node and align in k[v]realloc
Vitaly Wool
1
-14
/
+45
2025-09-10
mm/slub: Refactor note_cmpxchg_failure for better readability
Ye Liu
1
-6
/
+5
2025-09-10
mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting
Kuan-Wei Chiu
1
-3
/
+3
2025-09-10
mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
Kuan-Wei Chiu
1
-4
/
+1
2025-09-01
mm: slub: avoid wake up kswapd in set_track_prepare
yangshiguang
1
-10
/
+20
2025-08-25
mm/slub: avoid accessing metadata when pointer is invalid in object_err()
Li Qiong
1
-1
/
+6
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+2
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-49
/
+12
2025-07-13
mm,slub: use node-notifier instead of memory-notifier
Oscar Salvador
1
-19
/
+10
2025-07-13
mm,slub: do not special case N_NORMAL nodes for slab_nodes
Oscar Salvador
1
-31
/
+3
2025-06-18
slub: Fix a documentation build error for krealloc()
Jonathan Corbet
1
-5
/
+5
2025-06-18
slab: Add SL_pfmemalloc flag
Matthew Wilcox (Oracle)
1
-0
/
+21
2025-06-18
slab: Add SL_partial flag
Matthew Wilcox (Oracle)
1
-12
/
+10
2025-06-18
slab: Rename slab->__page_flags to slab->flags
Matthew Wilcox (Oracle)
1
-3
/
+15
2025-06-17
mm, slab: use frozen pages for large kmalloc
Vlastimil Babka
1
-3
/
+3
2025-06-17
mm, slab: restore NUMA policy support for large kmalloc
Vlastimil Babka
1
-1
/
+6
[next]