summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2018-03-23sched: Export wake_to_idle APISrinivas Girigowda
2018-03-01Merge android-4.4.116 (20ddb25) into msm-4.4Srinivasarao P
2018-02-10sched/fair: prevent possible infinite loop in sched_group_energyChris Redpath
2018-01-29ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_br...Ke Wang
2018-01-24Merge android-4.4.113 (ef588ef) into msm-4.4Srinivasarao P
2018-01-19Merge "Merge android-4.4.110 (5cc8c2e) into msm-4.4"Linux Build Service Account
2018-01-18Merge android-4.4.106 (2fea039) into msm-4.4Srinivasarao P
2018-01-18sched: EAS: Initialize push_task as NULL to avoid direct reference on out_unl...Ke Wang
2018-01-05sched: Restore previous implementation of check_for_migration()Pavankumar Kondeti
2017-12-18Merge android-4.4.97 (46d256d) into msm-4.4Srinivasarao P
2017-12-13sched: EAS/WALT: Don't take into account of running task's utilKe Wang
2017-12-12Merge android-4.4.96 (aed4c54) into msm-4.4Blagovest Kolenichev
2017-11-07cpufreq: Drop schedfreq governorViresh Kumar
2017-11-06Merge android-4.4@ceee5bd (v4.4.95) into msm-4.4Blagovest Kolenichev
2017-11-02sched: EAS: Fix the calculation of group util in group_idle_state()Ke Wang
2017-11-02sched: EAS: update trg_cpu to backup_cpu if no energy saving for target_cpuKe Wang
2017-11-02sched: EAS: Fix the condition to distinguish energy before/afterKe Wang
2017-11-01sched: EAS: upmigrate misfit current taskJoonwoo Park
2017-11-01sched: avoid pushing tasks to an offline CPUPrasad Sodagudi
2017-11-01sched: Extend active balance to accept 'push_task' argumentSrivatsa Vaddagiri
2017-10-27FROMLIST: sched/fair: Use wake_q length as a hint for wake_wideBrendan Jackman
2017-10-27sched/fair: remove useless variable in find_best_targetLeo Yan
2017-10-27Merge android-4.4@89074de (v4.4.94) into msm-4.4Blagovest Kolenichev
2017-10-27sched/tune: access schedtune_initialized under CGROUP_SCHEDTUNERuss Weight
2017-10-27sched/fair: consider task utilization in group_max_util()Patrick Bellasi
2017-10-27sched/fair: consider task utilization in group_norm_util()Chris Redpath
2017-10-27sched/fair: enforce EAS modePatrick Bellasi
2017-10-27sched/fair: ignore backup CPU when not validPatrick Bellasi
2017-10-27sched/fair: trace energy_diff for non boosted tasksPatrick Bellasi
2017-10-27UPSTREAM: sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-10-27UPSTREAM: sched/fair: Fix usage of find_idlest_group() when the local group i...Brendan Jackman
2017-10-27UPSTREAM: sched/fair: Fix usage of find_idlest_group() when no groups are all...Brendan Jackman
2017-10-27BACKPORT: sched/fair: Fix find_idlest_group when local group is not allowedBrendan Jackman
2017-10-27UPSTREAM: sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-10-27BACKPORT: sched/fair: Move select_task_rq_fair slow-path into its own functionBrendan Jackman
2017-10-27UPSTREAM: sched/fair: Force balancing on nohz balance if local group has capa...Brendan Jackman
2017-10-27UPSTREAM: sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra
2017-10-27UPSTREAM: sched/core: Fix find_idlest_group() for forkVincent Guittot
2017-10-27BACKPORT: sched/fair: Fix PELT integrity for new tasksPeter Zijlstra
2017-10-27BACKPORT: sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot
2017-10-27UPSTREAM: sched/fair: Fix and optimize the fork() pathPeter Zijlstra
2017-10-27cpufreq/sched: Consider max cpu capacity when choosing frequenciesChris Redpath
2017-10-25ANDROID: sched/fair: Select correct capacity state for energy_diffChris Redpath
2017-10-20sched/fair: remove erroneous RCU_LOCKDEP_WARN from start_cpu()Dietmar Eggemann
2017-10-19sched/fair: prevent meaningless active migrationJoonwoo Park
2017-09-21Merge android-4.4@a8935c9 (v4.4.87) into msm-4.4Blagovest Kolenichev
2017-09-01sched: EAS: kill incorrect nohz idle cpu kickJoonwoo Park
2017-09-01sched: EAS: fix incorrect energy delta calculation due to rounding errorJoonwoo Park
2017-09-01sched: EAS/WALT: take into account of waking task's loadJoonwoo Park
2017-09-01sched: EAS/WALT: use cr_avg instead of prev_runnable_sumJoonwoo Park