summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
* sched: fix invalid sched_class useHiroshi Shimamoto2007-09-191-0/+5
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-191-4/+1
* sched: fix xtensa build warningIngo Molnar2007-09-051-3/+3
* sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2007-09-051-1/+0
* sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha2007-09-051-5/+3
* sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-281-0/+1
* sched: s/sched_latency/sched_min_granularityIngo Molnar2007-08-251-2/+2
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-251-3/+3
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-251-5/+9
* sched: simplify can_migrate_task()Sven-Thorsten Dietrich2007-08-241-6/+0
* sched: remove HZ dependency from the granularity defaultIngo Molnar2007-08-241-1/+1
* sched: tweak the sched_runtime_limit tunableIngo Molnar2007-08-231-1/+1
* sched: skip updating rq's next_balance under null SDSuresh Siddha2007-08-231-2/+12
* sched: fix broken SMT/MC optimizationsSuresh Siddha2007-08-231-1/+1
* sched: fix sysctl directory permissionsEric W. Biederman2007-08-231-4/+5
* sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2007-08-231-9/+32
* sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov2007-08-121-1/+1
* sched: make global code staticAdrian Bunk2007-08-121-23/+23
* sched: improve rq-clock overflow logicIngo Molnar2007-08-101-2/+13
* sched: round a bit betterIngo Molnar2007-08-091-7/+11
* sched: make the multiplication table more accurateIngo Molnar2007-08-091-13/+16
* sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar2007-08-091-6/+8
* sched: optimize activate_task()Ingo Molnar2007-08-091-10/+9
* sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar2007-08-091-2/+1
* sched: remove the 'u64 now' local variablesIngo Molnar2007-08-091-16/+0
* sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar2007-08-091-8/+7
* sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar2007-08-091-5/+4
* sched: remove the 'u64 now' parameter from enqueue_task()Ingo Molnar2007-08-091-6/+5
* sched: remove the 'u64 now' parameter from dec_nr_running()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from inc_nr_running()Ingo Molnar2007-08-091-4/+4
* sched: remove the 'u64 now' parameter from dec_load()Ingo Molnar2007-08-091-4/+3
* sched: remove the 'u64 now' parameter from inc_load()Ingo Molnar2007-08-091-4/+3
* sched: remove the 'u64 now' parameter from update_curr_load()Ingo Molnar2007-08-091-4/+4
* sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from pick_next_task()Ingo Molnar2007-08-091-3/+3
* sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar2007-08-091-1/+1
* sched: remove 'now' use from assignmentsIngo Molnar2007-08-091-4/+4
* sched: remove __rq_clock()Ingo Molnar2007-08-091-7/+0
* sched: eliminate __rq_clock() useIngo Molnar2007-08-091-2/+6
* sched: remove rq_clock()Ingo Molnar2007-08-091-6/+0
* sched: eliminate rq_clock() useIngo Molnar2007-08-091-15/+34
* sched: add [__]update_rq_clock(rq)Ingo Molnar2007-08-091-8/+22
* sched: fix bug in balance_tasks()Peter Williams2007-08-091-15/+11
* sched: remove binary sysctls from kernel.sched_domainAlexey Dobriyan2007-08-091-17/+21
* sched: schedule() speedupIngo Molnar2007-08-091-10/+9
* sched: uninline rq_clock()Ingo Molnar2007-08-091-1/+1
OpenPOWER on IntegriCloud