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.18.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
Age
Commit message (
Expand
)
Author
2026-02-10
mm/slab: allow freeing kmalloc_nolock()'d objects using kfree[_rcu]()
Harry Yoo
2026-02-10
mm/slab: use prandom if !allow_spin
Harry Yoo
2026-02-10
mm/slab: do not access current->mems_allowed_seq if !allow_spin
Harry Yoo
2026-02-10
Merge branch 'slab/for-7.0/sheaves' into slab/for-next
Vlastimil Babka
2026-02-06
slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is set
Hao Li
2026-02-04
mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable caches
Harry Yoo
2026-02-04
mm/slab: place slabobj_ext metadata in unused space within s->size
Harry Yoo
2026-02-04
mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
Harry Yoo
2026-02-04
mm/slab: save memory by allocating slabobj_ext array from leftover
Harry Yoo
2026-02-04
mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
Harry Yoo
2026-02-04
mm/slab: use stride to access slabobj_ext
Harry Yoo
2026-02-04
mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
Harry Yoo
2026-02-04
ext4: specify the free pointer offset for ext4_inode_cache
Harry Yoo
2026-02-04
mm/slab: allow specifying free pointer offset when using constructor
Harry Yoo
2026-02-04
mm/slab: use unsigned long for orig_size to ensure proper metadata align
Harry Yoo
2026-02-04
slub: clarify object field layout comments
Hao Li
2026-02-04
mm/slab: avoid allocating slabobj_ext array from its own slab
Harry Yoo
2026-01-29
slub: avoid list_lock contention from __refill_objects_any()
Vlastimil Babka
2026-01-29
mm/slub: cleanup and repurpose some stat items
Vlastimil Babka
2026-01-29
mm/slub: remove DEACTIVATE_TO_* stat items
Vlastimil Babka
2026-01-29
slab: remove frozen slab checks from __slab_free()
Vlastimil Babka
2026-01-29
slab: update overview comments
Vlastimil Babka
2026-01-29
slab: refill sheaves from all nodes
Vlastimil Babka
2026-01-29
slab: remove unused PREEMPT_RT specific macros
Vlastimil Babka
2026-01-29
slab: remove struct kmem_cache_cpu
Vlastimil Babka
2026-01-29
slab: simplify kmalloc_nolock()
Vlastimil Babka
2026-01-29
slab: remove defer_deactivate_slab()
Vlastimil Babka
2026-01-29
slab: remove the do_slab_free() fastpath
Vlastimil Babka
2026-01-29
slab: remove SLUB_CPU_PARTIAL
Vlastimil Babka
2026-01-29
slab: remove cpu (partial) slabs usage from allocation paths
Vlastimil Babka
2026-01-29
slab: add optimized sheaf refill from partial list
Vlastimil Babka
2026-01-29
slab: handle kmalloc sheaves bootstrap
Vlastimil Babka
2026-01-29
slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
Vlastimil Babka
2026-01-29
slab: introduce percpu sheaves bootstrap
Vlastimil Babka
2026-01-29
slab: add sheaves to most caches
Vlastimil Babka
2026-01-27
slub: keep empty main sheaf as spare in __pcs_replace_empty_main()
Hao Li
2026-01-27
mm/slab: factor out slab_args_unmergeable()
Harry Yoo
2026-01-27
mm/slab: make caches with sheaves mergeable
Vlastimil Babka
2026-01-27
mm/slab: move and refactor __kmem_cache_alias()
Vlastimil Babka
2026-01-27
slab: add SLAB_CONSISTENCY_CHECKS to SLAB_NEVER_MERGE
Vlastimil Babka
2026-01-27
mm/slab: fix false lockdep warning in __kfree_rcu_sheaf()
Harry Yoo
2026-01-27
mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
Vlastimil Babka
2026-01-27
slab: replace cache_from_obj() with inline checks
Vlastimil Babka
2026-01-21
slab: fix kmalloc_nolock() context check for PREEMPT_RT
Swaraj Gaikwad
2026-01-11
Linux 6.19-rc5
v6.19-rc5
Linus Torvalds
2026-01-11
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2026-01-11
Merge tag 'char-misc-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-01-11
Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-01-11
Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-01-11
Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
[next]