index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5 days
Merge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
13 days
Merge branch 'slab/for-6.19/freelist_aba_t_cleanups' into slab/for-next
Vlastimil Babka
13 days
Merge branch 'slab/for-6.19/memdesc_prep' into slab/for-next
Vlastimil Babka
13 days
Merge branch 'slab/for-6.19/sheaves_cleanups' into slab/for-next
Vlastimil Babka
13 days
slab: Remove unnecessary call to compound_head() in alloc_from_pcs()
Matthew Wilcox (Oracle)
2025-11-16
mm: remove reference to destructor in comment in calculate_sizes()
William Kucharski
2025-11-16
mm: kvmalloc: add non-blocking support for vmalloc
Uladzislau Rezki (Sony)
2025-11-16
mm: fix some typos in mm module
jianyun.gao
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-13
slab: Remove folio references from kfree_nolock()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from build_detached_freelist()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from __do_krealloc()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from kfree()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from kvfree_rcu_cb()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from free_large_kmalloc()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references from ___kmalloc_large_node()
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references in slab alloc/free
Matthew Wilcox (Oracle)
2025-11-13
slab: Remove folio references in memcg_slab_post_charge()
Matthew Wilcox (Oracle)
2025-11-13
mm: simplify list initialization in barn_shrink()
Baolin Liu
2025-11-13
slab: use struct freelist_counters as parameters in relevant functions
Vlastimil Babka
2025-11-10
slab: use struct freelist_counters for local variables instead of struct slab
Vlastimil Babka
2025-11-10
slab: turn freelist_aba_t to a struct and fully define counters there
Vlastimil Babka
2025-11-10
slab: separate struct freelist_tid from kmem_cache_cpu
Vlastimil Babka
2025-11-09
codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...
Hao Ge
2025-11-07
slab: prevent recursive kmalloc() in alloc_empty_sheaf()
Vlastimil Babka
2025-11-07
slab: make __slab_free() more clear
Vlastimil Babka
2025-11-07
slub: remove CONFIG_SLUB_TINY specific code paths
Vlastimil Babka
2025-11-07
slab: handle pfmemalloc slabs properly with sheaves
Vlastimil Babka
2025-11-07
slab: move kfence_alloc() out of internal bulk alloc
Vlastimil Babka
2025-11-06
slab: prevent infinite loop in kmalloc_nolock() with debugging
Vlastimil Babka
2025-10-30
slab: use new API for remaining command line parameters
Petr Tesarik
2025-10-27
slab: convert setup_slub_debug() to use __core_param_cb()
Petr Tesarik
2025-10-27
slab: constify slab debug strings
Petr Tesarik
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
[next]