summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra2019-06-171-2/+3
|/
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-031-0/+29
|\
| * sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-04-251-0/+4
| * sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-161-0/+25
* | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-04-291-6/+10
* | sched/core: Make some functions staticYueHaibing2019-04-181-1/+1
* | sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-161-2/+0
* | sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider2019-04-161-1/+0
* | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() staticYueHaibing2019-04-031-2/+2
|/
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-031-3/+3