aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar2007-10-15
* sched: remove precise CPU load calculations #2Ingo Molnar2007-10-15
* sched: remove precise CPU loadIngo Molnar2007-10-15
* sched: remove stat_granIngo Molnar2007-10-15
* sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar2007-10-15
* sched: uniform tuningsIngo Molnar2007-10-15
* sched: debug: track maximum 'slice'Ingo Molnar2007-10-15
* sched: use list_for_each_entry_safe() in __wake_up_common()Matthias Kaehlcke2007-10-15
* sched: fix sysctl_sched_child_runs_first flagIngo Molnar2007-10-15
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-10
* sched: fix invalid sched_class useHiroshi Shimamoto2007-09-19
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-19
* sched: fix xtensa build warningIngo Molnar2007-09-05
* sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2007-09-05
* sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha2007-09-05
* sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-28
* sched: s/sched_latency/sched_min_granularityIngo Molnar2007-08-25
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-25
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-25
* sched: simplify can_migrate_task()Sven-Thorsten Dietrich2007-08-24
* sched: remove HZ dependency from the granularity defaultIngo Molnar2007-08-24
* sched: tweak the sched_runtime_limit tunableIngo Molnar2007-08-23
* sched: skip updating rq's next_balance under null SDSuresh Siddha2007-08-23
* sched: fix broken SMT/MC optimizationsSuresh Siddha2007-08-23
* sched: fix sysctl directory permissionsEric W. Biederman2007-08-23
* sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2007-08-23
* sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov2007-08-12
* sched: make global code staticAdrian Bunk2007-08-12
* sched: improve rq-clock overflow logicIngo Molnar2007-08-10
* sched: round a bit betterIngo Molnar2007-08-09
* sched: make the multiplication table more accurateIngo Molnar2007-08-09
* sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar2007-08-09
* sched: optimize activate_task()Ingo Molnar2007-08-09
* sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' local variablesIngo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from enqueue_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from dec_nr_running()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from inc_nr_running()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from dec_load()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from inc_load()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from update_curr_load()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from pick_next_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-09
* sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar2007-08-09
* sched: remove 'now' use from assignmentsIngo Molnar2007-08-09