aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-09sched: clean up sched_getaffinity()Ulrich Drepper1-3/+1
2007-08-09sched: simplify move_tasks()Peter Williams1-36/+46
2007-08-09sched: reorder update_cpu_load(rq) with the ->task_tick() callIngo Molnar1-1/+1
2007-08-02[PATCH] sched: reduce debug codeIngo Molnar1-10/+18
2007-08-02[PATCH] sched: move load-calculation functionsIngo Molnar1-66/+66
2007-08-02[PATCH] sched: ->task_new cleanupIngo Molnar1-3/+8
2007-08-02[PATCH] sched: uninline inc/dec_nr_running()Ingo Molnar1-2/+2
2007-08-02[PATCH] sched: uninline calc_delta_mine()Ingo Molnar1-1/+1
2007-08-02[PATCH] sched: calc_delta_mine(): use fixed limitIngo Molnar1-1/+1
2007-08-02[PATCH] sched: tidy up left over smpnice codePeter Williams1-15/+1
2007-08-02[PATCH] sched: remove cache_hot_timeIngo Molnar1-2/+0
2007-07-31sched: fix kernel-doc warningsRandy Dunlap1-2/+4
2007-07-26[PATCH] sched: debug feature - make the sched-domains tree runtime-tweakableNick Piggin1-0/+122
2007-07-26[PATCH] sched: make cpu_clock() not use the rq clockIngo Molnar1-4/+3
2007-07-26[PATCH] sched: remove unused rq->load_balance_classSatoru Takeuchi1-2/+0
2007-07-26[PATCH] sched: arch preempt notifier mechanismAvi Kivity1-2/+71
2007-07-19[PATCH] sched: implement cpu_clock(cpu) high-speed time sourceIngo Molnar1-0/+17