summaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-231-22/+40
|\
| * sched: revert back to per-rq vruntimePeter Zijlstra2008-10-201-17/+15
| * sched: fair scheduler should not resched rt tasksPeter Zijlstra2008-10-201-4/+24
| * sched: minor fast-path overhead reductionMike Galbraith2008-10-171-1/+1
| |
| \
*-. \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-176/+59
|\ \ \ | | |/ | |/|
| | * timers: fix itimer/many thread hangFrank Mayhar2008-09-141-0/+1
| |/ |/|
| * sched: sync wakeups vs avg_overlapPeter Zijlstra2008-10-081-8/+10
| * sched: minor optimizations in wake_affine and select_task_rq_fairAmit K. Arora2008-09-301-9/+7
| * sched: maintain only task entities in cfs_rq->tasks listBharata B Rao2008-09-251-17/+9
| * sched: fixup buddy selectionPeter Zijlstra2008-09-231-2/+2
| * sched: fixlet for group load balancePeter Zijlstra2008-09-231-13/+14
| * sched: rework wakeup preemptionPeter Zijlstra2008-09-231-129/+4
| * sched: fix list traversal to use _rcu variantChris Friesen2008-09-221-1/+1
| * sched: wakeup preempt when small overlapPeter Zijlstra2008-09-221-3/+10
| * sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy2008-09-061-1/+1
| * sched: call resched_task() conditionally from new task wake up pathBharata B Rao2008-08-281-1/+8
|/
* sched: fix mysql+oltp regressionMike Galbraith2008-08-111-7/+12
* sched: fix warning in hrtick_start_fair()Peter Zijlstra2008-07-281-1/+1
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-3/+5
|\
| * Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-201-3/+2
| |\
| | * sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-201-3/+2
| * | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-0/+3
| |/
* | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-161-123/+290
|\|
| * sched: add avg-overlap support to RT tasksGregory Haskins2008-07-041-19/+2
| * sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani2008-06-271-3/+3
| * sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra2008-06-271-0/+28
| * sched: incremental effective_load()Peter Zijlstra2008-06-271-3/+15
| * sched: correct wakeup weight calculationsPeter Zijlstra2008-06-271-22/+26
| * sched: fix mult overflowSrivatsa Vaddagiri2008-06-271-4/+4
| * sched: optimize effective_load()Peter Zijlstra2008-06-271-4/+4
| * sched: fix task_h_load()Peter Zijlstra2008-06-271-9/+40
| * sched: fix load scaling in group balancingPeter Zijlstra2008-06-271-4/+6
| * sched: hierarchical load vs affine wakeupsPeter Zijlstra2008-06-271-2/+21
| * sched: simplify the group load balancerPeter Zijlstra2008-06-271-7/+8
| * sched: no need to aggregate task_weightPeter Zijlstra2008-06-271-1/+1
| * sched: kill task_group balancingSrivatsa Vaddagiri2008-06-271-13/+2
| * sched: fix sched_domain aggregationPeter Zijlstra2008-06-271-6/+6
| * sched: fix wakeup granularity and buddy granularityPeter Zijlstra2008-06-271-8/+7
| * sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-06-271-44/+80
| * sched: fix calc_delta_asym, #2Peter Zijlstra2008-06-271-3/+6
| * sched: fix calc_delta_asym()Peter Zijlstra2008-06-271-1/+27
| * sched: revert the revert of: weight calculationsPeter Zijlstra2008-06-271-33/+72
| * sched: fix SCHED_OTHER balance iterator to include all tasksGregory Haskins2008-06-061-12/+7
* | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-061-163/+91
|\|
| * sched: stop wake_affine from causing serious imbalanceMike Galbraith2008-05-291-11/+14
| * revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-291-80/+44
| * revert ("sched: fair: weight calculations")Ingo Molnar2008-05-291-72/+33
* | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-1/+1
|/
* sched: fix weight calculationsMike Galbraith2008-05-081-3/+8
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-051-1/+1