aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched: fix profile=sleepIngo Molnar2007-10-021-0/+10
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-191-6/+57
* sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra2007-09-051-16/+22
* sched: improve prev_sum_exec_runtime settingPeter Zijlstra2007-09-051-3/+2
* sched: simplify __check_preempt_curr_fair()Peter Zijlstra2007-09-051-5/+3
* sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2007-09-051-5/+5
* sched: fix niced_granularity() shiftIngo Molnar2007-09-051-1/+1
* sched: clean up task_new_fair()Ingo Molnar2007-08-281-3/+3
* sched: small schedstat fixIngo Molnar2007-08-281-1/+3
* sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar2007-08-281-0/+3
* sched: call update_curr() in task_tick_fair()Ting Yang2007-08-281-2/+3
* sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-281-4/+22
* sched: fix sleeper bonus limitMike Galbraith2007-08-281-1/+1
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-251-2/+2
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-251-12/+65
* sched: fix startup penalty calculationIngo Molnar2007-08-241-1/+1
* sched: simplify bonus calculation #2Peter Zijlstra2007-08-241-2/+1
* sched: simplify bonus calculation #1Peter Zijlstra2007-08-241-2/+1
* sched: tidy up and simplify the bonus balanceIngo Molnar2007-08-241-4/+10
* sched: remove HZ dependency from the granularity defaultIngo Molnar2007-08-241-7/+6
* sched: CONFIG_SCHED_GROUP_FAIR=y fixletBruce Ashfield2007-08-241-1/+1
* sched: fix sleeper bonusIngo Molnar2007-08-121-6/+6
* sched: fix typo in the FAIR_GROUP_SCHED branchIngo Molnar2007-08-101-4/+3
* sched: refine negative nice level granularityIngo Molnar2007-08-091-6/+10
* sched: fix update_stats_enqueue() reniced codepathIngo Molnar2007-08-091-1/+2
* sched: clean up set_curr_task_fair()Ingo Molnar2007-08-091-11/+4
* sched: remove __update_rq_clock() call from entity_tick()Ingo Molnar2007-08-091-3/+0
* sched: remove the 'u64 now' local variablesIngo Molnar2007-08-091-6/+0
* sched: remove the 'u64 now' parameter from ->task_new()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->put_prev_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->pick_next_task()Ingo Molnar2007-08-091-1/+1
* sched: remove the 'u64 now' parameter from ->dequeue_task()Ingo Molnar2007-08-091-2/+1
* sched: remove the 'u64 now' parameter from ->enqueue_task()Ingo Molnar2007-08-091-2/+1
* sched: remove the 'u64 now' parameter from put_prev_entity()Ingo Molnar2007-08-091-3/+2
* sched: remove the 'u64 now' parameter from pick_next_entity()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from set_next_entity()Ingo Molnar2007-08-091-3/+3
* sched: remove the 'u64 now' parameter from dequeue_entity()Ingo Molnar2007-08-091-5/+4
* sched: remove the 'u64 now' parameter from enqueue_entity()Ingo Molnar2007-08-091-5/+4
* sched: remove the 'u64 now' parameter from enqueue_sleeper()Ingo Molnar2007-08-091-3/+2
* sched: remove the 'u64 now' parameter from __enqueue_sleeper()Ingo Molnar2007-08-091-3/+2
* sched: remove the 'u64 now' parameter from update_stats_curr_end()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from update_stats_dequeue()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from update_stats_curr_start()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from update_stats_wait_end()Ingo Molnar2007-08-091-3/+3
* sched: remove the 'u64 now' parameter from __update_stats_wait_end()Ingo Molnar2007-08-091-2/+2
* sched: remove the 'u64 now' parameter from update_stats_enqueue()Ingo Molnar2007-08-091-4/+3
* sched: remove the 'u64 now' parameter from update_stats_wait_start()Ingo Molnar2007-08-091-3/+3
* sched: remove the 'u64 now' parameter from update_curr()Ingo Molnar2007-08-091-7/+7
* sched: remove the 'u64 now' parameter from print_cfs_rq()Ingo Molnar2007-08-091-2/+2
* sched: remove 'now' use from assignmentsIngo Molnar2007-08-091-9/+10