aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-09sched: remove __update_rq_clock() call from entity_tick()Ingo Molnar1-3/+0
2007-08-09sched: remove the 'u64 now' local variablesIngo Molnar1-6/+0
2007-08-09sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar1-1/+1
2007-08-09sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar1-2/+1
2007-08-09sched: remove the 'u64 now' parameter from put_prev_entity()Ingo Molnar1-3/+2
2007-08-09sched: remove the 'u64 now' parameter from pick_next_entity()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from set_next_entity()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from dequeue_entity()Ingo Molnar1-5/+4
2007-08-09sched: remove the 'u64 now' parameter from enqueue_entity()Ingo Molnar1-5/+4
2007-08-09sched: remove the 'u64 now' parameter from enqueue_sleeper()Ingo Molnar1-3/+2
2007-08-09sched: remove the 'u64 now' parameter from __enqueue_sleeper()Ingo Molnar1-3/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_curr_end()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_dequeue()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_curr_start()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_wait_end()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from __update_stats_wait_end()Ingo Molnar1-2/+2
2007-08-09sched: remove the 'u64 now' parameter from update_stats_enqueue()Ingo Molnar1-4/+3
2007-08-09sched: remove the 'u64 now' parameter from update_stats_wait_start()Ingo Molnar1-3/+3
2007-08-09sched: remove the 'u64 now' parameter from update_curr()Ingo Molnar1-7/+7
2007-08-09sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar1-2/+2
2007-08-09sched: remove 'now' use from assignmentsIngo Molnar1-9/+10