aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: simplify sched_class::yield_task()Dmitry Adamushko1-1/+1
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko1-1/+0
2007-10-15sched: add set_curr_task() callsDmitry Adamushko1-9/+13
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri1-16/+330
2007-10-15sched: fix SMP migration latenciesMike Galbraith1-0/+3
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar1-33/+5
2007-10-15sched: remove wait_runtime limitIngo Molnar1-18/+0
2007-10-15sched: clean up struct load_statDmitry Adamushko1-11/+7
2007-10-15sched: add tree based averagesPeter Zijlstra1-1/+5
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar1-3/+1
2007-10-15sched: optimize vruntime based schedulingIngo Molnar1-2/+3
2007-10-15sched: move sched_feat() definitionsIngo Molnar1-0/+31
2007-10-15sched: introduce se->vruntimeIngo Molnar1-0/+1
2007-10-15sched: speed up update_load_add/_sub()Ingo Molnar1-4/+5
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar1-1/+1
2007-10-15sched: remove precise CPU load calculations #2Ingo Molnar1-31/+1
2007-10-15sched: remove precise CPU loadIngo Molnar1-35/+7
2007-10-15sched: remove stat_granIngo Molnar1-4/+1
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar1-6/+0
2007-10-15sched: uniform tuningsIngo Molnar1-28/+0
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar1-0/+1
2007-10-15sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke1-3/+2
2007-10-15sched: fix sysctl_sched_child_runs_first flagIngo Molnar1-4/+2
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-0/+1
2007-09-19sched: fix invalid sched_class useHiroshi Shimamoto1-0/+5
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar1-4/+1
2007-09-05sched: fix xtensa build warningIngo Molnar1-3/+3
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar1-1/+0
2007-09-05sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha1-5/+3
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar1-0/+1
2007-08-25sched: s/sched_latency/sched_min_granularityIngo Molnar1-2/+2
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar1-3/+3
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra1-5/+9
2007-08-24sched: simplify can_migrate_task()Sven-Thorsten Dietrich1-6/+0
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar1-1/+1
2007-08-23sched: tweak the sched_runtime_limit tunableIngo Molnar1-1/+1
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha1-2/+12
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha1-1/+1
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman1-4/+5
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar1-9/+32
2007-08-12sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov1-1/+1
2007-08-12sched: make global code staticAdrian Bunk1-23/+23
2007-08-10sched: improve rq-clock overflow logicIngo Molnar1-2/+13
2007-08-09sched: round a bit betterIngo Molnar1-7/+11
2007-08-09sched: make the multiplication table more accurateIngo Molnar1-13/+16
2007-08-09sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar1-6/+8
2007-08-09sched: optimize activate_task()Ingo Molnar1-10/+9
2007-08-09sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' local variablesIngo Molnar1-16/+0
2007-08-09sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar1-8/+7