1. 1c7637c Merge 4.9.130 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. fa7a13e sched/fair: Fix vruntime_normalized() for remote non-migration wakeup by Steve Muckle · 6 years ago
  3. aa4de6f ANDROID: restrict store of prefer_idle as boolean by Wei Wang · 6 years ago
  4. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  5. 047f9d6 sched/wait: Remove the lockless swait_active() check in swake_up*() by Boqun Feng · 7 years ago
  6. 47bbcd6 ANDROID: Fix massive cpufreq_times memory leaks by Sultan Alsawaf · 6 years ago
  7. 23a1412 ANDROID: Reduce use of #ifdef CONFIG_CPU_FREQ_TIMES by Connor O'Brien · 6 years ago
  8. e7fd5b1 UPSTREAM: cpufreq: schedutil: use now as reference when aggregating shared policy requests by Juri Lelli · 7 years ago
  9. db2c520 ANDROID: sched/tune: fix boost_group spin_lock re-initialization by Patrick Bellasi · 7 years ago
  10. eafebca ANDROID: sched/tune: cleanup schedtune_boostgroup_{init,release} by Patrick Bellasi · 7 years ago
  11. ca17b83 ANDROID: sched/tune: remove unused variable by Patrick Bellasi · 7 years ago
  12. c964a2b ANDROID: sched/fair: cosmetics by Patrick Bellasi · 7 years ago
  13. a56900fa ANDROID: sched/walt: Fix compilation issue for x86_64 by Satya Durga Srinivasu Prabhala · 7 years ago
  14. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  15. 3d06325 sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning by Davidlohr Bueso · 6 years ago
  16. 7fd4075 UPSTREAM: sched/fair: Consider RT/IRQ pressure in capacity_spare_wake by Joel Fernandes · 7 years ago
  17. 8683408 Merge 4.9.94 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  18. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  19. a1e7a9e sched/numa: Use down_read_trylock() for the mmap_sem by Vlastimil Babka · 7 years ago
  20. f6bec4e Revert "ANDROID: sched/tune: Initialize raw_spin_lock in boosted_groups" by Vikram Mulukutla · 7 years ago
  21. 6e7b83d ANDROID: cpufreq: track per-task time in state by Connor O'Brien · 7 years ago
  22. e34e318 Merge remote-tracking branch 'origin/android-4.9-eas-dev' into HEAD by Joel Fernandes · 7 years ago
  23. 960923f Merge 4.9.89 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  24. cce2b93 sched: Stop resched_cpu() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  25. bac7bb1 sched: Stop switched_to_rt() from sending IPIs to offline CPUs by Paul E. McKenney · 7 years ago
  26. 21bd85c Merge remote-tracking branch 'android-4.9' into 'android-4.9-eas-dev' by Quentin Perret · 7 years ago
  27. cdfc8df Merge 4.9.82 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  28. a384e54 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
  29. 1c67998 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
  30. b5ba569 sched/fair: select the most energy-efficient CPU candidate on wake-up by Quentin Perret · 7 years ago
  31. 8a174b47 sched/fair: prevent possible infinite loop in sched_group_energy by Chris Redpath · 7 years ago
  32. de22a05 sched/fair: fix array out of bounds access in select_energy_cpu_idx() by Pavankumar Kondeti · 7 years ago
  33. f964120 sched/fair: use min capacity when evaluating active cpus by Ionela Voinescu · 7 years ago
  34. 88a968c sched/fair: use min capacity when evaluating idle backup cpus by Ionela Voinescu · 7 years ago
  35. 9e1c648 sched/fair: use min capacity when evaluating placement energy costs by Ionela Voinescu · 7 years ago
  36. 58b761f sched/fair: introduce minimum capacity capping sched feature by Ionela Voinescu · 7 years ago
  37. 33550ef sched: add arch_scale_min_freq_capacity to track minimum capacity caps by Ionela Voinescu · 7 years ago
  38. da6833cf sched/fair: introduce an arch scaling function for max frequency capping by Dietmar Eggemann · 7 years ago
  39. 7be1985 ANDROID: sched: EAS: check energy_aware() before calling select_energy_cpu_brute() in up-migrate path by Ke Wang · 7 years ago
  40. e9dabe6 Merge 4.9.78 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  41. 1ad4f28 sched/deadline: Zero out positive runtime after throttling constrained tasks by Xunlei Pang · 7 years ago
  42. 3b9305d sched/fair: reduce rounding errors in energy computations by Patrick Bellasi · 7 years ago
  43. cf28cf0 sched/fair: re-factor energy_diff to use a single (extensible) energy_env by Patrick Bellasi · 7 years ago
  44. 142ce32 sched/fair: cleanup select_energy_cpu_brute to be more consistent by Patrick Bellasi · 7 years ago
  45. 7f44e92 sched/fair: remove capacity tracking from energy_diff by Patrick Bellasi · 7 years ago
  46. 4905932 sched/fair: remove energy_diff tracepoint in preparation to re-factoring by Patrick Bellasi · 7 years ago
  47. e997bf0 sched/fair: use *p to reference task_structs by Chris Redpath · 7 years ago
  48. 225006a sched: EAS: Fix the calculation of group util in group_idle_state() by Ke Wang · 7 years ago
  49. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  50. 28714e9 sched/deadline: Use deadline instead of period when calculating overflow by Steven Rostedt (VMware) · 8 years ago
  51. a2e2911 sched/deadline: Throttle a constrained deadline task activated after the deadline by Daniel Bristot de Oliveira · 8 years ago
  52. 9cc56a0 sched/deadline: Make sure the replenishment timer fires in the next period by Daniel Bristot de Oliveira · 8 years ago
  53. 0a4d4da sched/deadline: Add missing update_rq_clock() in dl_task_timer() by Wanpeng Li · 8 years ago
  54. d266817 sched/rt: Do not pull from current CPU if only one CPU to pull by Steven Rostedt · 7 years ago
  55. 3f1d77c Merge 4.9.69 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  56. 4e4a9eb sched/fair: Make select_idle_cpu() more aggressive by Peter Zijlstra · 8 years ago
  57. 87cdf4e BACKPORT: schedutil: Reset cached freq if it is not in sync with next_freq by Viresh Kumar · 7 years ago
  58. b763480 sched: EAS/WALT: Don't take into account of running task's util by Ke Wang · 7 years ago
  59. b41e1ca sched: EAS/WALT: take into account of waking task's load by Joonwoo Park · 8 years ago
  60. 4f0693a sched: EAS: upmigrate misfit current task by Joonwoo Park · 7 years ago
  61. d345372 sched: avoid pushing tasks to an offline CPU by Prasad Sodagudi · 10 years ago
  62. 70e14af sched: Extend active balance to accept 'push_task' argument by Srivatsa Vaddagiri · 10 years ago
  63. 44310bf sched: walt: Correct WALT window size initialization by Vikram Mulukutla · 7 years ago
  64. 7f17fff sched: WALT: account cumulative window demand by Joonwoo Park · 8 years ago
  65. 6cb3bed sched: EAS/WALT: finish accounting prior to task_tick by Joonwoo Park · 8 years ago
  66. a861193 sched/fair: prevent meaningless active migration by Joonwoo Park · 8 years ago
  67. b28cab9 sched: walt: Leverage existing helper APIs to apply invariance by Vikram Mulukutla · 7 years ago
  68. c1a2864 Merge 4.9.66 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  69. 1c37ff7 sched/rt: Simplify the IPI based RT balancing logic by Steven Rostedt (Red Hat) · 7 years ago
  70. fb8bd56 sched: Make resched_cpu() unconditional by Paul E. McKenney · 7 years ago
  71. a6d71ba Merge 4.9.62 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  72. 6da1c98 sched/core: Add missing update_rq_clock() call in sched_move_task() by Peter Zijlstra · 8 years ago
  73. cc10342 sched: WALT: fix potential overflow by Joonwoo Park · 8 years ago
  74. 77ba2b9 sched: Update task->on_rq when tasks are moving between runqueues by Olav Haugan · 9 years ago
  75. 98a5fa3 sched: WALT: fix window mis-alignment by Joonwoo Park · 7 years ago
  76. cd76b21 sched: EAS: kill incorrect nohz idle cpu kick by Joonwoo Park · 8 years ago
  77. d7a6b8b sched: EAS: fix incorrect energy delta calculation due to rounding error by Joonwoo Park · 7 years ago
  78. 8b34bba sched: EAS/WALT: use cr_avg instead of prev_runnable_sum by Joonwoo Park · 8 years ago
  79. 8b1a1ce sched: WALT: fix broken cumulative runnable average accounting by Joonwoo Park · 7 years ago
  80. 241a319 sched: deadline: WALT: account cumulative runnable avg by Joonwoo Park · 7 years ago
  81. 904c79c sched: compute task utilisation with WALT consistently by Quentin Perret · 7 years ago
  82. e090755 cpufreq: Drop schedfreq governor by Viresh Kumar · 7 years ago
  83. c409b20 sched: EAS: Fix the condition to distinguish energy before/after by Ke Wang · 7 years ago
  84. ece6d3b sched: EAS: update trg_cpu to backup_cpu if no energy saving for target_cpu by Ke Wang · 7 years ago
  85. 06d637c sched/fair: consider task utilization in group_max_util() by Patrick Bellasi · 7 years ago
  86. 4530ed9 sched/fair: consider task utilization in group_norm_util() by Chris Redpath · 7 years ago
  87. 1e58674 sched/fair: enforce EAS mode by Patrick Bellasi · 7 years ago
  88. 78ff98b sched/fair: ignore backup CPU when not valid by Patrick Bellasi · 7 years ago
  89. 6abf18b sched/fair: trace energy_diff for non boosted tasks by Patrick Bellasi · 7 years ago
  90. 32ea775 UPSTREAM: sched/fair: Sync task util before slow-path wakeup by Brendan Jackman · 7 years ago
  91. 350e127 UPSTREAM: sched/core: Add missing update_rq_clock() call in set_user_nice() by Peter Zijlstra · 8 years ago
  92. 0aed57e UPSTREAM: sched/core: Add missing update_rq_clock() call for task_hot() by Peter Zijlstra · 8 years ago
  93. 7c4e0f0 UPSTREAM: sched/core: Add missing update_rq_clock() in detach_task_cfs_rq() by Peter Zijlstra · 8 years ago
  94. 4b9300b UPSTREAM: sched/core: Add missing update_rq_clock() in post_init_entity_util_avg() by Peter Zijlstra · 8 years ago
  95. 4604331 UPSTREAM: sched/fair: Fix task group initialization by Vincent Guittot · 8 years ago
  96. d870d26 cpufreq/sched: Consider max cpu capacity when choosing frequencies by Chris Redpath · 7 years ago
  97. 22f1127 cpufreq/sched: Use cpu max freq rather than policy max by Chris Redpath · 7 years ago
  98. dad887f sched/fair: remove erroneous RCU_LOCKDEP_WARN from start_cpu() by Dietmar Eggemann · 7 years ago
  99. 5783838 Merge branch 'android-4.9' into android-4.9-eas-dev by Quentin Perret · 7 years ago
  100. 3861f0b ANDROID: sched/walt: Fix divide by zero error in cpufreq notifier by Abhilash Kesavan · 7 years ago