summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
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 sched/develIngo Molnar1-8/+6
2008-06-23Merge branch 'linus' into sched/develIngo Molnar1-1/+6
2008-06-23Merge branch 'linus' into sched/urgentIngo Molnar1-1/+6
2008-06-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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
2008-06-19cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan1-1/+6
2008-06-19sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky1-0/+22
2008-06-19Merge branch 'sched' into sched-develIngo Molnar1-2/+1
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 Adamushko1-4/+2
2008-06-17sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-16Merge branch 'linus' into sched-develIngo Molnar1-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: prevent bound kthreads from changing cpus_allowedDavid Rientjes1-0/+6
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra1-4/+11
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov1-4/+2
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 Krasnyansky1-18/+0
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky1-0/+22
2008-06-06sched: fix cpupri hotplug supportGregory Haskins1-14/+40
2008-06-06sched: print the sd->level in sched_domain_debug codeGautham R Shenoy1-1/+24
2008-06-06sched: add comments for ifdefs in sched.cDhaval Giani1-38/+38
2008-06-06sched: print module list in the "scheduling while atomic" warningArjan van de Ven1-0/+1
2008-06-06sched: fix defined-but-unused warningRabin Vincent1-0/+2
2008-06-06namespacecheck: fixes in kernel/sched.cThomas Gleixner1-1/+1
2008-06-06sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko1-2/+4
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins1-0/+7
2008-06-06sched: make !hrtick fasterMike Galbraith1-3/+5
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins1-2/+4
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar1-399/+31
2008-05-29sched: cleanupIngo Molnar1-2/+2
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin1-2/+2
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar1-3/+6
2008-05-14cgroups: fix compile warningMirco Tischler1-1/+1
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds1-2/+0
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds1-23/+4
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra1-152/+13
2008-05-05sched: fix cpu clockIngo Molnar1-9/+15
2008-05-05sched: fair-group: fix a Div0 error of the fair group schedulerMiao Xie1-6/+11
2008-05-05sched: fix missing locking in sched_domains codeHeiko Carstens1-17/+12
2008-05-05sched: make clock sync tunable by architecture codeIngo Molnar1-1/+1
2008-05-05sched: fix sched_info_switch not being called according to documentationDavid Simner1-2/+2
2008-05-05sched: fix hrtick_start_fair and CPU-HotplugPeter Zijlstra1-1/+65