summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-04sched: terminate newidle balancing once at least one task has moved overGregory Haskins1-0/+4
2008-06-30sched: fix warningVegard Nossum1-1/+3
2008-06-30sched: build fixIngo Molnar1-5/+7
2008-06-29sched: sched_clock_cpu() based cpu_clock(), lockdep fixIngo Molnar1-2/+2
2008-06-27sched: export cpu_clockIngo Molnar1-0/+1
2008-06-27sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani2-8/+8
2008-06-27sched: bias effective_load() error towards failing wake_affine().Peter Zijlstra2-0/+29
2008-06-27sched: incremental effective_load()Peter Zijlstra2-3/+21
2008-06-27sched: correct wakeup weight calculationsPeter Zijlstra2-22/+30
2008-06-27sched: fix mult overflowSrivatsa Vaddagiri1-4/+4
2008-06-27sched: update shares on wakeupPeter Zijlstra3-2/+39
2008-06-27sched: fix shares boost logicPeter Zijlstra1-0/+3
2008-06-27sched: disable source/target_load biasPeter Zijlstra2-2/+3
2008-06-27sched: optimize effective_load()Peter Zijlstra1-4/+4
2008-06-27sched: remove prio preference from balance decisionsPeter Zijlstra1-9/+3
2008-06-27sched: fix task_h_load()Peter Zijlstra1-9/+40
2008-06-27sched: fix load scaling in group balancingPeter Zijlstra1-4/+6
2008-06-27sched: hierarchical load vs find_busiest_groupPeter Zijlstra1-3/+23
2008-06-27sched: hierarchical load vs affine wakeupsPeter Zijlstra1-2/+21
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 Zijlstra2-229/+72
2008-06-27sched: no need to aggregate task_weightPeter Zijlstra2-16/+2
2008-06-27sched: dont micro manage share lossesPeter Zijlstra1-23/+3
2008-06-27sched: kill task_group balancingSrivatsa Vaddagiri1-13/+2
2008-06-27sched: update aggregate when holding the RQsPeter Zijlstra1-0/+20
2008-06-27sched: fix sched_domain aggregationPeter Zijlstra2-65/+60
2008-06-27sched: add full schedstats to /proc/sched_debugPeter Zijlstra1-2/+17
2008-06-27sched: fix wakeup granularity and buddy granularityPeter Zijlstra2-8/+8
2008-06-27sched: sched_clock_cpu() based cpu_clock()Peter Zijlstra2-76/+12
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra4-75/+488
2008-06-27sched: fix calc_delta_asym, #2Peter Zijlstra1-3/+6
2008-06-27sched: fix calc_delta_asym()Peter Zijlstra2-1/+28
2008-06-27sched: revert the revert of: weight calculationsPeter Zijlstra3-39/+76
2008-06-27sched: clean up some unused variablesPeter Zijlstra1-2/+0
2008-06-25Merge branch 'linus' into sched/develIngo Molnar3-29/+81
2008-06-24kgdb: sparse fixJason Wessel1-1/+2
2008-06-23Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-20/+73
2008-06-23futexes: fix fault handling in futex_lock_piThomas Gleixner1-20/+73
2008-06-23Merge branch 'linus' into sched/develIngo Molnar5-10/+24
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar4-10/+18
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+18
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: dont stop the period timer when there are tasks wanting to runPeter Zijlstra1-1/+2
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra1-1/+2
2008-06-20sched: rt: fix the bandwidth contraint computationsPeter Zijlstra1-3/+8
2008-06-20sched: rt: move some code aroundPeter Zijlstra1-62/+57
2008-06-20sched: rt: fix SMP bandwidth balancing for throttled groupsPeter Zijlstra1-12/+29