aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'core/softirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-07-14Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+36
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-2/+53
2008-07-14Merge branch 'sched/for-linus' into tracing/for-linusIngo Molnar1-232/+491
2008-07-13Merge branch 'linus' into sched/develIngo Molnar1-3/+4
2008-07-12Merge branch 'linus' into x86/coreIngo Molnar1-3/+4
2008-07-10sched: fix cpu hotplug, cleanupLinus Torvalds1-6/+5
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar1-3/+54
2008-07-10sched: fix cpu hotplugDmitry Adamushko1-1/+3
2008-07-08sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis1-9/+9
2008-07-07Merge commit 'v2.6.26-rc9' into sched/develIngo Molnar1-0/+4
2008-07-04sched: fix accounting in task delay accounting & migrationAnkita Garg1-0/+1
2008-07-04sched: add avg-overlap support to RT tasksGregory Haskins1-0/+14
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins1-0/+4
2008-07-01sched: fix divide error when trying to configure rt_period to zeroRaistlin1-0/+3
2008-06-30sched: fix warningVegard Nossum1-1/+3
2008-06-30sched: build fixIngo Molnar1-5/+7
2008-06-29sched: fix cpu hotplugDmitry Adamushko1-0/+1
2008-06-27sched: incremental effective_load()Peter Zijlstra1-0/+6
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra1-0/+4
2008-06-27sched: update shares on wakeupPeter Zijlstra1-1/+29
2008-06-27sched: fix shares boost logicPeter Zijlstra1-0/+3
2008-06-27sched: disable source/target_load biasPeter Zijlstra1-2/+2
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra1-9/+3
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra1-3/+23
2008-06-27sched: persistent average load per taskPeter Zijlstra1-13/+12
2008-06-27sched: fix sched_balance_self() smp group balancingPeter Zijlstra1-0/+3
2008-06-27sched: fix newidle smp group balancingPeter Zijlstra1-0/+13
2008-06-27sched: simplify the group load balancerPeter Zijlstra1-222/+64
2008-06-27sched: no need to aggregate task_weightPeter Zijlstra1-15/+1
2008-06-27sched: dont micro manage share lossesPeter Zijlstra1-23/+3
2008-06-27sched: update aggregate when holding the RQsPeter Zijlstra1-0/+20
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra1-59/+54
2008-06-27sched: fix wakeup granularity and buddy granularityPeter Zijlstra1-0/+1
2008-06-27sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra1-76/+0
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra1-31/+399
2008-06-27sched: revert the revert of: weight calculationsPeter Zijlstra1-6/+3
2008-06-25Merge branch 'linus' into tracing/ftraceIngo Molnar1-8/+6
2008-06-25Merge branch 'linus' into sched/new-API-sched_setschedulerIngo Molnar1-8/+6
2008-06-25Merge branch 'linus' into sched/develIngo Molnar1-8/+6
2008-06-25Merge branch 'linus' into core/softirqIngo Molnar1-8/+6
2008-06-23sched: add new API sched_setscheduler_nocheck: add a flag to control access checksRusty Russell1-12/+36
2008-06-23Merge branch 'linus' into sched/develIngo Molnar1-1/+6
2008-06-23Merge branch 'linus' into tracing/ftraceIngo Molnar1-3/+31
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar1-1/+6
2008-06-23Merge branch 'linus' into core/softirqIngo Molnar1-3/+31
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+6
2008-06-20sched: refactor wait_for_completion_timeout()Oleg Nesterov1-18/+6
2008-06-20sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier1-0/+10
2008-06-20sched: rt: fix the bandwidth contraint computationsPeter Zijlstra1-3/+8