summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-13/+12
* sched/fair: Explain why MIN_SHARES isn't scaled in calc_cfs_shares()Dietmar Eggemann2017-01-141-0/+12
* sched/core: Fix group_entity's share updateVincent Guittot2017-01-141-13/+37
* sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra2017-01-141-0/+2
* sched/core: Add missing update_rq_clock() in post_init_entity_util_avg()Peter Zijlstra2017-01-141-0/+1
* sched/fair: Push rq lock pin/unpin into idle_balance()Matt Fleming2017-01-141-12/+15
* sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming2017-01-141-3/+3
* 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/+25
* 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/+0
|\
| * sched/fair: Remove unused but set variable 'rq'Tobias Klauser2016-10-271-3/+0
* | sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming2016-10-201-7/+0
|/
* 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/+3
| * | 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/+69
| * | 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/+7
| * | 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