summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/pelt: Fix update of blocked PELT orderingVincent Guittot2019-12-131-9/+20
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-061-13/+6
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-061-65/+7
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-11-061-14/+22
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* 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
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-241-21/+63
|\
| * sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-191-28/+37
| * sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-191-1/+25
| * sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-191-2/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-7/+8
|\ \ | |/ |/|
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-7/+8
* | sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2019-02-131-3/+3
* | sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar2019-02-111-3/+3
* | sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider2019-02-111-9/+2
* | sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
* | sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2
* | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-22/+16
* | sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2019-02-111-9/+34
* | sched/fair: Optimize update_blocked_averages()Vincent Guittot2019-02-111-5/+21
* | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-0/+1
|\|