summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2018-12-19Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-11-10sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra
2018-07-06Merge tag 'lsk-v4.4-18.06-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-06-11UPSTREAM: sched/fair: Consider RT/IRQ pressure in capacity_spare_wakeJoel Fernandes
2018-06-04Merge tag 'lsk-v4.4-18.05-android' of git://git.linaro.org/kernel/linux-linar...Tao Huang
2018-05-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2018-03-09Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-03-05sched/fair: prevent possible infinite loop in sched_group_energyChris Redpath
2018-03-05ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_br...Ke Wang
2018-01-26Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2018-01-22sched: EAS: Initialize push_task as NULL to avoid direct reference on out_unl...Ke Wang
2018-01-22sched: EAS/WALT: Don't take into account of running task's utilKe Wang
2017-12-11sched/fair: fix push_task uninitialized in active_load_balance_cpu_stopTao Huang
2017-12-01Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2017-11-20cpufreq: Drop schedfreq governorViresh Kumar
2017-11-20sched: EAS: Fix the calculation of group util in group_idle_state()Ke Wang
2017-11-20sched: EAS: update trg_cpu to backup_cpu if no energy saving for target_cpuKe Wang
2017-11-20sched: EAS: Fix the condition to distinguish energy before/afterKe Wang
2017-11-20sched: EAS: upmigrate misfit current taskJoonwoo Park
2017-11-20sched: avoid pushing tasks to an offline CPUPrasad Sodagudi
2017-11-20sched: Extend active balance to accept 'push_task' argumentSrivatsa Vaddagiri
2017-11-20FROMLIST: sched/fair: Use wake_q length as a hint for wake_wideBrendan Jackman
2017-11-20sched/fair: remove useless variable in find_best_targetLeo Yan
2017-11-20sched/tune: access schedtune_initialized under CGROUP_SCHEDTUNERuss Weight
2017-11-20sched/fair: consider task utilization in group_max_util()Patrick Bellasi
2017-11-20sched/fair: consider task utilization in group_norm_util()Chris Redpath
2017-11-20sched/fair: enforce EAS modePatrick Bellasi
2017-11-20sched/fair: ignore backup CPU when not validPatrick Bellasi
2017-11-20sched/fair: trace energy_diff for non boosted tasksPatrick Bellasi
2017-11-20UPSTREAM: sched/fair: Sync task util before slow-path wakeupBrendan Jackman
2017-11-20UPSTREAM: sched/fair: Fix usage of find_idlest_group() when the local group i...Brendan Jackman
2017-11-20UPSTREAM: sched/fair: Fix usage of find_idlest_group() when no groups are all...Brendan Jackman
2017-11-20BACKPORT: sched/fair: Fix find_idlest_group when local group is not allowedBrendan Jackman
2017-11-20UPSTREAM: sched/fair: Remove unnecessary comparison with -1Brendan Jackman
2017-11-20BACKPORT: sched/fair: Move select_task_rq_fair slow-path into its own functionBrendan Jackman
2017-11-20UPSTREAM: sched/core: Fix find_idlest_group() for forkVincent Guittot
2017-11-20UPSTREAM: sched/core: Add missing update_rq_clock() call for task_hot()Peter Zijlstra
2017-11-20BACKPORT: sched/fair: Fix PELT integrity for new tasksPeter Zijlstra
2017-11-20BACKPORT: sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot
2017-11-20UPSTREAM: sched/fair: Fix and optimize the fork() pathPeter Zijlstra
2017-11-20UPSTREAM: sched/fair: Force balancing on nohz balance if local group has capa...Brendan Jackman
2017-11-20cpufreq/sched: Consider max cpu capacity when choosing frequenciesChris Redpath
2017-11-20ANDROID: sched/fair: Select correct capacity state for energy_diffChris Redpath
2017-11-20sched/fair: remove erroneous RCU_LOCKDEP_WARN from start_cpu()Dietmar Eggemann
2017-11-20sched/fair: prevent meaningless active migrationJoonwoo Park
2017-11-02Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/l...Tao Huang
2017-09-18sched: EAS: kill incorrect nohz idle cpu kickJoonwoo Park