summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-20sched: debug: add some rt debug outputPeter Zijlstra2-3/+51
2008-06-19sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi1-0/+6
2008-06-19softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel1-5/+10
2008-06-19rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt1-2/+0
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2-3/+8
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2-0/+28
2008-06-19Merge branch 'sched' into sched-develIngo Molnar2-30/+40
2008-06-19sched: rt-group: fix RR bugletPeter Zijlstra1-1/+3
2008-06-19sched: rt-group: heirarchy aware throttlePeter Zijlstra1-26/+33
2008-06-19sched: rt-group: fix hierarchyPeter Zijlstra1-1/+0
2008-06-19sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli1-1/+1
2008-06-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2-39/+11
2008-06-17sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-16Merge branch 'linus' into sched-develIngo Molnar4-55/+103
2008-06-12kprobes: fix error checking of batch registrationMasami Hiramatsu1-6/+9
2008-06-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+14
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan1-2/+7
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan1-2/+5
2008-06-10sched: kill off dead cfs_rq_set_shares()Paul Mundt1-8/+0
2008-06-10sched: trivial sched_features cleanupMike Galbraith1-2/+0
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes3-1/+20
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra2-9/+115
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-4/+2
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds1-38/+73
2008-06-06cpusets: fix bug when adding nonexistent cpu or memLai Jiangshan1-3/+7
2008-06-06sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner1-6/+6
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky3-20/+26
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2-0/+28