aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra1-13/+19
2009-07-18sched: Account for vruntime wrappingFabio Checconi1-2/+8
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-06-17sched: Fix out of scope variable access in sched_slice()Christian Engelmayer1-1/+2
2009-04-09sched: remove redundant hierarchy walk in check_preempt_wakeupPaul Turner1-10/+3
2009-02-15Merge branch 'sched/urgent'; commit 'v2.6.29-rc5' into sched/coreIngo Molnar1-2/+9
2009-02-11sched: revert recent sync wakeup changesPeter Zijlstra1-2/+9
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreIngo Molnar1-21/+48
2009-02-01sched: fix buddie group latencyPeter Zijlstra1-2/+8
2009-02-01sched: clear buddies more aggressivelyMike Galbraith1-1/+12
2009-02-01sched: fix sync wakeupsPeter Zijlstra1-9/+2
2009-01-15sched: sched_slice() fixletLin Ming1-1/+4
2009-01-15sched: fix update_min_vruntimePeter Zijlstra1-1/+1
2009-01-15sched: SCHED_OTHER vs SCHED_IDLE isolationPeter Zijlstra1-8/+22
2009-01-15sched: prefer wakersPeter Zijlstra1-6/+53
2009-01-08generic swap(): sched: remove local swap() macroWu Fengguang1-2/+0
2009-01-05Merge branch 'linus' into sched/urgentIngo Molnar1-8/+24
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+24
2009-01-02sched: fix sched_slice()Mike Galbraith1-18/+12
2008-12-19sched: bias task wakeups to preferred semi-idle packagesVaidyanathan Srinivasan1-0/+18
2008-12-16sched: optimize update_curr()Peter Zijlstra1-0/+2
2008-12-16sched: fix wakeup preemption clockMike Galbraith1-4/+3
2008-11-24sched: convert remaining old-style cpumask operatorsRusty Russell1-2/+2
2008-11-24sched: wrap sched_group and sched_domain cpumask accesses.Rusty Russell1-6/+4
2008-11-11sched: release buddies on yieldPeter Zijlstra1-5/+12
2008-11-05sched: fix buddies for group schedulingPeter Zijlstra1-2/+14
2008-11-05sched: backward looking buddyPeter Zijlstra1-7/+25
2008-11-05sched: fix fair preempt checkPeter Zijlstra1-0/+3
2008-11-05sched: cleanup fair task selectionPeter Zijlstra1-22/+11
2008-10-24sched: virtual time buddy preemptionPeter Zijlstra1-6/+4
2008-10-24sched: re-instate vruntime based wakeup preemptionPeter Zijlstra1-6/+92
2008-10-24sched: weaken sync hintMike Galbraith1-4/+3
2008-10-24sched: more accurate min_vruntime accountingPeter Zijlstra1-24/+25
2008-10-24Merge commit 'v2.6.28-rc1' into sched/urgentIngo Molnar1-0/+1
2008-10-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-22/+40
2008-10-22sched: add CONFIG_SMP consistencyLi Zefan1-3/+2
2008-10-20sched: revert back to per-rq vruntimePeter Zijlstra1-17/+15
2008-10-20sched: fair scheduler should not resched rt tasksPeter Zijlstra1-4/+24
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-176/+59
2008-10-17sched: minor fast-path overhead reductionMike Galbraith1-1/+1
2008-10-08sched: sync wakeups vs avg_overlapPeter Zijlstra1-8/+10
2008-09-30sched: minor optimizations in wake_affine and select_task_rq_fairAmit K. Arora1-9/+7
2008-09-25sched: maintain only task entities in cfs_rq->tasks listBharata B Rao1-17/+9
2008-09-23sched: fixup buddy selectionPeter Zijlstra1-2/+2
2008-09-23sched: fixlet for group load balancePeter Zijlstra1-13/+14
2008-09-23sched: rework wakeup preemptionPeter Zijlstra1-129/+4
2008-09-22sched: fix list traversal to use _rcu variantChris Friesen1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra1-3/+10
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-0/+1
2008-09-06sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy1-1/+1