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
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
44 hours
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
10 days
Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-01-30
srcu: Fix warning to permit SRCU-fast readers in NMI handlers
Paul E. McKenney
2026-01-23
Merge branch 'rcu-nocb.20260123a'
Boqun Feng
2026-01-23
rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
Joel Fernandes
2026-01-23
rcu/nocb: Remove dead callback overload handling
Joel Fernandes
2026-01-23
rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
Joel Fernandes
2026-01-11
Merge branch 'rcu-misc.20260111a'
Boqun Feng
2026-01-11
rcu: Reduce synchronize_rcu() latency by reporting GP kthread's CPU QS early
Joel Fernandes
2026-01-07
srcu: Use suitable gfp_flags for the init_srcu_struct_nodes()
Zqiang
2026-01-07
rcu: Fix rcu_read_unlock() deadloop due to softirq
Yao Kai
2026-01-07
rcutorture: Correctly compute probability to invoke ->exp_current()
Paul E. McKenney
2026-01-07
rcu: Make expedited RCU CPU stall warnings detect stall-end races
Paul E. McKenney
2026-01-04
Merge branch 'rcu-torture.20260104a' into rcu-next
Boqun Feng
2026-01-01
rcutorture: Add context checks to rcu_torture_timer()
Paul E. McKenney
2026-01-01
rcutorture: Test rcu_tasks_trace_expedite_current()
Paul E. McKenney
2026-01-01
rcu: Add noinstr-fast rcu_read_{,un}lock_tasks_trace() APIs
Paul E. McKenney
2026-01-01
rcu: Move rcu_tasks_trace_srcu_struct out of #ifdef CONFIG_TASKS_RCU_GENERIC
Paul E. McKenney
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
2026-01-01
rcu: Re-implement RCU Tasks Trace in terms of SRCU-fast
Paul E. McKenney
2025-12-03
Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-30
Merge branch 'rcu/misc' into next
Frederic Weisbecker
2025-11-28
Merge branch 'rcu/refscale' into next
Frederic Weisbecker
2025-11-28
refscale: Add SRCU-fast-updown readers
Paul E. McKenney
2025-11-27
refscale: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
2025-11-27
rcutorture: Make srcu{,d}_torture_init() announce the SRCU type
Paul E. McKenney
2025-11-27
srcu: Create an SRCU-fast-updown API
Paul E. McKenney
2025-11-20
sched: Provide and use set_need_resched_current()
Peter Zijlstra
2025-11-07
refscale: Do not disable interrupts for tests involving local_bh_enable()
Paul E. McKenney
2025-11-07
refscale: Add non-atomic per-CPU increment readers
Paul E. McKenney
2025-11-07
refscale: Add this_cpu_inc() readers
Paul E. McKenney
2025-11-07
refscale: Add preempt_disable() readers
Paul E. McKenney
2025-11-07
refscale: Add local_bh_disable() readers
Paul E. McKenney
2025-11-07
refscale: Add local_irq_disable() and local_irq_save() readers
Paul E. McKenney
2025-11-07
srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
Paul E. McKenney
2025-11-07
rcu: Mark diagnostic functions as notrace
Paul E. McKenney
2025-11-06
rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()
Paul E. McKenney
2025-11-05
srcu: Require special srcu_struct define/init for SRCU-fast readers
Paul E. McKenney
2025-11-05
rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
2025-11-05
srcu: Make grace-period determination use ssp->srcu_reader_flavor
Paul E. McKenney
2025-11-05
srcu: Create a DEFINE_SRCU_FAST()
Paul E. McKenney
2025-11-05
rcutorture: Test srcu_expedite_current()
Paul E. McKenney
2025-11-05
srcu: Create an srcu_expedite_current() function
Paul E. McKenney
2025-11-05
srcu: Permit Tiny SRCU srcu_read_unlock() with interrupts disabled
Paul E. McKenney
2025-10-28
rcu: Add a small-width RCU watching counter debug option
Valentin Schneider
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-10-04
Merge tag 'rcu.2025.09.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]