1. 3ca7d7a cpufreq: schedutil: Add hispeed load tunable by Saravana Kannan · 7 years ago
  2. be63e32 Merge "cpufreq: schedutil: Avoid unnecessary kthread wakeup" by Linux Build Service Account · 7 years ago
  3. 468cf98 Merge "Merge remote-tracking branch '4.9/tmp-e6b0c64f' into 4.9" by Linux Build Service Account · 7 years ago
  4. 7070a9e cpufreq: schedutil: Avoid unnecessary kthread wakeup by Saravana Kannan · 7 years ago
  5. 043b462 Merge "timers, sched/clock: Hook into s2idle freeze path" by Linux Build Service Account · 7 years ago
  6. 24c1812 sched: Remove sched_ktime_clock() by Stephen Boyd · 7 years ago
  7. e2486b7 Merge remote-tracking branch '4.9/tmp-e6b0c64f' into 4.9 by Kyle Yan · 7 years ago
  8. 6ebad12 Merge "cpufreq: schedutil: Add current capacity info to schedutil tracepoint" by Linux Build Service Account · 7 years ago
  9. 2cd0e9e cpufreq: schedutil: Add current capacity info to schedutil tracepoint by Rohit Gupta · 7 years ago
  10. 703e243 cpufreq: schedutil: Avoid WALT logic when WALT sysctl flag not set by Jonathan Avila · 7 years ago
  11. 6702ce1 UPSTREAM: cpufreq: schedutil: Trace frequency only if it has changed by Chris Redpath · 8 years ago
  12. 595ae4a UPSTREAM: cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely by Chris Redpath · 8 years ago
  13. 3915186 UPSTREAM: cpufreq: schedutil: Refactor sugov_next_freq_shared() by Chris Redpath · 8 years ago
  14. 0942cea UPSTREAM: cpufreq: schedutil: Pass sg_policy to get_next_freq() by Viresh Kumar · 8 years ago
  15. 81162a9 UPSTREAM: cpufreq: schedutil: Rectify comment in sugov_irq_work() function by Viresh Kumar · 8 years ago
  16. 338ad2c UPSTREAM: cpufreq: schedutil: irq-work and mutex are only used in slow path by Chris Redpath · 7 years ago
  17. 99ab82d UPSTREAM: cpufreq: schedutil: enable fast switch earlier by Chris Redpath · 7 years ago
  18. 91a6b31 UPSTREAM: cpufreq: schedutil: Avoid indented labels by Chris Redpath · 8 years ago
  19. a6d6735 ANDROID: cpufreq/schedutil: use boosted_cpu_util for PELT to match WALT by Chris Redpath · 8 years ago
  20. 8c29c1a FROM-LIST: cpufreq: schedutil: Redefine the rate_limit_us tunable by Viresh Kumar · 8 years ago
  21. 4152c22 ANDROID: cpufreq: schedutil: add up/down frequency transition rate limits by Steve Muckle · 8 years ago
  22. c6e9438 ANDROID: sched/cpufreq: make schedutil use WALT signal by Juri Lelli · 8 years ago
  23. 8d40812 ANDROID: sched: cpufreq: use rt_avg as estimate of required RT CPU capacity by Steve Muckle · 8 years ago
  24. 29d892d7 UPSTREAM: cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task by Viresh Kumar · 8 years ago
  25. 01adff12 cpufreq: schedutil: Fix incorrect locking by Saravana Kannan · 8 years ago
  26. b5bf247 Merge "cpufreq: schedutil: Fix sugov_start versus sugov_update_shared race" by Linux Build Service Account · 8 years ago
  27. eb84372 cpufreq: schedutil: Fix sugov_start versus sugov_update_shared race by Vikram Mulukutla · 8 years ago
  28. 7493065 cpufreq: schedutil: Fix race condition in computing hispeed_util by Saravana Kannan · 8 years ago
  29. 36faa28 cpufreq: schedutil: Update hispeed load condition by Saravana Kannan · 8 years ago
  30. 0f34ee9 cpufreq: schedutil: Keep track of average policy capacity by Saravana Kannan · 8 years ago
  31. af541e1 cpufreq: schedutil: Add freq_to_util helper function by Saravana Kannan · 8 years ago
  32. 5573e73 cpufreq: schedutil: Fix hispeed_freq condition by Rohit Gupta · 8 years ago
  33. a8fc315 cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() by Rafael J. Wysocki · 8 years ago
  34. afe8d4a cpufreq: schedutil: move cached_raw_freq to struct sugov_policy by Viresh Kumar · 8 years ago
  35. d0a7c6b cpufreq: schedutil: Add tunable to control WALT pl use by Saravana Kannan · 8 years ago
  36. 3024963 cpufreq: schedutil: Fix for CR 2040904 by Rohit Gupta · 8 years ago
  37. 12a35ed cpufreq: schedutil: Add util update tracepoints by Saravana Kannan · 8 years ago
  38. e8450d4 cpufreq: schedutil: Ignore CPU load older than WALT window size by Saravana Kannan · 8 years ago
  39. 0564986 cpufreq: schedutil: Change to using WALT load by Saravana Kannan · 8 years ago
  40. 45e1e01 cpufreq: schedutil: Ignore work_in_progress by Vikram Mulukutla · 8 years ago
  41. 857cffa cpufreq: schedutil: Don't assume CPU of util update calls by Vikram Mulukutla · 8 years ago
  42. 76ef171 cpufreq: schedutil: Don't jump to max frequency for RT tasks by Saravana Kannan · 8 years ago
  43. 7922ae4 cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() by Rafael J. Wysocki · 8 years ago
  44. e74f7f1 cpufreq: schedutil: Pass sg_policy to get_next_freq() by Viresh Kumar · 8 years ago
  45. 55a6d46 cpufreq: schedutil: move cached_raw_freq to struct sugov_policy by Viresh Kumar · 8 years ago
  46. 75526a2 cpufreq: schedutil: Rectify comment in sugov_irq_work() function by Viresh Kumar · 8 years ago
  47. 0ced0be cpufreq: schedutil: irq-work and mutex are only used in slow path by Viresh Kumar · 8 years ago
  48. a231c65 cpufreq: schedutil: move slow path from workqueue to SCHED_FIFO task by Viresh Kumar · 8 years ago
  49. 6d5551b cpufreq: schedutil: enable fast switch earlier by Viresh Kumar · 8 years ago
  50. b5b1160 cpufreq: schedutil: Avoid indented labels by Viresh Kumar · 8 years ago
  51. 193d25c UPSTREAM: cpufreq: schedutil: Add iowait boosting by Rafael J. Wysocki · 8 years ago
  52. 097cf68 UPSTREAM: cpufreq / sched: ignore SMT when determining max cpu capacity by Steve Muckle · 8 years ago
  53. c456872 BACKPORT: cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  54. d7439bc UPSTREAM: cpufreq: schedutil: map raw required frequency to driver frequency by Steve Muckle · 9 years ago
  55. 73d427c UPSTREAM: cpufreq: governor: Create cpufreq_policy_apply_limits() by Viresh Kumar · 9 years ago
  56. 48f5adc BACKPORT: cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 9 years ago
  57. 87ecf32 UPSTREAM: cpufreq: schedutil: Improve prints messages with pr_fmt by Viresh Kumar · 9 years ago
  58. 3bc7dc8 BACKPORT: cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 9 years ago
  59. b1d0976 BACKPORT: cpufreq: schedutil: New governor based on scheduler utilization data by Rafael J. Wysocki · 9 years ago
  60. 3b6188e ANDROID: sched: scheduler-driven cpu frequency selection by Michael Turquette · 10 years ago
  61. 21ca6d2 cpufreq: schedutil: Add iowait boosting by Rafael J. Wysocki · 8 years ago
  62. 8314bc8 cpufreq / sched: ignore SMT when determining max cpu capacity by Steve Muckle · 8 years ago
  63. 58919e8 cpufreq / sched: Pass flags to cpufreq_update_util() by Rafael J. Wysocki · 8 years ago
  64. 5cbea46 cpufreq: schedutil: map raw required frequency to driver frequency by Steve Muckle · 9 years ago
  65. bf2be2d cpufreq: governor: Create cpufreq_policy_apply_limits() by Viresh Kumar · 9 years ago
  66. e788892 cpufreq: governor: Get rid of governor events by Rafael J. Wysocki · 9 years ago
  67. 60f05e8 cpufreq: schedutil: Improve prints messages with pr_fmt by Viresh Kumar · 9 years ago
  68. 6c9d9c8 cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 9 years ago
  69. 9bdcb44 cpufreq: schedutil: New governor based on scheduler utilization data by Rafael J. Wysocki · 9 years ago