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
/
sched
Age
Commit message (
Expand
)
Author
2017-04-14
sched/fair: Increase PELT accuracy for small tasks
Peter Zijlstra
2017-04-14
sched/fair: Fix comments
Peter Zijlstra
2017-04-14
sched/fair: Fix corner case in __accumulate_sum()
Peter Zijlstra
2017-04-11
Merge tag 'v4.11-rc6' into sched/core, to pick up fixes
Ingo Molnar
2017-04-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-03-30
sched/fair: Optimize ___update_sched_avg()
Yuyang Du
2017-03-30
sched/fair: Explicitly generate __update_load_avg() instances
Peter Zijlstra
2017-03-27
sched/clock: Fix broken stable to unstable transfer
Pavel Tatashin
2017-03-27
sched/fair: Prefer sibiling only if local group is under-utilized
Srikar Dronamraju
2017-03-23
sched/fair: Fix FTQ noise bench regression
Vincent Guittot
2017-03-23
sched/core: Fix rq lock pinning warning after call balance callbacks
Wanpeng Li
2017-03-23
sched/clock, x86/perf: Fix "perf test tsc"
Peter Zijlstra
2017-03-23
sched/clock: Fix clear_sched_clock_stable() preempt wobbly
Peter Zijlstra
2017-03-21
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
Rafael J. Wysocki
2017-03-16
sched/core: Avoid double update_rq_clock() in move_queued_task()
Peter Zijlstra
2017-03-16
sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()
Peter Zijlstra
2017-03-16
sched/core: Avoid obvious double update_rq_clock()
Peter Zijlstra
2017-03-16
sched/core: Simplify update_rq_clock() in __schedule()
Peter Zijlstra
2017-03-16
sched/core: Make sched_ttwu_pending() atomic in time
Peter Zijlstra
2017-03-16
sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTORE
Peter Zijlstra
2017-03-16
sched/core: Add {EN,DE}QUEUE_NOCLOCK flags
Peter Zijlstra
2017-03-16
sched/core: Add rq->lock wrappers
Peter Zijlstra
2017-03-16
sched/core: Add WARNING for multiple update_rq_clock() calls
Peter Zijlstra
2017-03-16
sched/rt: Add comments describing the RT IPI pull method
Steven Rostedt (VMware)
2017-03-16
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
2017-03-16
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
2017-03-16
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
2017-03-16
sched/loadavg: Use {READ,WRITE}_ONCE() for sample window
Matt Fleming
2017-03-16
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
Matt Fleming
2017-03-16
sched/deadline: Add missing update_rq_clock() in dl_task_timer()
Wanpeng Li
2017-03-09
Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-03-08
sched/headers: fix up header file dependency on <linux/sched/signal.h>
Linus Torvalds
2017-03-07
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-03-05
cpufreq: schedutil: Pass sg_policy to get_next_freq()
Viresh Kumar
2017-03-05
cpufreq: schedutil: move cached_raw_freq to struct sugov_policy
Viresh Kumar
2017-03-03
sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cpu...
Ingo Molnar
2017-03-02
sched/core: Fix pick_next_task() for RT,DL
Peter Zijlstra
2017-03-02
sched/fair: Make select_idle_cpu() more aggressive
Peter Zijlstra
2017-03-02
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
[next]