summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-404/+219Star
|\
| * 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/+1Star
| * sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-031-86/+4Star
| * sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-255/+0Star
| * sched/fair: Remove rq->loadDietmar Eggemann2019-06-031-5/+2Star
| * 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/+0Star
* | sched/fair: Remove unneeded prototype of capacity_of()Valentin Schneider2019-04-161-1/+0Star
* | 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-061-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/+2Star
* | sched/fair: Explain LLC nohz kick conditionValentin Schneider2019-02-111-2/+7
* | sched/fair: Simplify nohz_balancer_kick()Valentin Schneider2019-02-111-6/+2Star
* | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-22/+16Star
* | 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
|\|
| * cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-0/+1
* | sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2019-02-041-5/+28
* | sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2019-02-041-55/+71
* | sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot2019-02-041-5/+9
* | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-21/+24
* | sched/fair: Move the rq_of() helper functionVincent Guittot2019-02-041-13/+0Star
* | sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova2019-02-041-6/+6