aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix double normalization of vruntimeGeorge McCollister2014-04-021-4/+4
* sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2014-02-151-0/+3
* sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2014-01-031-0/+2
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-10-261-5/+9
* sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-09-101-1/+1
* sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-08-021-1/+1
* sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra2011-12-161-6/+8
* sched: Fix buglet in return_cfs_rq_runtime()Paul Turner2011-11-161-1/+1
* sched: Avoid SMT siblings in select_idle_sibling() if possiblePeter Zijlstra2011-11-161-14/+28
* sched_fair: Fix a typo in the comment describing update_sd_lb_statsHui Kang2011-11-141-1/+1
* sched: Add a comment to effective_load() since it's a painPeter Zijlstra2011-11-141-18/+95
* sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-061-6/+6
* sched: Request for idle balance during nohz idle load balanceSuresh Siddha2011-10-061-2/+2
* sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2011-10-061-20/+9
* sched: Remove redundant test in check_preempt_tick()Wang Xingchao2011-09-261-8/+8
* sched: Return unused runtime on group dequeuePaul Turner2011-08-141-0/+108
* sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao2011-08-141-0/+7
* sched: Throttle entities exceeding their allowed bandwidthPaul Turner2011-08-141-2/+50
* sched: Prevent buddy interactions with throttled entitiesPaul Turner2011-08-141-1/+17
* sched: Prevent interactions with throttled entitiesPaul Turner2011-08-141-6/+93
* sched: Add support for unthrottling group entitiesPaul Turner2011-08-141-4/+123
* sched: Add support for throttling group entitiesPaul Turner2011-08-141-4/+85
* sched: Expire invalid runtimePaul Turner2011-08-141-9/+81
* sched: Add a timer to handle CFS bandwidth refreshPaul Turner2011-08-141-3/+37
* sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner2011-08-141-2/+77
* sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-141-0/+16
* sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner2011-08-141-0/+6
* sched: Remove noop in lowest_flag_domain()Hillf Danton2011-08-141-1/+1
* sched: Kill WAKEUP_PREEMPTYong Zhang2011-08-141-8/+1
* sched: Cleanup duplicate local variable in [enqueue|dequeue]_task_fairLin Ming2011-07-221-2/+2
* sched: Replace use of entity_key()Stephan Baerwolf2011-07-211-7/+1
* sched: Remove unused function cpu_cfs_rq()Jan Schoenherr2011-07-211-13/+0
* sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2011-07-211-5/+35
* sched: Don't update shares twice on on_rq parentPaul Turner2011-07-211-0/+3
* sched: update correct entity's runtime in check_preempt_wakeup()Paul Turner2011-07-211-1/+1
* Merge branch 'linus' into sched/coreIngo Molnar2011-07-211-23/+23
|\
| * sched: Break out cpu_power from the sched_group structurePeter Zijlstra2011-07-201-23/+23
* | sched: Remove rcu_read_lock() from wake_affine()Nikunj A. Dadhania2011-07-011-2/+0
|/
* sched: Fix ->min_vruntime calculation in dequeue_entity()Peter Zijlstra2011-05-281-2/+3
* sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculationsNikhil Rao2011-05-201-25/+27
* sched: Remove unused 'this_best_prio arg' from balance_tasks()Vladimir Davydov2011-05-041-10/+6
* sched: Next buddy hint on sleep and preempt pathVenkatesh Pallipadi2011-04-191-3/+23
* sched: Make set_*_buddy() work on non-task entitiesVenkatesh Pallipadi2011-04-191-12/+12
* Merge branch 'sched/locking' into sched/coreIngo Molnar2011-04-181-3/+20
|\
| * sched: Deal with non-atomic min_vruntime reads on 32bitsPeter Zijlstra2011-04-141-2/+17
| * sched: Remove rq argument to sched_class::task_waking()Peter Zijlstra2011-04-141-1/+3
| * sched: Drop the rq argument to sched_class::select_task_rq()Peter Zijlstra2011-04-141-1/+1
* | sched: Avoid using sd->levelPeter Zijlstra2011-04-111-1/+1
* | sched: Dynamically allocate sched_domain/sched_group data-structuresPeter Zijlstra2011-04-111-6/+24
|/
* sched: Eliminate dead code from wakeup_gran()Shaohua Li2011-04-111-4/+1