aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched_fair.c
AgeCommit message (Expand)Author
2007-10-15sched: clean up struct load_statDmitry Adamushko
2007-10-15sched: debug: update exec_clock only when SCHED_DEBUGIngo Molnar
2007-10-15sched: handle vruntime 64-bit overflowPeter Zijlstra
2007-10-15sched: add tree based averagesPeter Zijlstra
2007-10-15sched: remove SCHED_FEAT_SKIP_INITIALIngo Molnar
2007-10-15sched: clean up new task placementPeter Zijlstra
2007-10-15sched: wakeup granularity increaseIngo Molnar
2007-10-15sched: simplify check_preempt() methodsIngo Molnar
2007-10-15sched: simplify adaptive latencyPeter Zijlstra
2007-10-15sched: new task placement for vruntimePeter Zijlstra
2007-10-15sched: optimize vruntime based schedulingIngo Molnar
2007-10-15sched: move sched_feat() definitionsIngo Molnar
2007-10-15sched: introduce se->vruntimeIngo Molnar
2007-10-15sched: clean up calc_weighted()Ingo Molnar
2007-10-15sched: uninline __enqueue_entity()/__dequeue_entity()Ingo Molnar
2007-10-15sched: simplify SCHED_FEAT_* codePeter Zijlstra
2007-10-15sched: cleanup: simplify cfs_rq_curr() methodsIngo Molnar
2007-10-15sched: track cfs_rq->curr on !group-scheduling tooIngo Molnar
2007-10-15sched: remove precise CPU loadIngo Molnar
2007-10-15sched: remove stat_granIngo Molnar
2007-10-15sched: use constants if !CONFIG_SCHED_DEBUGIngo Molnar
2007-10-15sched: debug: track maximum 'slice'Ingo Molnar
2007-10-15sched: resched task in task_new_fair()Ingo Molnar
2007-10-02sched: fix profile=sleepIngo Molnar
2007-09-19sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar
2007-09-05sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra
2007-09-05sched: improve prev_sum_exec_runtime settingPeter Zijlstra
2007-09-05sched: simplify __check_preempt_curr_fair()Peter Zijlstra
2007-09-05sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar
2007-09-05sched: fix niced_granularity() shiftIngo Molnar
2007-08-28sched: clean up task_new_fair()Ingo Molnar
2007-08-28sched: small schedstat fixIngo Molnar
2007-08-28sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar
2007-08-28sched: call update_curr() in task_tick_fair()Ting Yang
2007-08-28sched: make the scheduler converge to the ideal latencyIngo Molnar
2007-08-28sched: fix sleeper bonus limitMike Galbraith
2007-08-25sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar
2007-08-25sched: adaptive scheduler granularityPeter Zijlstra
2007-08-24sched: fix startup penalty calculationIngo Molnar
2007-08-24sched: simplify bonus calculation #2Peter Zijlstra
2007-08-24sched: simplify bonus calculation #1Peter Zijlstra
2007-08-24sched: tidy up and simplify the bonus balanceIngo Molnar
2007-08-24sched: remove HZ dependency from the granularity defaultIngo Molnar
2007-08-24sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield
2007-08-12sched: fix sleeper bonusIngo Molnar
2007-08-10sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar
2007-08-09sched: refine negative nice level granularityIngo Molnar
2007-08-09sched: fix update_stats_enqueue() reniced codepathIngo Molnar
2007-08-09sched: clean up set_curr_task_fair()Ingo Molnar
2007-08-09sched: remove __update_rq_clock() call from entity_tick()Ingo Molnar