summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
...
* | sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra2017-05-151-5/+25
* | sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-151-10/+10
* | sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-151-3/+1
* | sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-151-4/+3
* | sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-151-41/+4
* | sched/cfs: Make util/load_avg more stableVincent Guittot2017-05-151-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2017-04-141-18/+3
* | sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra2017-04-141-1/+2
* | sched/fair: Fix commentsPeter Zijlstra2017-04-141-10/+10
* | sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra2017-04-141-56/+19
* | sched/fair: Optimize ___update_sched_avg()Yuyang Du2017-03-301-94/+118
* | sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra2017-03-301-18/+38
* | sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju2017-03-271-3/+4
* | sched/fair: Fix FTQ noise bench regressionVincent Guittot2017-03-231-3/+36
* | sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra2017-03-161-2/+4
* | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-161-31/+40
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-1/+1
|\
| * sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-03-021-1/+1
* | 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