aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAge
* sched: remove prio preference from balance decisionsPeter Zijlstra2008-06-27
* sched: hierarchical load vs find_busiest_groupPeter Zijlstra2008-06-27
* sched: persistent average load per taskPeter Zijlstra2008-06-27
* sched: fix sched_balance_self() smp group balancingPeter Zijlstra2008-06-27
* sched: fix newidle smp group balancingPeter Zijlstra2008-06-27
* sched: simplify the group load balancerPeter Zijlstra2008-06-27
* sched: no need to aggregate task_weightPeter Zijlstra2008-06-27
* sched: dont micro manage share lossesPeter Zijlstra2008-06-27
* sched: update aggregate when holding the RQsPeter Zijlstra2008-06-27
* sched: fix sched_domain aggregationPeter Zijlstra2008-06-27
* sched: fix wakeup granularity and buddy granularityPeter Zijlstra2008-06-27
* sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra2008-06-27
* sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-06-27
* sched: revert the revert of: weight calculationsPeter Zijlstra2008-06-27
* Merge branch 'linus' into sched/develIngo Molnar2008-06-25
|\
| * Merge branch 'linus' into sched/urgentIngo Molnar2008-06-23
| |\
| * | sched: refactor wait_for_completion_timeout()Oleg Nesterov2008-06-20
| * | sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier2008-06-20
* | | Merge branch 'linus' into sched/develIngo Molnar2008-06-23
|\ \ \ | | |/ | |/|
| * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-20
| |\ \ | | |/ | |/|
| | * cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-19
| * | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-19
* | | sched: rt: fix the bandwidth contraint computationsPeter Zijlstra2008-06-20
* | | Merge branch 'sched' into sched-develIngo Molnar2008-06-19
|\| |
| * | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-19
| * | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-19
| * | sched: fix defined-but-unused warningRabin Vincent2008-06-17
| |/
* | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-06-18
* | Merge branch 'linus' into sched-develIngo Molnar2008-06-16
|\|
| * sched: 64-bit: fix arithmetics overflowLai Jiangshan2008-06-12
| * sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan2008-06-12
| * sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov2008-06-10
* | sched: kill off dead cfs_rq_set_shares()Paul Mundt2008-06-10
* | sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes2008-06-10
* | sched: fix hotplug cpus on ia64Peter Zijlstra2008-06-10
* | sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner2008-06-06
* | sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky2008-06-06
* | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-06
* | sched: fix cpupri hotplug supportGregory Haskins2008-06-06
* | sched: print the sd->level in sched_domain_debug codeGautham R Shenoy2008-06-06
* | sched: add comments for ifdefs in sched.cDhaval Giani2008-06-06
* | sched: print module list in the "scheduling while atomic" warningArjan van de Ven2008-06-06
* | sched: fix defined-but-unused warningRabin Vincent2008-06-06
* | namespacecheck: fixes in kernel/sched.cThomas Gleixner2008-06-06
* | sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko2008-06-06
* | sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins2008-06-06
* | sched: make !hrtick fasterMike Galbraith2008-06-06
* | sched: prioritize non-migratable tasks over migratable onesGregory Haskins2008-06-06
|/
* revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-29
* sched: cleanupIngo Molnar2008-05-29