summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2008-07-04sched: add avg-overlap support to RT tasksGregory Haskins
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin
2008-06-30sched: fix warningVegard Nossum
2008-06-30sched: build fixIngo Molnar
2008-06-29sched: fix cpu hotplugDmitry Adamushko
2008-06-27sched: incremental effective_load()Peter Zijlstra
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra
2008-06-27sched: update shares on wakeupPeter Zijlstra
2008-06-27sched: fix shares boost logicPeter Zijlstra
2008-06-27sched: disable source/target_load biasPeter Zijlstra
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra
2008-06-27sched: persistent average load per taskPeter Zijlstra
2008-06-27sched: fix sched_balance_self() smp group balancingPeter Zijlstra
2008-06-27sched: fix newidle smp group balancingPeter Zijlstra
2008-06-27sched: simplify the group load balancerPeter Zijlstra
2008-06-27sched: no need to aggregate task_weightPeter Zijlstra
2008-06-27sched: dont micro manage share lossesPeter Zijlstra
2008-06-27sched: update aggregate when holding the RQsPeter Zijlstra
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra
2008-06-27sched: fix wakeup granularity and buddy granularityPeter Zijlstra
2008-06-27sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra
2008-06-27sched: revert the revert of: weight calculationsPeter Zijlstra
2008-06-25Merge branch 'linus' into tracing/ftracetip-tracing-ftrace-2008-06-25_10.27_WedIngo Molnar
2008-06-25Merge branch 'linus' into sched/new-API-sched_setschedulertip-sched-new-API-sched_setscheduler-2008-06-25_10.27_WedIngo Molnar
2008-06-25Merge branch 'linus' into sched/develtip-sched-devel-2008-06-25_10.27_WedIngo Molnar
2008-06-25Merge branch 'linus' into core/softirqtip-core-softirq-2008-06-25_10.23_WedIngo Molnar
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access c...Rusty Russell
2008-06-23Merge branch 'linus' into sched/develtip-sched-devel-2008-06-23_09.30_MonIngo Molnar
2008-06-23Merge branch 'linus' into tracing/ftracetip-tracing-ftrace-2008-06-23_09.11_MonIngo Molnar
2008-06-23Merge branch 'linus' into sched/urgenttip-sched-urgent-2008-06-23_09.00_MonIngo Molnar
2008-06-23Merge branch 'linus' into core/softirqtip-core-softirq-2008-06-23_08.53_MonIngo Molnar
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-06-20sched: refactor wait_for_completion_timeout()Oleg Nesterov
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier
2008-06-20sched: rt: fix the bandwidth contraint computationsPeter Zijlstra
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky
2008-06-19Merge branch 'sched' into sched-develIngo Molnar
2008-06-19sched: rt-group: fix hierarchyPeter Zijlstra
2008-06-19sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli
2008-06-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko
2008-06-17sched: fix defined-but-unused warningRabin Vincent
2008-06-16Merge branch 'linus' into core/softirqtip-core-softirq-2008-06-16_09.24_MonIngo Molnar
2008-06-16Merge branch 'linus' into tracing/ftracetip-tracing-ftrace-2008-06-16_09.26_Montip-tracing-ftrace-2008-06-16_09.16_MonIngo Molnar
2008-06-16Merge branch 'linus' into sched-develtip-sched-devel-2008-06-16_09.15_MonIngo Molnar
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan