aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
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/softirqIngo Molnar
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar
2008-06-16Merge branch 'linus' into sched-develIngo Molnar
2008-06-12sched: 64-bit: fix arithmetics overflowLai Jiangshan
2008-06-12sched: fair group: fix overflow(was: fix divide by zero)Lai Jiangshan
2008-06-10sched: sched_clock() lockdep fixIngo Molnar
2008-06-10sched: kill off dead cfs_rq_set_shares()Paul Mundt
2008-06-10sched: prevent bound kthreads from changing cpus_allowedDavid Rientjes
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra
2008-06-10sched: fix TASK_WAKEKILL vs SIGKILL raceOleg Nesterov
2008-06-06sched: move weighted_cpuload into #ifdef CONFIG_SMP sectionThomas Gleixner
2008-06-06sched: Move cpu masks from kernel/sched.c into kernel/cpu.cMax Krasnyansky
2008-06-06sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky
2008-06-06sched: fix cpupri hotplug supportGregory Haskins
2008-06-06sched: print the sd->level in sched_domain_debug codeGautham R Shenoy
2008-06-06sched: add comments for ifdefs in sched.cDhaval Giani
2008-06-06sched: print module list in the "scheduling while atomic" warningArjan van de Ven
2008-06-06sched: fix defined-but-unused warningRabin Vincent
2008-06-06namespacecheck: fixes in kernel/sched.cThomas Gleixner
2008-06-06sched: check for SD_SERIALIZE atomically in rebalance_domains()Dmitry Adamushko
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins
2008-06-06sched: make !hrtick fasterMike Galbraith
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar
2008-05-29sched: cleanupIngo Molnar
2008-05-29sched: unite unlikely pairs in rt_policy() and schedule_debug()Roel Kluin
2008-05-29revert ("sched: fair: weight calculations")Ingo Molnar
2008-05-25sched: do not trace sched_clockIngo Molnar
2008-05-25Remove argument from open_softirq which is always NULLCarlos R. Mafra
2008-05-23Port ftrace to markersMathieu Desnoyers
2008-05-23ftrace: remove add-hoc codeIngo Molnar
2008-05-23ftrace: fix wakeup callbackPeter Zijlstra
2008-05-23ftrace: sched tree fixIngo Molnar
2008-05-23ftrace: fix wakeupsIngo Molnar
2008-05-23ftrace: trace curr/next tasksIngo Molnar
2008-05-23ftrace: sched tracer, trace full rbtreeIngo Molnar
2008-05-23ftrace: sched tracer fixIngo Molnar
2008-05-23ftrace: trace preempt off critical timingsSteven Rostedt
2008-05-23ftrace: make the task state char-string visible to allSteven Rostedt
2008-05-23sched: add latency tracer callbacks to the schedulerIngo Molnar
2008-05-14cgroups: fix compile warningMirco Tischler
2008-05-11Add new 'cond_resched_bkl()' helper functionLinus Torvalds
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds