summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sched: clean up sched_getaffinity()Ulrich Drepper2007-08-091-3/+1
* sched: simplify move_tasks()Peter Williams2007-08-091-36/+46
* sched: reorder update_cpu_load(rq) with the ->task_tick() callIngo Molnar2007-08-091-1/+1
* [PATCH] sched: reduce debug codeIngo Molnar2007-08-021-10/+18
* [PATCH] sched: move load-calculation functionsIngo Molnar2007-08-021-66/+66
* [PATCH] sched: ->task_new cleanupIngo Molnar2007-08-021-3/+8
* [PATCH] sched: uninline inc/dec_nr_running()Ingo Molnar2007-08-021-2/+2
* [PATCH] sched: uninline calc_delta_mine()Ingo Molnar2007-08-021-1/+1
* [PATCH] sched: calc_delta_mine(): use fixed limitIngo Molnar2007-08-021-1/+1
* [PATCH] sched: tidy up left over smpnice codePeter Williams2007-08-021-15/+1
* [PATCH] sched: remove cache_hot_timeIngo Molnar2007-08-021-2/+0
* sched: fix kernel-doc warningsRandy Dunlap2007-07-311-2/+4
* [PATCH] sched: debug feature - make the sched-domains tree runtime-tweakableNick Piggin2007-07-261-0/+122
* [PATCH] sched: make cpu_clock() not use the rq clockIngo Molnar2007-07-261-4/+3
* [PATCH] sched: remove unused rq->load_balance_classSatoru Takeuchi2007-07-261-2/+0
* [PATCH] sched: arch preempt notifier mechanismAvi Kivity2007-07-261-2/+71
* [PATCH] sched: implement cpu_clock(cpu) high-speed time sourceIngo Molnar2007-07-191-0/+17
* [PATCH] sched: fix the all pinned logic in load_balance_newidle()Suresh Siddha2007-07-191-2/+4
* [PATCH] sched: fix newly idle load balance in case of SMTSuresh Siddha2007-07-191-3/+5
* use the new percpu interface for shared dataFenghua Yu2007-07-191-1/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-3/+0
* [PATCH] sched: prettify prio_to_wmult[]Ingo Molnar2007-07-161-8/+8
* [PATCH] sched: document prio_to_wmult[]Ingo Molnar2007-07-161-0/+7
* [PATCH] sched: improve weight-array commentsIngo Molnar2007-07-161-1/+3
* CFS: Fix missing digit off in wmult tableThomas Gleixner2007-07-131-1/+1
* [PATCH] sched: fix show_task()/show_tasks() outputIngo Molnar2007-07-131-16/+10
* [PATCH] sched: allow larger granularityIngo Molnar2007-07-131-1/+1
* [PATCH] sched: fix prio_to_wmult[] for nice 1Mike Galbraith2007-07-131-1/+1
OpenPOWER on IntegriCloud