aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15sched: remove wait_runtime limitIngo Molnar1-92/+5
2007-10-15sched: clean up struct load_statDmitry Adamushko1-1/+1
2007-10-15sched: debug: update exec_clock only when SCHED_DEBUGIngo Molnar1-1/+1
2007-10-15sched: handle vruntime 64-bit overflowPeter Zijlstra1-4/+11
2007-10-15sched: add tree based averagesPeter Zijlstra1-7/+13
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar1-7/+0
2007-10-15sched: clean up new task placementPeter Zijlstra1-15/+42
2007-10-15sched: wakeup granularity increaseIngo Molnar1-16/+11
2007-10-15sched: simplify check_preempt() methodsIngo Molnar1-4/+3
2007-10-15sched: simplify adaptive latencyPeter Zijlstra1-104/+9
2007-10-15sched: new task placement for vruntimePeter Zijlstra1-9/+27
2007-10-15sched: optimize vruntime based schedulingIngo Molnar1-0/+3
2007-10-15sched: move sched_feat() definitionsIngo Molnar1-31/+0
2007-10-15sched: introduce se->vruntimeIngo Molnar1-33/+48
2007-10-15sched: clean up calc_weighted()Ingo Molnar1-23/+8
2007-10-15sched: uninline __enqueue_entity()/__dequeue_entity()Ingo Molnar1-2/+2
2007-10-15sched: simplify SCHED_FEAT_* codePeter Zijlstra1-5/+7
2007-10-15sched: cleanup: simplify cfs_rq_curr() methodsIngo Molnar1-18/+6
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar1-22/+9
2007-10-15sched: remove precise CPU loadIngo Molnar1-4/+2
2007-10-15sched: remove stat_granIngo Molnar1-32/+14
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar1-8/+20
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar1-0/+11
2007-10-15sched: resched task in task_new_fair()Ingo Molnar1-0/+1
2007-10-02sched: fix profile=sleepIngo Molnar1-0/+10
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar1-6/+57
2007-09-05sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra1-16/+22
2007-09-05sched: improve prev_sum_exec_runtime settingPeter Zijlstra1-3/+2
2007-09-05sched: simplify __check_preempt_curr_fair()Peter Zijlstra1-5/+3
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar1-5/+5
2007-09-05sched: fix niced_granularity() shiftIngo Molnar1-1/+1
2007-08-28sched: clean up task_new_fair()Ingo Molnar1-3/+3
2007-08-28sched: small schedstat fixIngo Molnar1-1/+3
2007-08-28sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar1-0/+3
2007-08-28sched: call update_curr() in task_tick_fair()Ting Yang1-2/+3
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar1-4/+22
2007-08-28sched: fix sleeper bonus limitMike Galbraith1-1/+1
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar1-2/+2
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra1-12/+65
2007-08-24sched: fix startup penalty calculationIngo Molnar1-1/+1
2007-08-24sched: simplify bonus calculation #2Peter Zijlstra1-2/+1
2007-08-24sched: simplify bonus calculation #1Peter Zijlstra1-2/+1
2007-08-24sched: tidy up and simplify the bonus balanceIngo Molnar1-4/+10
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar1-7/+6
2007-08-24sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield1-1/+1
2007-08-12sched: fix sleeper bonusIngo Molnar1-6/+6
2007-08-10sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar1-4/+3
2007-08-09sched: refine negative nice level granularityIngo Molnar1-6/+10
2007-08-09sched: fix update_stats_enqueue() reniced codepathIngo Molnar1-1/+2
2007-08-09sched: clean up set_curr_task_fair()Ingo Molnar1-11/+4