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-05-18
sched/cache: Fix unpaired account_llc_enqueue/dequeue
Chen Yu
2026-05-18
sched/cache: Annotate lockless accesses to mm->sc_stat.cpu
Chen Yu
2026-05-18
sched/cache: Fix potential NULL mm pointer access
Chen Yu
2026-05-18
sched/cache: Fix rcu warning when accessing sd_llc domain
Chen Yu
2026-05-18
sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...
Chen Yu
2026-05-18
sched/cache: Avoid cache-aware scheduling for memory-heavy processes
Chen Yu
2026-05-18
sched/cache: Calculate the LLC size and store it in sched_domain
Chen Yu
2026-05-18
sched/cache: Skip cache-aware scheduling for single-threaded processes
Chen Yu
2026-05-18
sched/cache: Disable cache aware scheduling for processes with high thread co...
Chen Yu
2026-05-18
sched/cache: Allow only 1 thread of the process to calculate the LLC occupancy
Jianyong Wu
2026-05-17
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2026-05-17
sched_ext: Fix deadlock between scx_root_disable() and concurrent forks
Tejun Heo
2026-05-13
Merge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-05-13
Merge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-05-13
sched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolation
Andrea Righi
2026-05-12
sched_ext: Defer sub_kset base put to scx_sched_free_rcu_work
Tejun Heo
2026-05-12
sched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()
Tejun Heo
2026-05-12
sched_ext: Drop NONE early return in scx_disable_and_exit_task()
Tejun Heo
2026-05-11
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2026-05-11
sched_ext: Avoid UAF in scx_root_enable_workfn() init failure path
Tejun Heo
2026-05-11
sched_ext: Mark !CONFIG_EXT_SUB_SCHED dummy stubs static inline
Tejun Heo
2026-05-11
cgroup/cpuset: Reserve DL bandwidth only for root-domain moves
Guopeng Zhang
2026-05-11
sched_ext: Replace tryget_task_struct() with get_task_struct()
Andrea Righi
2026-05-10
sched_ext: Clear ops->priv on scx_alloc_and_add_sched() error paths
Andrea Righi
2026-05-10
sched_ext: Fix ops->priv clobber on concurrent attach/detach
Andrea Righi
2026-05-10
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2026-05-10
sched_ext: Add scx_task_iter_relock() and use it in scx_root_enable_workfn()
Tejun Heo
2026-05-10
sched_ext: Handle SCX_TASK_NONE in disable/switched_from paths
Tejun Heo
2026-05-10
sched_ext: Close sub-sched init race with post-init DEAD recheck
Tejun Heo
2026-05-10
sched_ext: Close root-enable vs sched_ext_dead() race with SCX_TASK_INIT_BEGIN
Tejun Heo
2026-05-10
sched_ext: Replace SCX_TASK_OFF_TASKS flag with SCX_TASK_DEAD state
Tejun Heo
2026-05-10
sched_ext: Inline scx_init_task() and move RESET_RUNNABLE_AT into scx_set_tas...
Tejun Heo
2026-05-10
sched_ext: Cleanups in preparation for the SCX_TASK_INIT_BEGIN/DEAD work
Tejun Heo
2026-05-09
sched_ext: Fix ops_cid layout assert
Tejun Heo
2026-05-08
Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-05-08
sched_ext: Use offsetofend on both sides of the ops_cid layout assert
Tejun Heo
2026-05-08
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize sch->disable_irq_work
Zqiang
2026-05-07
sched_ext: Fix !CONFIG_EXT_SUB_SCHED build warnings
Tejun Heo
2026-05-07
sched_ext: Drop unused scx_find_sub_sched() stub
Tejun Heo
2026-05-07
sched_ext: Move scx_error() out of scx_link_sched()'s lock region
Tejun Heo
2026-05-06
sched/fair: Fix wakeup_preempt_fair() for not waking up task
Vincent Guittot
2026-05-06
sched/fair: Fix overflow in vruntime_eligible()
Zhan Xusheng
2026-05-05
Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-05-05
rseq: Revert to historical performance killing behaviour
Thomas Gleixner
2026-05-05
sched: Use trace_call__<tp>() to save a static branch
Gabriele Monaco
2026-05-05
sched/membarrier: Modernize membarrier_global_expedited with cleanup guards
Aniket Gattani
2026-05-05
sched/membarrier: Use per-CPU mutexes for targeted commands
Aniket Gattani
2026-05-04
sched_ext: Add __printf format attributes to scx_vexit() and bstr formatters
Tejun Heo
2026-05-04
sched_ext: idle: Recheck prev_cpu after narrowing allowed mask
David Carlier
2026-05-04
sched_ext: Normalize exit dump header to "on CPU N"
Cheng-Yang Chou
[prev]
[next]