summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot2019-11-181-49/+62
* Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-181-9/+20
|\
| * sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-11-131-9/+20
* | sched/fair: Add comments for group_type and balancing at SD_NUMA levelVincent Guittot2019-11-181-4/+31
* | sched/fair: Fix rework of find_idlest_group()Vincent Guittot2019-11-181-7/+84
* | sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-111-1/+1
* | sched/fair: Use mul_u32_u32()Peter Zijlstra2019-11-111-2/+1
* | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-1/+6
* | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-111-1/+1
* | sched/fair: Better document newidle_balance()Peter Zijlstra2019-11-111-0/+5
* | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-111-3/+12
|\|
| * sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-3/+12
* | sched/fair/util_est: Implement faster ramp-up EWMA on utilization increasesPatrick Bellasi2019-10-291-1/+13
* | sched/fair: Rework find_idlest_group()Vincent Guittot2019-10-211-128/+256
* | sched/fair: Optimize find_idlest_group()Vincent Guittot2019-10-211-36/+14
* | sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot2019-10-211-10/+10
* | sched/fair: Use utilization to select misfit taskVincent Guittot2019-10-211-8/+3
* | sched/fair: Spread out tasks evenly when not overloadedVincent Guittot2019-10-211-12/+28
* | sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot2019-10-211-10/+14
* | sched/fair: Use rq->nr_running when balancing loadVincent Guittot2019-10-211-5/+8
* | sched/fair: Rework load_balance()Vincent Guittot2019-10-211-209/+402
* | sched/fair: Remove meaningless imbalance calculationVincent Guittot2019-10-211-104/+1
* | sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot2019-10-211-16/+16
* | sched/fair: Clean up asym packingVincent Guittot2019-10-211-47/+16
|/
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-10-091-14/+22
* sched/fair: Avoid redundant EAS calculationQuentin Perret2019-09-251-1/+1
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-09-251-13/+6
* tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2019-09-251-1/+1
* sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai2019-09-171-16/+0
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-216/+193
|\
| * Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-1/+1
| |\
| | * sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-1/+1
| * | sched/fair: Speed-up energy-aware wake-upsQuentin Perret2019-09-131-60/+50
| * | sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-08-121-3/+3
| * | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-081-3/+6
| * | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-081-1/+1
| * | sched/fair: Expose newidle_balance()Peter Zijlstra2019-08-081-10/+8
| * | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-081-3/+14
| * | sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-08-081-65/+7
| * | sched/fair: Introduce fits_capacity()Viresh Kumar2019-07-251-10/+8
| * | sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar2019-07-251-10/+33
| * | sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2019-07-251-2/+12
| * | sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-07-251-2/+3
| * | sched/fair: Change task_numa_work() storage to staticValentin Schneider2019-07-251-1/+1
| * | sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider2019-07-251-4/+5
| * | sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider2019-07-251-41/+41
| |/
* / sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-031-0/+5
|/
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-4/+20
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-404/+219
|\