1. fb70ed4 cpufreq: Fix policy getting stuck when user & kernel min/max don't overlap by Saravana Kannan · 13 years ago
  2. d294676 cpufreq: interactive: Use default min_sample_time if SDF is zero by Rohit Gupta · 13 years ago
  3. 0f3dcf3 cpufreq: interactive: Modifying sync_freq implementation by Rohit Gupta · 13 years ago
  4. 6479224 cpufreq: interactive: Remove trace event from idle_start handler by Rohit Gupta · 13 years ago
  5. e3552d0 cpufreq: interactive: Reset floor_validate_time if busy at max for 100ms by Rohit Gupta · 13 years ago
  6. 0a03df2 cpufreq: interactive: sync freq feature for interactive governor by Rohit Gupta · 13 years ago
  7. 1cb1f12 cpufreq: interactive: Allow 1 ms error in above_hispeed_delay comparisons by Rohit Gupta · 13 years ago
  8. 360192e cpufreq: interactive: Add a sampling_down_factor for max frequencies by Rohit Gupta · 13 years ago
  9. 6d0e9cc cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay by Minsung Kim · 13 years ago
  10. d568e34 msm: cpufreq: Only apply driver limits for scaling_min/max_freq writes by Deepak Katragadda · 13 years ago
  11. 2cfc80c cpufreq: interactive: fix compiling warnings by Chih-Wei Huang · 13 years ago
  12. 790d08f cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay by Minsung Kim · 13 years ago
  13. 7e36515 cpufreq: Add Input Boost feature to the cpu-boost driver by Rohit Gupta · 13 years ago
  14. cf8f2e5 cpufreq: Disable cpu-boost by default by Rohit Gupta · 13 years ago
  15. 6787e8f Revert "cpufreq: Revert cpu-boost driver" by Ethan Chen · 13 years ago
  16. 10cd199 Merge remote-tracking branch 'codeaurora/kk_2.7_rb1.17' into cm-11.0 by Ethan Chen · 13 years ago
  17. 2a38ada Merge tag 'v3.4.72' into tmp by Ethan Chen · 13 years ago
  18. a8f54f9 cpufreq: Save user policy min/max instead of policy min/max during hotplug by Saravana Kannan · 13 years ago
  19. 2dd39b5 cpufreq: Retain only online cpus in managed_policy->cpus by Srivatsa Vaddagiri · 13 years ago
  20. 9a91702 cpufreq: Revert cpu-boost driver by Ethan Chen · 13 years ago
  21. a2c24e6 cpufreq: Add a sync limit to cpu-boost by Rohit Gupta · 13 years ago
  22. bc44b36 cpufreq: Add cpu-boost driver by Saravana Kannan · 13 years ago
  23. a4710c6 Merge remote-tracking branch 'codeaurora/kk_2.7_rb1.11' into HEAD by Ethan Chen · 13 years ago
  24. 23d4f37 cpufreq: ondemand:kernel NULL pointer dereference at dbs_check_cpu by Swetha Chikkaboraiah · 13 years ago
  25. c581297 Merge remote-tracking branch 'codeaurora/kk_2.7_rb1.10' into HEAD by Ethan Chen · 13 years ago
  26. e38e324 Merge "cpufreq: ondemand: Fix locking in store_powersave_bias" by Linux Build Service Account · 13 years ago
  27. d96936a Merge "cpufreq: ondemand: Fix store_powersave_bias() race with hotplug" by Linux Build Service Account · 13 years ago
  28. 5b71a82 cpufreq: ondemand: Fix locking in store_powersave_bias by Matt Wagantall · 13 years ago
  29. aa93be0 cpufreq: ondemand: Fix store_powersave_bias() race with hotplug by Matt Wagantall · 13 years ago
  30. b69d159 cpufreq: ondemand:Fix NULL check for dbs_info->cur_policy by Swetha Chikkaboraiah · 13 years ago
  31. ef9c574 cpufreq: ondemand: Fix locking issue in store_powersave_bias by Rohit Gupta · 13 years ago
  32. 1676aad cpufreq: ondemand: Fix kernel warning in cpufreq_governor_dbs by Anji Jonnala · 14 years ago
  33. fbb12f3 msm: cpufreq: Unable to handle kernel NULL pointer by Swetha Chikkaboraiah · 13 years ago
  34. 73a5d30 cpufreq: interactive: resched timer if max freq raised by Lianwei Wang · 13 years ago
  35. 49940f8 cpufreq: interactive: fix race on cpufreq TRANSITION notifier by Lianwei Wang · 13 years ago
  36. e5ced00 cpufreq: interactive: avoid underflow on active time calculation by Minsung Kim · 13 years ago
  37. 475e909 cpufreq: interactive: reduce chance of zero time delta on load eval by Todd Poynor · 13 years ago
  38. 5b1c6f6 cpufreq: interactive: handle errors from cpufreq_frequency_table_target by Todd Poynor · 13 years ago
  39. d313183 cpufreq: interactive: fix uninitialized spinlock by Minsung Kim · 13 years ago
  40. 1fe10cb cpufreq: interactive: base above_hispeed_delay on target freq, not current by Todd Poynor · 13 years ago
  41. 110e3f1 cpufreq: interactive: fix crash on error paths in get_tokenized_data by Todd Poynor · 13 years ago
  42. 9697dcf cpufreq: interactive: add io_is_busy interface by Lianwei Wang · 13 years ago
  43. cce741d cpufreq: interactive: allow arbitrary speed / delay mappings by Minsung Kim · 13 years ago
  44. a437194 cpufreq: interactive: Enable CPU utilization statistics by Steve Kondik · 14 years ago
  45. 9f8d537 cpufreq: interactive: fix race on governor start/stop by Lianwei Wang · 14 years ago
  46. 8a42a03 cpufreq: interactive: fix deadlock on spinlock in timer by Todd Poynor · 14 years ago
  47. 84a96d2 cpufreq: interactive: don't handle transition notification if not enabled by Todd Poynor · 14 years ago
  48. 9f58f84 cpufreq: interactive: init default values at compile time by Todd Poynor · 14 years ago
  49. ed02868 cpufreq: interactive: default go_hispeed_load 99%, doc updates by Todd Poynor · 14 years ago
  50. 2ca5647 cpufreq: interactive: fix race on timer restart on governor start by Todd Poynor · 14 years ago
  51. bc819a2 cpufreq: interactive: fix racy timer stopping by Todd Poynor · 14 years ago
  52. 7fca0cc cpufreq: interactive: fix boosting logic by Todd Poynor · 14 years ago
  53. 264e291 cpufreq: interactive: add timer slack to limit idle at speed > min by Todd Poynor · 14 years ago
  54. 2983547 cpufreq: interactive: specify duration of CPU speed boost pulse by Todd Poynor · 14 years ago
  55. 07a9e29 cpufreq: interactive: adjust load for changes in speed by Todd Poynor · 14 years ago
  56. c9d53b3 cpufreq: interactive: remove load since last speed change by Todd Poynor · 14 years ago
  57. 21df1ca cpufreq: interactive: allow arbitrary speed / target load mappings by Todd Poynor · 14 years ago
  58. 67f0752 cpufreq: interactive: apply above_hispeed_delay to each step above hispeed by Todd Poynor · 14 years ago
  59. 6ecca11 cpufreq: interactive: change speed according to current speed and target load by Todd Poynor · 14 years ago
  60. 27f7b8e cpufreq: interactive: trace actual speed in target speed decisions by Todd Poynor · 14 years ago
  61. ae7f28c cpufreq: interactive: kick timer on idle exit past expiry by Todd Poynor · 14 years ago
  62. d4edd5d cpufreq: interactive: use deferrable timer by default by Lianwei Wang · 14 years ago
  63. 1913e0f cpufreq: interactive: pin timers to associated CPU by Todd Poynor · 14 years ago
  64. f090ef0 cpufreq: interactive: run at fraction of hispeed_freq when load is low by Todd Poynor · 14 years ago
  65. 5367631 cpufreq: interactive: always limit initial speed bump to hispeed by Todd Poynor · 14 years ago
  66. 2dbe0a7 cpufreq: interactive: remove input_boost handling by Todd Poynor · 14 years ago
  67. 02442cf cpufreq: interactive: handle speed up and down in the realtime task by Todd Poynor · 14 years ago
  68. a13f415 cpufreq: interactive: keep freezer happy when not current governor by Sam Leffler · 14 years ago
  69. a04e441 cpufreq: interactive: take idle notifications only when active by Sam Leffler · 14 years ago
  70. e72f791 Revert "cpufreq: fix interactive bug during hotplug." by Ethan Chen · 13 years ago
  71. ec6e647 cpufreq / Longhaul: Disable driver by default by Rafał Bilski · 14 years ago
  72. 2645dda cpufreq: Resolve CPUFREQ_NOTIFY issue by Archana Sathyakumar · 13 years ago
  73. f39e4f1 Fix memory leak in cpufreq stats. by Tu, Xiaobing · 14 years ago
  74. b2408f4 msm: cpufreq: Implement suspend/resume for cpufreq driver by Anji Jonnala · 14 years ago
  75. fabf0f1 ondemand: Add support to consider other cpu load when scaling frequencies by Narayanan Gopalakrishnan · 14 years ago
  76. 93bb425 msm: dcvs: gpu minimum frequency levels by Steve Muckle · 14 years ago
  77. c5d82e8 cpufreq: fix interactive bug during hotplug. by Narayanan Gopalakrishnan · 14 years ago
  78. 0b79a8a cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible code by Andreas Herrmann · 14 years ago
  79. da4e6de msm: dcvs: remove core name. by Abhijeet Dharmapurikar · 14 years ago
  80. 6e9b34f msm: dcvs: remove idle notification registration. by Abhijeet Dharmapurikar · 14 years ago
  81. 50bcc83 msm: dcvs: provide frequency set/get callbacks at registration. by Abhijeet Dharmapurikar · 14 years ago
  82. c43f0db msm: dcvs: update dcvs if the governor limits change. by Abhijeet Dharmapurikar · 14 years ago
  83. 83347e0 cpufreq: msm: fix race in cpufreq. by Abhijeet Dharmapurikar · 14 years ago
  84. 44755a7 cpufreq: msm: remove gov_mutex from stop. by Abhijeet Dharmapurikar · 14 years ago
  85. b6c0577 msm: dcvs: Add thermal interfaces. by Abhijeet Dharmapurikar · 14 years ago
  86. 7e37e6e msm: dcvs: rearrange platform data. by Abhijeet Dharmapurikar · 14 years ago
  87. 3b4a9cc cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU by Tejun Heo · 14 years ago
  88. ef38df6 Merge "cpufreq: Fix panic when setting sampling rate" into msm-3.4 by Linux Build Service Account · 14 years ago
  89. 457a445 cpufreq: Fix panic when setting sampling rate by Praveen Chidambaram · 14 years ago
  90. f82ef51 cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switch by Stephen Boyd · 14 years ago
  91. a3e04d8 msm: cpufreq: Fix the race between dbs_refresh and hotplug. by Krishna Vanka · 14 years ago
  92. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 14 years ago
  93. 37d0b02 cpufreq: Make the "scaling_governor" sysfs node pollable by Amar Singhal · 14 years ago
  94. 5a5aa70 cpufreq: interactive: restart above_hispeed_delay at each hispeed load by Todd Poynor · 14 years ago
  95. cbeef6a cpufreq: Add cpu utilization statistics to aid decisions made by userspace. by Anitha Anand · 14 years ago
  96. 9296711 cpufreq-interactive: Compile fixup by John Stultz · 14 years ago
  97. 2e739a0 cpufreq: interactive: add boost pulse interface by Todd Poynor · 14 years ago
  98. aad2732 cpufreq: interactive: set floor for boosted speed by Todd Poynor · 14 years ago
  99. 9fb1531 cpufreq: interactive: Add sysfs boost interface for hints from userspace by Todd Poynor · 14 years ago
  100. 96aa0fc cpufreq: interactive: remove unused target_validate_time_in_idle by Todd Poynor · 14 years ago