index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
slub.c
Age
Commit message (
Expand
)
Author
14 days
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
2025-03-20
Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-next
Vlastimil Babka
2025-03-16
alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
Suren Baghdasaryan
2025-03-06
slub: Handle freelist cycle in on_freelist()
Lilith Gkini
2025-03-04
slab: Mark large folios for debugging purposes
Matthew Wilcox (Oracle)
[next]