summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2017-08-15Merge android-4.4@9f764bb (v4.4.80) into msm-4.4Blagovest Kolenichev
2017-07-25sched/fair: Add a backup_cpu to find_best_targetChris Redpath
2017-07-25sched/fair: Try to estimate possible idle states.Chris Redpath
2017-07-25sched/fair: Sync task util before EAS wakeupBrendan Jackman
2017-07-25Revert "sched/fair: ensure utilization signals are synchronized before use"Brendan Jackman
2017-07-25sched/fair: kick nohz idle balance for misfit taskLeo Yan
2017-07-25sched/fair: Update signals of nohz cpus if we are going idleChris Redpath
2017-07-25events: add tracepoint for find_best_targetPatrick Bellasi
2017-07-25sched/fair: streamline find_best_target heuristicsPatrick Bellasi
2017-06-22Merge "Merge branch 'android-4.4@6fc0573' into branch 'msm-4.4'"Linux Build Service Account
2017-06-19Merge branch 'android-4.4@6fc0573' into branch 'msm-4.4'Blagovest Kolenichev
2017-06-09Merge "sched: Fix the bug in select_best_cpu() that returns -1 as target_cpu"Linux Build Service Account
2017-06-08Merge "Merge branch 'android-4.4@9bc4622' into branch 'msm-4.4'"Linux Build Service Account
2017-06-09sched: Fix the bug in select_best_cpu() that returns -1 as target_cpuPavankumar Kondeti
2017-06-07Merge branch 'android-4.4@9bc4622' into branch 'msm-4.4'Blagovest Kolenichev
2017-06-02sched/tune: don't use schedtune before it is readyChris Redpath
2017-06-02sched/fair: use SCHED_CAPACITY_SCALE for energy normalizationPatrick Bellasi
2017-06-02sched/{fair,tune}: use reciprocal_value to compute boost marginPatrick Bellasi
2017-06-02sched/tune: fix sched_energy_diff tracepointChris Redpath
2017-06-02sched/fair: Fix sched_group_energy() to support per-cpu capacity statesMorten Rasmussen
2017-06-02sched/fair: discount task contribution to find CPU with lowest utilizationValentin Schneider
2017-06-02sched/fair: ensure utilization signals are synchronized before useChris Redpath
2017-06-02sched/fair: remove task util from own cpu when placing waking taskChris Redpath
2017-06-02trace:sched: Make util_avg in load_avg trace reflect PELT/WALT as usedChris Redpath
2017-06-02sched/fair: Add eas (& cas) specific rq, sd and task statsDietmar Eggemann
2017-06-02sched: EAS & 'single cpu per cluster'/cpu hotplug interoperabilityDietmar Eggemann
2017-06-02UPSTREAM: sched/core: Fix group_entity's share updateVincent Guittot
2017-06-02UPSTREAM: sched/fair: Fix calc_cfs_shares() fixed point arithmetics width con...Peter Zijlstra
2017-06-02UPSTREAM: sched/fair: Fix incorrect task group ->load_avgVincent Guittot
2017-06-02UPSTREAM: sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2017-06-02UPSTREAM: sched/fair: Propagate asynchrous detachVincent Guittot
2017-06-02UPSTREAM: sched/fair: Propagate load during synchronous attach/detachVincent Guittot
2017-06-02UPSTREAM: sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot
2017-06-02BACKPORT: sched/fair: Factorize PELT updateVincent Guittot
2017-06-02UPSTREAM: sched/fair: Factorize attach/detach entityVincent Guittot
2017-06-02UPSTREAM: sched/fair: Improve PELT stuff some morePeter Zijlstra
2017-06-02UPSTREAM: sched/fair: Apply more PELT fixesPeter Zijlstra
2017-06-02UPSTREAM: sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra
2017-06-02BACKPORT: sched/fair: Initiate a new task's util avg to a bounded valueYuyang Du
2017-06-02sched/fair: Simplify idle_idx handling in select_idle_sibling()Dietmar Eggemann
2017-06-02sched/fair: refactor find_best_target() for simplicityDietmar Eggemann
2017-06-02sched/fair: Change cpu iteration order in find_best_target()Dietmar Eggemann
2017-06-02sched: Remove sysctl_sched_is_big_littleDietmar Eggemann
2017-06-02sched/fair: Code !is_big_little path into select_energy_cpu_brute()Dietmar Eggemann
2017-06-02EAS: sched/fair: Re-integrate 'honor sync wakeups' into wakeup pathDietmar Eggemann
2017-06-02Fixup!: sched/fair.c: Set SchedTune specific struct energy_env.taskDietmar Eggemann
2017-06-02sched/fair: Energy-aware wake-up task placementMorten Rasmussen
2017-06-02sched/fair: Add energy_diff dead-zone marginMorten Rasmussen
2017-06-02sched/fair: Decommission energy_aware_wake_cpu()Dietmar Eggemann
2017-06-02sched/fair: Do not force want_affine eq. true if EAS is enabledDietmar Eggemann