summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-241-6/+34
| * sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-241-0/+4
| * sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann2019-06-241-21/+21
| * sched/debug: Add sched_overutilized tracepointQais Yousef2019-06-241-2/+8
| * sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-241-0/+1
| * sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-241-0/+6
| * sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-0/+99
| * sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-3/+3
| * sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-171-0/+7
| * sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider2019-06-171-10/+16
| * sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1
| * sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-031-86/+4
| * sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-255/+0
| * sched/fair: Remove rq->loadDietmar Eggemann2019-06-031-5/+2
| * sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-17/+17