1. 742c87b cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy() by Rafael J. Wysocki · 8 years ago
  2. b9af694 cpufreq: Fix clamp_val() usage in cpufreq_driver_fast_switch() by Rafael J. Wysocki · 8 years ago
  3. 3834abb cpufreq: simplified goto out in cpufreq_register_driver() by Pankaj Gupta · 8 years ago
  4. 45482c7 cpufreq: governor: CPUFREQ_GOV_STOP never fails by Rafael J. Wysocki · 8 years ago
  5. 36be341 cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails by Rafael J. Wysocki · 8 years ago
  6. da43af9 Merge cpufreq fixes going into v4.6. by Rafael J. Wysocki · 8 years ago
  7. ba41e1b cpufreq: intel_pstate: Fix HWP on boot CPU after system resume by Rafael J. Wysocki · 8 years ago
  8. 1cbc99d Merge back cpufreq changes for v4.7. by Rafael J. Wysocki · 8 years ago
  9. c9d9c92 cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended set by Rafael J. Wysocki · 8 years ago
  10. a794d61 cpufreq: Rearrange cpufreq_add_dev() by Rafael J. Wysocki · 8 years ago
  11. cd73e9b cpufreq: Simplify switch () in cpufreq_cpu_callback() by Rafael J. Wysocki · 8 years ago
  12. 6c9d9c8 cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit() by Rafael J. Wysocki · 8 years ago
  13. b7898fd cpufreq: Support for fast frequency switching by Rafael J. Wysocki · 8 years ago
  14. 3bbf8fe cpufreq: Always update current frequency before startig governor by Rafael J. Wysocki · 8 years ago
  15. 999f572 cpufreq: Introduce cpufreq_update_current_freq() by Rafael J. Wysocki · 8 years ago
  16. 0a30076 cpufreq: Introduce cpufreq_start_governor() by Rafael J. Wysocki · 8 years ago
  17. c75361c cpufreq: Make cpufreq_quick_get() safe to call by Richard Cochran · 8 years ago
  18. a5acbfb Merge branch 'pm-cpufreq-governor' into pm-cpufreq by Rafael J. Wysocki · 8 years ago
  19. adaf9fc cpufreq: Move scheduler-related code to the sched directory by Rafael J. Wysocki · 8 years ago
  20. edd4a89 Revert "cpufreq: postfix policy directory with the first CPU in related_cpus" by Viresh Kumar · 8 years ago
  21. 08f511f cpufreq: Reduce cpufreq_update_util() overhead a bit by Rafael J. Wysocki · 8 years ago
  22. 242aa88 cpufreq: Remove 'policy->governor_enabled' by Viresh Kumar · 8 years ago
  23. a1317e0 cpufreq: Rename __cpufreq_governor() to cpufreq_governor() by Viresh Kumar · 8 years ago
  24. 11eb69b cpufreq: Relocate handle_update() to kill its declaration by Viresh Kumar · 8 years ago
  25. 99522fe cpufreq: Remove cpufreq_governor_lock by Viresh Kumar · 8 years ago
  26. 49f1856 cpufreq: Call __cpufreq_governor() with policy->rwsem held by Viresh Kumar · 8 years ago
  27. 69cee71 cpufreq: Merge cpufreq_offline_prepare/finish routines by Viresh Kumar · 8 years ago
  28. 68e80da Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT" by Viresh Kumar · 8 years ago
  29. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 8 years ago
  30. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 8 years ago
  31. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 8 years ago
  32. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 8 years ago
  33. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 8 years ago
  34. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 8 years ago
  35. 2dadfd7 cpufreq: Use list_is_last() to check last entry of the policy list by Gautham R Shenoy · 8 years ago
  36. 7a6c79f cpufreq: Simplify core code related to boost support by Rafael J. Wysocki · 9 years ago
  37. 41669da cpufreq: Make cpufreq_boost_supported() static by Rafael J. Wysocki · 9 years ago
  38. 69030dd cpufreq: use last policy after online for drivers with ->setpolicy by Srinivas Pandruvada · 9 years ago
  39. f344dae cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev() by Viresh Kumar · 9 years ago
  40. 3510fac cpufreq: postfix policy directory with the first CPU in related_cpus by Viresh Kumar · 9 years ago
  41. 96bdda6 cpufreq: create cpu/cpufreq/policyX directories by Viresh Kumar · 9 years ago
  42. c82bd44 cpufreq: remove cpufreq_sysfs_{create|remove}_file() by Viresh Kumar · 9 years ago
  43. 8eec102 cpufreq: create cpu/cpufreq at boot time by Viresh Kumar · 9 years ago
  44. 0998a03 cpufreq: Use cpumask_copy instead of cpumask_or to copy a mask by Viresh Kumar · 9 years ago
  45. e625742 cpufreq: Drop redundant check for inactive policies by Viresh Kumar · 9 years ago
  46. 55582bc cpufreq: prevent lockup on reading scaling_available_frequencies by Srinivas Pandruvada · 9 years ago
  47. 1f0bd44 cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get() by Rafael J. Wysocki · 9 years ago
  48. 3e66c4b Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  49. 201f371 cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency by Bartlomiej Zolnierkiewicz · 9 years ago
  50. 63431f7 cpufreq: Use __func__ to print function's name by Viresh Kumar · 9 years ago
  51. d075a88 cpufreq: staticize cpufreq_cpu_get_raw() by Viresh Kumar · 9 years ago
  52. 0ed537b Merge branch 'pm-opp' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  53. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  54. ac2a29c Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  55. 36dfef2 cpufreq: drop !cpufreq_driver check from cpufreq_parse_governor() by Viresh Kumar · 9 years ago
  56. 88dc438 cpufreq: remove redundant 'policy' field from user_policy by Viresh Kumar · 9 years ago
  57. e27f8bd cpufreq: remove redundant 'governor' field from user_policy by Viresh Kumar · 9 years ago
  58. 14ca0bd cpufreq: update user_policy.* on success by Viresh Kumar · 9 years ago
  59. 8fa5b63 cpufreq: use memcpy() to copy policy by Viresh Kumar · 9 years ago
  60. 6bfb7c7 cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event by Viresh Kumar · 9 years ago
  61. 1af115d Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  62. 44139ed cpufreq: Allow drivers to enable boost support after registering driver by Viresh Kumar · 9 years ago
  63. 71db87b bus: subsys: update return type of ->remove_dev() to void by Viresh Kumar · 9 years ago
  64. fba9573 cpufreq: Correct a freq check in cpufreq_set_policy() by Pan Xinhui · 9 years ago
  65. fdd320d cpufreq: Lock CPU online/offline in cpufreq_register_driver() by Rafael J. Wysocki · 9 years ago
  66. 194d99c cpufreq: Replace recover_policy with new_policy in cpufreq_online() by Rafael J. Wysocki · 9 years ago
  67. 0b27535 cpufreq: Separate CPU device registration from CPU online by Rafael J. Wysocki · 9 years ago
  68. a34e63b cpufreq: Pass CPU number to cpufreq_policy_alloc() by Rafael J. Wysocki · 9 years ago
  69. 4d1f3a5 cpufreq: Do not update related_cpus on every policy activation by Rafael J. Wysocki · 9 years ago
  70. d9612a4 cpufreq: Drop unused dev argument from two functions by Rafael J. Wysocki · 9 years ago
  71. d4d854d cpufreq: Drop unnecessary label from cpufreq_add_dev() by Rafael J. Wysocki · 9 years ago
  72. 11ce707 cpufreq: Drop cpufreq_policy_restore() by Rafael J. Wysocki · 9 years ago
  73. 15c0b4d cpufreq: Rework two functions related to CPU offline by Rafael J. Wysocki · 9 years ago
  74. c6e53c6 Merge back earlier cpufreq material for v4.3. by Rafael J. Wysocki · 9 years ago
  75. 559ed40 cpufreq: Avoid attempts to create duplicate symbolic links by Rafael J. Wysocki · 9 years ago
  76. 454d3a2 cpufreq: Remove cpufreq_rwsem by Sebastian Andrzej Siewior · 9 years ago
  77. 4bc384a cpufreq: propagate errors returned from __cpufreq_governor() by Viresh Kumar · 9 years ago
  78. 7f0fa40 cpufreq: Properly handle errors from cpufreq_init_policy() by Viresh Kumar · 9 years ago
  79. 8101f99 cpufreq: cpufreq_add_dev: name goto labels based on what they do by Viresh Kumar · 9 years ago
  80. 5a31d59 cpufreq: Allow freq_table to be obtained for offline CPUs by Viresh Kumar · 9 years ago
  81. 35afd02 cpufreq: Initialize the governor again while restoring policy by Viresh Kumar · 9 years ago
  82. 3782902 cpufreq: Remove cpufreq_update_policy() by Viresh Kumar · 9 years ago
  83. 9591bec cpufreq: Restart governor as soon as possible by Viresh Kumar · 9 years ago
  84. 3654c5c cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free() by Viresh Kumar · 9 years ago
  85. 2fc3384 cpufreq: Initialize policy->kobj while allocating policy by Viresh Kumar · 9 years ago
  86. 8754914 cpufreq: Stop migrating sysfs files on hotplug by Viresh Kumar · 9 years ago
  87. 11e584c cpufreq: Don't allow updating inactive policies from sysfs by Viresh Kumar · 9 years ago
  88. 9d16f20 cpufreq: Track cpu managing sysfs kobjects separately by Saravana Kannan · 9 years ago
  89. 58405af cpufreq: Fix for typos in two comments by Shailendra Verma · 9 years ago
  90. 18bf3a1 cpufreq: Mark policy->governor = NULL for inactive policies by Viresh Kumar · 9 years ago
  91. 4573237 cpufreq: Manage governor usage history with 'policy->last_governor' by Viresh Kumar · 9 years ago
  92. 9104bb2 cpufreq: Don't traverse all active policies to find policy for a cpu by Viresh Kumar · 9 years ago
  93. 3914d37 cpufreq: Get rid of cpufreq_cpu_data_fallback by Viresh Kumar · 9 years ago
  94. 988bed0 cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policies by Viresh Kumar · 9 years ago
  95. f963735 cpufreq: Create for_each_{in}active_policy() by Viresh Kumar · 9 years ago
  96. 303ae72 cpufreq: Clear policy->cpus even for the last CPU by Viresh Kumar · 9 years ago
  97. bb29ae1 cpufreq: Keep a single path for adding managed CPUs by Viresh Kumar · 9 years ago
  98. 1b947c9 cpufreq: Throw warning when we try to get policy for an invalid CPU by Viresh Kumar · 9 years ago
  99. 23faf0b cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev() by Viresh Kumar · 9 years ago
  100. 50e9c85 cpufreq: Add doc style comment about cpufreq_cpu_{get|put}() by Viresh Kumar · 9 years ago