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.18-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_qcom-6.18.y
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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2026-01-22
rseq: Implement time slice extension enforcement timer
Thomas Gleixner
2026-01-22
rseq: Implement syscall entry work for time slice extensions
Thomas Gleixner
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
2026-01-22
rseq: Add prctl() to enable time slice extensions
Thomas Gleixner
2026-01-22
rseq: Add statistics for time slice extensions
Thomas Gleixner
2026-01-22
rseq: Provide static branch for time slice extensions
Thomas Gleixner
2026-01-22
rseq: Add fields and constants for time slice extension
Thomas Gleixner
2026-01-22
sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
Fushuai Wang
2026-01-15
sched/fair: Remove nohz.nr_cpus and use weight of cpumask instead
Shrikanth Hegde
2026-01-15
sched/fair: Change likelyhood of nohz.nr_cpus
Shrikanth Hegde
2026-01-15
sched/fair: Move checking for nohz cpus after time check
Shrikanth Hegde
2026-01-15
sched/fair: Fix math notation errors in avg_vruntime comment
Zhan Xusheng
2026-01-15
sched: Fix build for modules using set_tsk_need_resched()
Gabriele Monaco
2026-01-13
sched: Export hidden tracepoints to modules
Gabriele Monaco
2026-01-08
sched: Further restrict the preemption modes
Peter Zijlstra
2026-01-08
sched: Reorder some fields in struct rq
Blake Jones
2026-01-08
sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()
Yury Norov (NVIDIA)
2026-01-08
sched/fair: Simplify task_numa_find_cpu()
Yury Norov (NVIDIA)
2026-01-08
sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()
Yury Norov (NVIDIA)
2025-12-19
sched/fair: Fix sched_avg fold
Peter Zijlstra
2025-12-17
sched: Fix faulty assertion in sched_change_end()
Peter Zijlstra
2025-12-17
sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()
Peter Zijlstra
2025-12-15
sched/fair: Sort out 'blocked_load*' namespace noise
Ingo Molnar
2025-12-15
sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...
Ingo Molnar
2025-12-15
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...
Ingo Molnar
2025-12-15
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
Ingo Molnar
2025-12-15
sched/fair: Clean up comments in 'struct cfs_rq'
Ingo Molnar
2025-12-15
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks
Ingo Molnar
2025-12-14
sched/core: Add assertions to QUEUE_CLASS
Peter Zijlstra
2025-12-14
sched/fair: Limit hrtick work
Peter Zijlstra
2025-12-14
sched/fair: Remove superfluous rcu_read_lock()
Peter Zijlstra
2025-12-14
sched/fair: Switch to rcu_dereference_all()
Peter Zijlstra
2025-12-14
sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference...
Peter Zijlstra
2025-12-14
sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()
Peter Zijlstra
2025-12-14
sched/fair: Fold the sched_avg update
Peter Zijlstra
2025-12-14
Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-12-14
Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-12-14
Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-12-13
Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-12-10
mm: memfd_luo: add CONFIG_SHMEM dependency
Arnd Bergmann
2025-12-10
liveupdate: luo_core: fix redundant bound check in luo_ioctl()
Pasha Tatashin
2025-12-10
liveupdate: luo_file: don't use invalid list iterator
Dan Carpenter
2025-12-11
Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2025-12-11
Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-12-10
Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-12-10
cpu: Make atomic hotplug callbacks run with interrupts disabled on UP
Sebastian Andrzej Siewior
2025-12-10
genirq: Allow NULL affinity for setup_percpu_irq()
Marc Zyngier
2025-12-09
perf/core: Fix missing read event generation on task exit
Thaumy Cheng
2025-12-08
dma/pool: eliminate alloc_pages warning in atomic_pool_expand
Dave Kleikamp
2025-12-07
genirq: Change hwirq parameter to irq_hw_number_t
Tobias Schumacher
[next]