summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Use load_avg for selecting idlest groupVincent Guittot2016-12-111-11/+44
* sched/core: Fix find_idlest_group() for forkVincent Guittot2016-12-111-0/+8
* sched: Extend scheduler's asym packingTim Chen2016-11-241-17/+36
* sched/fair: Clean up the tunable parameter definitionsIngo Molnar2016-11-231-22/+28
* sched/fair: Fix task group initializationVincent Guittot2016-11-161-1/+1
* sched/fair: Propagate asynchrous detachVincent Guittot2016-11-161-0/+6
* sched/fair: Propagate load during synchronous attach/detachVincent Guittot2016-11-161-1/+187
* sched/fair: Factorize PELT updateVincent Guittot2016-11-161-51/+25Star
* sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot2016-11-161-7/+47
* sched/fair: Factorize attach/detach entityVincent Guittot2016-11-161-22/+31
* sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen2016-11-161-1/+1
* sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen2016-11-161-0/+25
* sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen2016-11-161-5/+12
* sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen2016-11-161-5/+45
* sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen2016-11-161-4/+35
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-11-111-3/+0Star
|\
| * sched/fair: Remove unused but set variable 'rq'Tobias Klauser2016-10-271-3/+0Star
* | sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming2016-10-201-7/+0Star
|/
* sched/fair: Fix incorrect task group ->load_avgVincent Guittot2016-10-191-1/+8
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-181-3/+8
|\
| * sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li2016-10-111-3/+8
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\ \ | |/ |/|
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-258/+494
|\ \
| * | sched/fair: Fix min_vruntime trackingPeter Zijlstra2016-09-301-7/+22
| * | sched/debug: Add SCHED_WARN_ON()Peter Zijlstra2016-09-301-5/+3Star
| * | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-301-1/+7
| * | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-46/+221
| * | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-10/+12
| * | sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann2016-09-301-2/+2
| * | sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri2016-09-221-1/+1
| * | Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra2016-09-101-4/+7
| * | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-79/+69Star
| * | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-21/+21
| * | sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf2016-09-051-69/+73
| * | sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann2016-09-051-1/+1
| * | sched/fair: Make update_min_vruntime() more readableByungchul Park2016-09-051-10/+7Star
| * | sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen2016-08-181-1/+34
| * | sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen2016-08-101-0/+4
| * | sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen2016-08-101-11/+13
| * | sched/fair: Improve PELT stuff some morePeter Zijlstra2016-08-101-19/+25
| * | sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan2016-08-101-5/+6
| |/
* | cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki2016-09-131-0/+8
* | cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki2016-08-161-7/+2Star
* | cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki2016-08-161-8/+4Star
|/
* sched/fair: Fix typo in sync_throttle()Xunlei Pang2016-08-101-1/+1
* sched/fair: Rework throttle_count syncPeter Zijlstra2016-06-271-20/+19Star
* sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-271-4/+18
* sched/fair: Apply more PELT fixesPeter Zijlstra2016-06-271-4/+49
* sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-271-8/+37