summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorLines
2007-09-19sched: fix invalid sched_class useHiroshi Shimamoto-0/+5
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar-4/+1
2007-09-05sched: fix xtensa build warningIngo Molnar-3/+3
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar-1/+0
2007-09-05sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha-5/+3
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar-0/+1
2007-08-25sched: s/sched_latency/sched_min_granularityIngo Molnar-2/+2
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar-3/+3
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra-5/+9
2007-08-24sched: simplify can_migrate_task()Sven-Thorsten Dietrich-6/+0
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar-1/+1
2007-08-23sched: tweak the sched_runtime_limit tunableIngo Molnar-1/+1
2007-08-23sched: skip updating rq's next_balance under null SDSuresh Siddha-2/+12
2007-08-23sched: fix broken SMT/MC optimizationsSuresh Siddha-1/+1
2007-08-23sched: fix sysctl directory permissionsEric W. Biederman-4/+5
2007-08-23sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar-9/+32
2007-08-12sched: run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/Oleg Nesterov-1/+1
2007-08-12sched: make global code staticAdrian Bunk-23/+23
2007-08-10sched: improve rq-clock overflow logicIngo Molnar-2/+13
2007-08-09sched: round a bit betterIngo Molnar-7/+11
2007-08-09sched: make the multiplication table more accurateIngo Molnar-13/+16
2007-08-09sched: optimize update_rq_clock() calls in the load-balancerIngo Molnar-6/+8
2007-08-09sched: optimize activate_task()Ingo Molnar-10/+9
2007-08-09sched: move the __update_rq_clock() call to scheduler_tick()Ingo Molnar-2/+1
2007-08-09sched: remove the 'u64 now' local variablesIngo Molnar-16/+0
2007-08-09sched: remove the 'u64 now' parameter from deactivate_task()Ingo Molnar-8/+7
2007-08-09sched: remove the 'u64 now' parameter from dequeue_task()Ingo Molnar-5/+4
2007-08-09sched: remove the 'u64 now' parameter from enqueue_task()Ingo Molnar-6/+5
2007-08-09sched: remove the 'u64 now' parameter from dec_nr_running()Ingo Molnar-2/+2
2007-08-09sched: remove the 'u64 now' parameter from inc_nr_running()Ingo Molnar-4/+4
2007-08-09sched: remove the 'u64 now' parameter from dec_load()Ingo Molnar-4/+3
2007-08-09sched: remove the 'u64 now' parameter from inc_load()Ingo Molnar-4/+3
2007-08-09sched: remove the 'u64 now' parameter from update_curr_load()Ingo Molnar-4/+4
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar-1/+1
2007-08-09sched: remove the 'u64 now' parameter from pick_next_task()Ingo Molnar-3/+3
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar-2/+2
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar-1/+1
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar-4/+4
2007-08-09sched: remove __rq_clock()Ingo Molnar-7/+0
2007-08-09sched: eliminate __rq_clock() useIngo Molnar-2/+6
2007-08-09sched: remove rq_clock()Ingo Molnar-6/+0
2007-08-09sched: eliminate rq_clock() useIngo Molnar-15/+34
2007-08-09sched: add [__]update_rq_clock(rq)Ingo Molnar-8/+22
2007-08-09sched: fix bug in balance_tasks()Peter Williams-15/+11
2007-08-09sched: remove binary sysctls from kernel.sched_domainAlexey Dobriyan-17/+21
2007-08-09sched: schedule() speedupIngo Molnar-10/+9
2007-08-09sched: uninline rq_clock()Ingo Molnar-1/+1
2007-08-09sched: clean up sched_getaffinity()Ulrich Drepper-3/+1