开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
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
2025-09-10
mm/slub: Refactor note_cmpxchg_failure for better readability
Ye Liu
2025-09-10
mm/slub: Replace sort_r() with sort() for debugfs stack trace sorting
Kuan-Wei Chiu
2025-09-10
mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equal
Kuan-Wei Chiu
2025-09-01
mm: slub: avoid wake up kswapd in set_track_prepare
yangshiguang
2025-08-25
mm/slub: avoid accessing metadata when pointer is invalid in object_err()
Li Qiong
2025-08-04
Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-13
mm,slub: use node-notifier instead of memory-notifier
Oscar Salvador
2025-07-13
mm,slub: do not special case N_NORMAL nodes for slab_nodes
Oscar Salvador
2025-06-18
slub: Fix a documentation build error for krealloc()
Jonathan Corbet
2025-06-18
slab: Add SL_pfmemalloc flag
Matthew Wilcox (Oracle)
2025-06-18
slab: Add SL_partial flag
Matthew Wilcox (Oracle)
2025-06-18
slab: Rename slab->__page_flags to slab->flags
Matthew Wilcox (Oracle)
2025-06-17
mm, slab: use frozen pages for large kmalloc
Vlastimil Babka
2025-06-17
mm, slab: restore NUMA policy support for large kmalloc
Vlastimil Babka
2025-06-09
slab: Decouple slab_debug and no_hash_pointers
Kees Cook
2025-06-04
Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2025-05-26
mm: slub: only warn once when allocating slab obj extensions fails
Usama Arif
2025-04-24
mm, slab: clean up slab->obj_exts always
Zhenhua Huang
2025-04-22
mm: kvmalloc: make kmalloc fast path real fast path
Michal Hocko
2025-04-14
slab: ensure slab->obj_exts is clear in a newly allocated slab page
Suren Baghdasaryan
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
[next]