summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2007-10-15sched: do not keep current in the tree and get rid of sched_entity::fair_keyDmitry Adamushko
2007-10-15sched: add set_curr_task() callsDmitry Adamushko
2007-10-15sched: group-scheduler coreSrivatsa Vaddagiri
2007-10-15sched: fix SMP migration latenciesMike Galbraith
2007-10-15sched: remove wait_runtime fields and featuresIngo Molnar
2007-10-15sched: remove wait_runtime limitIngo Molnar
2007-10-15sched: clean up struct load_statDmitry Adamushko
2007-10-15sched: add tree based averagesPeter Zijlstra
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar
2007-10-15sched: optimize vruntime based schedulingIngo Molnar
2007-10-15sched: move sched_feat() definitionsIngo Molnar
2007-10-15sched: introduce se->vruntimeIngo Molnar
2007-10-15sched: speed up update_load_add/_sub()Ingo Molnar
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar
2007-10-15sched: remove precise CPU load calculations #2Ingo Molnar
2007-10-15sched: remove precise CPU loadIngo Molnar
2007-10-15sched: remove stat_granIngo Molnar
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar
2007-10-15sched: uniform tuningsIngo Molnar
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar
2007-10-15sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke
2007-10-15sched: fix sysctl_sched_child_runs_first flagIngo Molnar
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe
2007-09-19sched: fix invalid sched_class useHiroshi Shimamoto
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar
2007-09-05sched: fix xtensa build warningIngo Molnar
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar
2007-09-05sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar
2007-08-25sched: s/sched_latency/sched_min_granularityIngo Molnar
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra
2007-08-24sched: simplify can_migrate_task()Sven-Thorsten Dietrich
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar
2007-08-23sched: tweak the sched_runtime_limit tunableIngo Molnar
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar
2007-08-12sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov
2007-08-12sched: make global code staticAdrian Bunk
2007-08-10sched: improve rq-clock overflow logicIngo Molnar
2007-08-09sched: round a bit betterIngo Molnar
2007-08-09sched: make the multiplication table more accurateIngo Molnar
2007-08-09sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar
2007-08-09sched: optimize activate_task()Ingo Molnar
2007-08-09sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar
2007-08-09sched: remove the 'u64 now' local variablesIngo Molnar
2007-08-09sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar
2007-08-09sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar