summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* sched: add CFS creditsIngo Molnar2007-07-091-0/+6
* sched: clean up sleep_on() APIsIngo Molnar2007-07-091-30/+41
* sched: style cleanupsIngo Molnar2007-07-091-6/+7
* sched: remove unused rq types from sched.cIngo Molnar2007-07-091-16/+0
* sched: remove interactivity typesIngo Molnar2007-07-091-89/+12
* sched: clean up include files in sched.cIngo Molnar2007-07-091-2/+2
* sched: turn on the use of unstable eventsIngo Molnar2007-07-091-7/+14
* sched: x86, track TSC-unstable eventsIngo Molnar2007-07-091-0/+7
* sched: cfs core codeIngo Molnar2007-07-091-774/+758
* sched: remove the sleep-bonus interactivity codeIngo Molnar2007-07-091-46/+1
* sched: remove expired_starving()Ingo Molnar2007-07-091-22/+1
* sched: remove sleep_typeIngo Molnar2007-07-091-89/+2
* sched: cfs, add load-calculation methodsIngo Molnar2007-07-091-18/+120
* sched: clean up __normal_prio() positionIngo Molnar2007-07-091-29/+29
* sched: cleanup: move dequeue/enqueue_task()Ingo Molnar2007-07-091-38/+38
* sched: move around resched_task()Ingo Molnar2007-07-091-52/+52
* sched: clean up the rt priority macrosIngo Molnar2007-07-091-5/+17
* sched: add cfs_rq opsIngo Molnar2007-07-091-0/+12
* sched: make posix-cpu-timers use CFS's accounting informationIngo Molnar2007-07-091-23/+13
* sched: add rq_clock()/__rq_clock()Ingo Molnar2007-07-091-0/+46
* sched: cfs rq data typesIngo Molnar2007-07-091-6/+78
* sched: move code into kernel/sched_stats.hIngo Molnar2007-07-091-233/+1
OpenPOWER on IntegriCloud