summaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
AgeCommit message (Expand)AuthorLines
2008-10-24Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar-1/+3
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan-3/+2
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-13/+62
2008-10-04sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rqDario Faggioli-4/+4
2008-09-23sched: add some comments to the bandwidth codePeter Zijlstra-0/+42
2008-09-23Merge branches 'sched/urgent' and 'sched/rt' into sched/develIngo Molnar-1/+5
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra-1/+1
2008-09-14timers: fix itimer/many thread hangFrank Mayhar-1/+3
2008-09-11sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomlyZhang, Yanmin-0/+1
2008-08-28sched: rt-bandwidth accounting fixPeter Zijlstra-6/+5
2008-08-28sched: fix sched_rt_rq_enqueue() resched idleJohn Blackwood-0/+2
2008-08-19sched: rt-bandwidth group disable fixesPeter Zijlstra-1/+4
2008-08-19sched: rt-bandwidth accounting fixPeter Zijlstra-6/+5
2008-08-14sched: fix rt-bandwidth hotplug racePeter Zijlstra-1/+1
2008-08-11lockdep: re-annotate scheduler runqueuesPeter Zijlstra-3/+5
2008-07-24Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2008-07-24sched: clean up compiler warningPeter Zijlstra-1/+1
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+49
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar-0/+2
2008-07-18sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells-0/+2
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky-0/+7
2008-07-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko-28/+40
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar-141/+264
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar-32/+38
2008-06-27sched: make sched_{rt,fair}.c ifdefs more readableDhaval Giani-5/+5
2008-06-27sched: revert revert of: fair-group: SMP-nice for group schedulingPeter Zijlstra-0/+4
2008-06-27sched: clean up some unused variablesPeter Zijlstra-2/+0
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra-1/+2
2008-06-20sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra-1/+2
2008-06-20sched: rt: move some code aroundPeter Zijlstra-62/+57
2008-06-20sched: rt: fix SMP bandwidth balancing for throttled groupsPeter Zijlstra-12/+29
2008-06-20sched: debug: add some rt debug outputPeter Zijlstra-0/+14
2008-06-19Merge branch 'sched' into sched-develIngo Molnar-28/+39
2008-06-19sched: rt-group: fix RR bugletPeter Zijlstra-1/+3
2008-06-19sched: rt-group: heirarchy aware throttlePeter Zijlstra-26/+33
2008-06-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko-35/+9
2008-06-10sched: fix hotplug cpus on ia64Peter Zijlstra-5/+104
2008-06-06sched: fix cpuprio build bugIngo Molnar-1/+4
2008-06-06sched: fix cpupri hotplug supportGregory Haskins-6/+18
2008-06-06sched: use a 2-d bitmap for searching lowest-pri CPUGregory Haskins-77/+21
2008-06-06sched: prioritize non-migratable tasks over migratable onesGregory Haskins-7/+68
2008-05-29revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar-4/+0
2008-05-23core: use performance variant for_each_cpu_mask_nrMike Travis-3/+3
2008-05-05sched: fix RT task-wakeup logicGregory Haskins-2/+5
2008-05-05sched: make rt_sched_class, idle_sched_class staticHarvey Harrison-1/+1
2008-04-19sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra-16/+11
2008-04-19sched: fair-group: SMP-nice for group schedulingPeter Zijlstra-0/+4
2008-04-19sched: mix tasks and groupsDhaval Giani-6/+9
2008-04-19sched: add new set_cpus_allowed_ptr functionMike Travis-1/+2
2008-04-19sched: rt-group: smp balancingPeter Zijlstra-3/+85