index
:
linux-toradex.git
colibri
colibri_vf
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.6-2.0.x-imx
toradex_6.6-2.1.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.c
Age
Commit message (
Expand
)
Author
2007-10-15
sched: rework enqueue/dequeue_entity() to get rid of set_curr_task()
Dmitry Adamushko
2007-10-15
sched: simplify sched_class::yield_task()
Dmitry Adamushko
2007-10-15
sched: do not keep current in the tree and get rid of sched_entity::fair_key
Dmitry Adamushko
2007-10-15
sched: add set_curr_task() calls
Dmitry Adamushko
2007-10-15
sched: group-scheduler core
Srivatsa Vaddagiri
2007-10-15
sched: fix SMP migration latencies
Mike Galbraith
2007-10-15
sched: remove wait_runtime fields and features
Ingo Molnar
2007-10-15
sched: remove wait_runtime limit
Ingo Molnar
2007-10-15
sched: clean up struct load_stat
Dmitry Adamushko
2007-10-15
sched: add tree based averages
Peter Zijlstra
2007-10-15
sched: remove SCHED_FEAT_SKIP_INITIAL
Ingo Molnar
2007-10-15
sched: optimize vruntime based scheduling
Ingo Molnar
2007-10-15
sched: move sched_feat() definitions
Ingo Molnar
2007-10-15
sched: introduce se->vruntime
Ingo Molnar
2007-10-15
sched: speed up update_load_add/_sub()
Ingo Molnar
2007-10-15
sched: track cfs_rq->curr on !group-scheduling too
Ingo Molnar
2007-10-15
sched: remove precise CPU load calculations #2
Ingo Molnar
2007-10-15
sched: remove precise CPU load
Ingo Molnar
2007-10-15
sched: remove stat_gran
Ingo Molnar
2007-10-15
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
2007-10-15
sched: uniform tunings
Ingo Molnar
2007-10-15
sched: debug: track maximum 'slice'
Ingo Molnar
2007-10-15
sched: use list_for_each_entry_safe() in __wake_up_common()
Matthias Kaehlcke
2007-10-15
sched: fix sysctl_sched_child_runs_first flag
Ingo Molnar
2007-10-10
Fix warnings with !CONFIG_BLOCK
Jens Axboe
2007-09-19
sched: fix invalid sched_class use
Hiroshi Shimamoto
2007-09-19
sched: add /proc/sys/kernel/sched_compat_yield
Ingo Molnar
2007-09-05
sched: fix xtensa build warning
Ingo Molnar
2007-09-05
sched: debug: fix cfs_rq->wait_runtime accounting
Ingo Molnar
2007-09-05
sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.
Suresh Siddha
2007-08-28
sched: make the scheduler converge to the ideal latency
Ingo Molnar
2007-08-25
sched: s/sched_latency/sched_min_granularity
Ingo Molnar
2007-08-25
sched: cleanup, sched_granularity -> sched_min_granularity
Ingo Molnar
2007-08-25
sched: adaptive scheduler granularity
Peter Zijlstra
2007-08-24
sched: simplify can_migrate_task()
Sven-Thorsten Dietrich
2007-08-24
sched: remove HZ dependency from the granularity default
Ingo Molnar
2007-08-23
sched: tweak the sched_runtime_limit tunable
Ingo Molnar
2007-08-23
sched: skip updating rq's next_balance under null SD
Suresh Siddha
2007-08-23
sched: fix broken SMT/MC optimizations
Suresh Siddha
2007-08-23
sched: fix sysctl directory permissions
Eric W. Biederman
2007-08-23
sched: sched_clock_idle_[sleep|wakeup]_event()
Ingo Molnar
2007-08-12
sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
Oleg Nesterov
2007-08-12
sched: make global code static
Adrian Bunk
2007-08-10
sched: improve rq-clock overflow logic
Ingo Molnar
2007-08-09
sched: round a bit better
Ingo Molnar
2007-08-09
sched: make the multiplication table more accurate
Ingo Molnar
2007-08-09
sched: optimize update_rq_clock() calls in the load-balancer
Ingo Molnar
2007-08-09
sched: optimize activate_task()
Ingo Molnar
2007-08-09
sched: move the __update_rq_clock() call to scheduler_tick()
Ingo Molnar
2007-08-09
sched: remove the 'u64 now' local variables
Ingo Molnar
[prev]
[next]