1. 2bb8d94 cpufreq: governor: Use common mutex for dbs_data protection by Rafael J. Wysocki · 8 years ago
  2. 9be4fd2 cpufreq: governor: Replace timers with utilization update callbacks by Rafael J. Wysocki · 8 years ago
  3. a4675fb cpufreq: intel_pstate: Replace timers with utilization update callbacks by Rafael J. Wysocki · 8 years ago
  4. 34e2c55 cpufreq: Add mechanism for registering utilization update callbacks by Rafael J. Wysocki · 8 years ago
  5. ed757a2 cpufreq: acpi-cpufreq: Make read and write operations more efficient by Rafael J. Wysocki · 8 years ago
  6. 3c2002a cpufreq: mediatek: allow building as a module by Arnd Bergmann · 8 years ago
  7. ddd30ef cpufreq: qoriq: allow building as module with THERMAL=m by Arnd Bergmann · 8 years ago
  8. 1c277ca Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/soc by Arnd Bergmann · 8 years ago
  9. c5e29ea cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit} by Shilpasri G Bhat · 8 years ago
  10. f05c966 cpufreq: intel_pstate: disable HWP notifications by Srinivas Pandruvada · 8 years ago
  11. 7791e4a cpufreq: intel_pstate: Enable HWP by default by Srinivas Pandruvada · 8 years ago
  12. 9a909a1 cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target() by Rafael J. Wysocki · 8 years ago
  13. 6019d23 cpufreq: Rearrange __cpufreq_driver_target() by Rafael J. Wysocki · 8 years ago
  14. 6997e17 Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers by Olof Johansson · 8 years ago
  15. 41cfd64 intel_pstate: Update frequencies of policy->cpus only from ->set_policy() by Viresh Kumar · 8 years ago
  16. fd7dc7e cpufreq: simplify for_each_suitable_policy() macro by Eric Biggers · 8 years ago
  17. 63af405 cpufreq: fix comment about return value of cpufreq_register_driver() by Eric Biggers · 8 years ago
  18. 6541aef cpufreq: Drop unnecessary checks from show() and store() by Rafael J. Wysocki · 8 years ago
  19. dd02a3d cpufreq: dt: No need to allocate resources anymore by Viresh Kumar · 8 years ago
  20. df2c8ec cpufreq: dt: No need to fetch voltage-tolerance by Viresh Kumar · 8 years ago
  21. 78c3ba5 cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency by Viresh Kumar · 8 years ago
  22. 755b888 cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 8 years ago
  23. 6def6ea cpufreq: dt: Unsupported OPPs are already disabled by Viresh Kumar · 8 years ago
  24. 050794a cpufreq: dt: Pass regulator name to the OPP core by Viresh Kumar · 8 years ago
  25. 391d9ae cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well by Viresh Kumar · 8 years ago
  26. 457e99e6 cpufreq: dt: Rename 'need_update' to 'opp_v1' by Viresh Kumar · 8 years ago
  27. 896d6a4 cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err() by Viresh Kumar · 8 years ago
  28. c89f268 cpufreq: powernv: Replace pr_info with trace print for throttle event by Shilpasri G Bhat · 8 years ago
  29. 96c4726 cpufreq: powernv: Remove cpu_to_chip_id() from hot-path by Shilpasri G Bhat · 8 years ago
  30. 6d167a4 cpufreq: powernv: Hot-plug safe the kworker thread by Shilpasri G Bhat · 8 years ago
  31. 86622cb cpufreq: powernv: Free 'chips' on module exit by Shilpasri G Bhat · 8 years ago
  32. de1df26 cpufreq: Clean up default and fallback governor setup by Rafael J. Wysocki · 8 years ago
  33. ea7743e ARM: pxa: define clock registers as __iomem by Arnd Bergmann · 8 years ago
  34. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  35. b331bc2 cpufreq: cpufreq-dt: avoid uninitialized variable warnings: by Arnd Bergmann · 8 years ago
  36. fb2a24a cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype by Arnd Bergmann · 8 years ago
  37. 2dadfd7 cpufreq: Use list_is_last() to check last entry of the policy list by Gautham R Shenoy · 8 years ago
  38. e4b133c cpufreq: Fix NULL reference crash while accessing policy->governor_data by Viresh Kumar · 8 years ago
  39. 9b3f105 cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs by Bartlomiej Zolnierkiewicz · 9 years ago
  40. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  41. 929ca89 cpufreq-dt: fix handling regulator_get_voltage() result by Andrzej Hajda · 9 years ago
  42. 0df3502 cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODIC by Chen Yu · 9 years ago
  43. a889331 cpufreq: mt8173: migrate to use operating-points-v2 bindings by Pi-Cheng Chen · 9 years ago
  44. 7a6c79f cpufreq: Simplify core code related to boost support by Rafael J. Wysocki · 9 years ago
  45. 1713578 cpufreq: acpi-cpufreq: Simplify boost-related code by Rafael J. Wysocki · 9 years ago
  46. 41669da cpufreq: Make cpufreq_boost_supported() static by Rafael J. Wysocki · 9 years ago
  47. d23f8ca blackfin-cpufreq: Mark cpu_set_cclk() as static by Markus Elfring · 9 years ago
  48. a5810b4 blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate() by Markus Elfring · 9 years ago
  49. 9ad55cd Merge back earlier cpufreq material for v4.5. by Rafael J. Wysocki · 9 years ago
  50. a7def56 cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info() by Dan Carpenter · 9 years ago
  51. 4157c2f Merge back earlier cpufreq material for v4.5. by Rafael J. Wysocki · 9 years ago
  52. e4d54f7 powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL by Stewart Smith · 9 years ago
  53. f1b9fc5 Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  54. 097b285 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  55. ab0ea25 cpufreq: st: Provide runtime initialised driver for ST's platforms by Lee Jones · 9 years ago
  56. 88b7b7c cpufreq: intel_pstate: Minor cleanup for FRAC_BITS by Prarit Bhargava · 9 years ago
  57. 89b5604 cpufreq: mt8173: Move resources allocation into ->probe() by Pi-Cheng Chen · 9 years ago
  58. b5832e4 cpufreq: tegra: add regulator dependency for T124 by Arnd Bergmann · 9 years ago
  59. 789d73b Merge tag 'samsung-fixes-4.4' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into fixes by Arnd Bergmann · 9 years ago
  60. 63d1d65 cpufreq: intel_pstate: Account for IO wait time by Philippe Longepe · 9 years ago
  61. e70eed2 cpufreq: intel_pstate: Account for non C0 time by Philippe Longepe · 9 years ago
  62. 157386b cpufreq: intel_pstate: Configurable algorithm to get target pstate by Philippe Longepe · 9 years ago
  63. 40be4c3 cpufreq: mt8173: check return value of regulator_get_voltage() call by Pi-Cheng Chen · 9 years ago
  64. 93625d5 cpufreq: mt8173: remove redundant regulator_get_voltage() call by Pi-Cheng Chen · 9 years ago
  65. 9bb46b8 cpufreq: mt8173: add CPUFREQ_HAVE_GOVERNOR_PER_POLICY flag by Pi-Cheng Chen · 9 years ago
  66. 8ae1702 cpufreq: qoriq: Register cooling device based on device tree by Hongtao Jia · 9 years ago
  67. 790d849 cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latency by Jacob Tanenbaum · 9 years ago
  68. 2f7e8a1 cpufreq: arm_big_little: Add support to register a cpufreq cooling device by Punit Agrawal · 9 years ago
  69. f8fa8ae cpufreq-dt: Supply power coefficient when registering cooling devices by Punit Agrawal · 9 years ago
  70. 2dd3e72 cpufreq: governor: Use lockless timer function by Rafael J. Wysocki · 9 years ago
  71. f08f638 cpufreq: ondemand: update update_sampling_rate() to make it more efficient by Viresh Kumar · 9 years ago
  72. 70f43e5 cpufreq: governor: replace per-CPU delayed work with timers by Viresh Kumar · 9 years ago
  73. 5e4500d cpufreq: governor: initialize/destroy timer_mutex with 'shared' by Viresh Kumar · 9 years ago
  74. affde5d cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() by Viresh Kumar · 9 years ago
  75. e68fe18 cpufreq: ondemand: Work is guaranteed to be pending by Viresh Kumar · 9 years ago
  76. e128c86 cpufreq: ondemand: Update sampling rate only for concerned policies by Viresh Kumar · 9 years ago
  77. d441fe2 Merge branches 'pm-domains' and 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  78. 69030dd cpufreq: use last policy after online for drivers with ->setpolicy by Srinivas Pandruvada · 9 years ago
  79. f28a1b0 Merge branches 'pm-cpufreq' and 'acpi-cppc' by Rafael J. Wysocki · 9 years ago
  80. 62f49ee cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init by Arnd Bergmann · 9 years ago
  81. 584ee3d intel_pstate: Fix "performance" mode behavior with HWP enabled by Alexandra Yates · 9 years ago
  82. 73124ce cpufreq: SCPI: Depend on SCPI clk driver by Punit Agrawal · 9 years ago
  83. b0ceed068 Merge back earlier cpufreq fixes for v4.4. by Rafael J. Wysocki · 9 years ago
  84. 785ee27 cpufreq: intel_pstate: Fix limits->max_perf rounding error by Prarit Bhargava · 9 years ago
  85. 8478f53 cpufreq: intel_pstate: Fix limits->max_policy_pct rounding error by Prarit Bhargava · 9 years ago
  86. f344dae cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev() by Viresh Kumar · 9 years ago
  87. 9dc1791 cpufreq: CPPC: Initialize and check CPUFreq CPU co-ord type correctly by Ashwin Chaugule · 9 years ago
  88. 9832bf3a Merge branches 'pm-cpufreq' and 'acpi-cppc' by Rafael J. Wysocki · 9 years ago
  89. 2d4ee30 cpufreq: mediatek: fix build error by Arnd Bergmann · 9 years ago
  90. 1421df6 cpufreq: intel_pstate: Add separate support for Airmont cores by Philippe Longepe · 9 years ago
  91. 938d21a cpufreq: intel_pstate: Replace BYT with ATOM by Philippe Longepe · 9 years ago
  92. 6ee11e41 Revert "cpufreq: intel_pstate: Use ACPI perf configuration" by Rafael J. Wysocki · 9 years ago
  93. 799281a Revert "cpufreq: intel_pstate: Avoid calculation for max/min" by Rafael J. Wysocki · 9 years ago
  94. be23c9d Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  95. b44a3d2 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  96. 1f47b0d Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 9 years ago
  97. 3930f66 Merge branches 'acpi-video' and 'acpi-cppc' by Rafael J. Wysocki · 9 years ago
  98. efb2d3b cpufreq: CPPC: Delete an unnecessary check before the function call kfree() by Markus Elfring · 9 years ago
  99. d7e53e3 cpufreq: s5pv210-cpufreq: fix wrong do_div() usage by Nicolas Pitre · 9 years ago
  100. 3a91b069 cpufreq: governor: Quit work-handlers early if governor is stopped by Viresh Kumar · 9 years ago