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
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
2026-06-02
sched: Add blocked_donor link to task for smarter mutex handoffs
Peter Zijlstra
2026-06-02
sched: Add is_blocked task flag
John Stultz
2026-06-02
sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING case
John Stultz
2026-06-02
sched: Rework block_task so it can be directly called
John Stultz
2026-06-02
sched: deadline: Add dl_rq->curr pointer to address issues with Proxy Exec
John Stultz
2026-06-02
sched: deadline: Add some helper variables to cleanup deadline logic
John Stultz
2026-06-02
sched: Rework prev_balance() to avoid stale prev references
John Stultz
2026-06-02
Merge branch 'tip/sched/urgent'
Peter Zijlstra
2026-05-31
sched_ext: Guard BPF arena helper calls to fix 32-bit build
Tejun Heo
2026-05-29
sched/fair: Use rq_clock() in update_tg_load_avg() rate-limit
Rik van Riel
2026-05-29
sched_ext: Auto-register/unregister dl_server reservations
Andrea Righi
2026-05-29
sched/deadline: Reject debugfs dl_server writes for offline CPUs
Andrea Righi
2026-05-29
sched/topology: Provide arch_llc_mask for cache aware scheduling
Shrikanth Hegde
2026-05-27
sched_ext: idle: Fix errno loss in scx_idle_init()
Cheng-Yang Chou
2026-05-26
sched: Remove sched_class::pick_next_task()
Peter Zijlstra
2026-05-26
sched/fair: Add newidle balance to pick_task_fair()
Peter Zijlstra
2026-05-26
sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sections
Peter Zijlstra
2026-05-26
sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_mode
Peter Zijlstra
2026-05-26
sched/debug: Use char * instead of char (*)[]
Peter Zijlstra
2026-05-26
sched/fair: Fix RCU usage in NOHZ exit path on CPU offline
Andrea Righi
2026-05-25
sched_ext: Convert ops.set_cmask() to arena-resident cmask
Tejun Heo
2026-05-25
sched_ext: Sub-allocator over kernel-claimed BPF arena pages
Tejun Heo
2026-05-25
sched_ext: Require an arena for cid-form schedulers
Tejun Heo
2026-05-25
Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...
Tejun Heo
2026-05-22
Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-05-21
sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()
Samuele Mariotti
2026-05-20
sched_ext: Add cmask mask ops
Tejun Heo
2026-05-20
sched_ext: Track bits[] storage size in struct scx_cmask
Tejun Heo
2026-05-20
sched_ext: Rename scx_cmask.nr_bits to nr_cids
Tejun Heo
2026-05-19
sched/topology: Allow multiple domains to claim sched_domain_shared
K Prateek Nayak
2026-05-19
Merge branch 'sched/cache'
Peter Zijlstra
2026-05-19
sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT
Steven Rostedt
2026-05-19
sched: Switch rq->next_class on proxy_resched_idle()
John Stultz
2026-05-19
sched/fair: Add SIS_UTIL support to select_idle_capacity()
K Prateek Nayak
2026-05-19
sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacity
Andrea Righi
2026-05-19
sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection
Andrea Righi
2026-05-19
sched/fair: Attach sched_domain_shared to sd_asym_cpucapacity
K Prateek Nayak
2026-05-19
sched/fair: Drop redundant RCU read lock in NOHZ kick path
Andrea Righi
2026-05-19
sched: Unify SMT active check via sched_smt_active()
Shrikanth Hegde
2026-05-19
sched/fair: Add sched_smt_active check for fastpaths
Shrikanth Hegde
2026-05-19
sched: Simplify ifdeffery around cpu_smt_mask
Shrikanth Hegde
2026-05-19
sched/fair: Update util_est after updating util_avg during dequeue
Vincent Guittot
2026-05-19
sched/cputime: Drop now-stale mul_u64_u64_div_u64() over-approximation guard
Nicolas Pitre
2026-05-19
sched/deadline: Fix replenishment logic for non-deferred servers
Yuri Andriaccio
2026-05-19
sched/rt: Update default bandwidth for real-time tasks to ONE
Yuri Andriaccio
2026-05-18
sched/cache: Fix stale preferred_llc for a new task
Chen Yu
2026-05-18
sched/cache: Fix has_multi_llcs iff at least one partition has multiple LLCs
Chen Yu
2026-05-18
sched/cache: Fix cache aware scheduling enabling for multi LLCs system
Chen Yu
2026-05-18
sched/cache: Fix race condition during sched domain rebuild
Chen Yu
2026-05-18
sched/cache: Fix checking active load balance by only considering the CFS task
Chen Yu
[prev]
[next]