aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-09sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar1-5/+4
2007-08-09sched: remove the 'u64 now' parameter from enqueue_task()Ingo Molnar1-6/+5
2007-08-09sched: remove the 'u64 now' parameter from dec_nr_running()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from inc_nr_running()Ingo Molnar1-4/+4
2007-08-09sched: remove the 'u64 now' parameter from dec_load()Ingo Molnar1-4/+3
2007-08-09sched: remove the 'u64 now' parameter from inc_load()Ingo Molnar1-4/+3
2007-08-09sched: remove the 'u64 now' parameter from update_curr_load()Ingo Molnar1-4/+4
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from pick_next_task()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar1-1/+1
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar1-4/+4
2007-08-09sched: remove __rq_clock()Ingo Molnar1-7/+0
2007-08-09sched: eliminate __rq_clock() useIngo Molnar1-2/+6
2007-08-09sched: remove rq_clock()Ingo Molnar1-6/+0
2007-08-09sched: eliminate rq_clock() useIngo Molnar1-15/+34
2007-08-09sched: add [__]update_rq_clock(rq)Ingo Molnar1-8/+22
2007-08-09sched: fix bug in balance_tasks()Peter Williams1-15/+11
2007-08-09sched: remove binary sysctls from kernel.sched_domainAlexey Dobriyan1-17/+21
2007-08-09sched: schedule() speedupIngo Molnar1-10/+9
2007-08-09sched: uninline rq_clock()Ingo Molnar1-1/+1