1. c7fb90d Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' by Rafael J. Wysocki · 10 years ago
  2. d4d4eda cpufreq: speedstep-smi: enable interrupts when waiting by Mikulas Patocka · 10 years ago
  3. 8729123 Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  4. c488ea4 Merge branch 'sfi' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpufreq by Rafael J. Wysocki · 10 years ago
  5. d64c3b0 intel_pstate: provide option to only use intel_pstate with HWP by Kristen Carlson Accardi · 10 years ago
  6. 17ad13b cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation by Markus Elfring · 10 years ago
  7. f7b2706 cpufreq: Create for_each_governor() by Viresh Kumar · 10 years ago
  8. b4f0676 cpufreq: Create for_each_policy() by Viresh Kumar · 10 years ago
  9. 1e63eaf cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}() by Viresh Kumar · 10 years ago
  10. 6ffae8c cpufreq: Set cpufreq_cpu_data to NULL before putting kobject by Viresh Kumar · 10 years ago
  11. a047599 intel_pstate: honor user space min_perf_pct override on resume by Kristen Carlson Accardi · 10 years ago
  12. 630ec28 intel_pstate: respect cpufreq policy request by Srinivas Pandruvada · 10 years ago
  13. 0522424 intel_pstate: Add num_pstates to sysfs by Kristen Carlson Accardi · 10 years ago
  14. d01b1f4 intel_pstate: expose turbo range to sysfs by Kristen Carlson Accardi · 10 years ago
  15. 7ab0256 intel_pstate: Add support for SkyLake by Kristen Carlson Accardi · 10 years ago
  16. 490285c cpufreq: stats: drop unnecessary locking by Viresh Kumar · 10 years ago
  17. e734769 cpufreq: stats: don't update stats on false notifiers by Viresh Kumar · 10 years ago
  18. 9225913 cpufreq: stats: don't update stats from show_trans_table() by Viresh Kumar · 10 years ago
  19. c960f9b cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update() by Viresh Kumar · 10 years ago
  20. a685c6d cpufreq: stats: create sysfs group once we are ready by Viresh Kumar · 10 years ago
  21. d9f3544 cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications by Viresh Kumar · 10 years ago
  22. c92f212 cpufreq: stats: drop 'cpu' field of struct cpufreq_stats by Viresh Kumar · 10 years ago
  23. 7c418ff cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy by Viresh Kumar · 10 years ago
  24. 5094160 cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats' by Viresh Kumar · 10 years ago
  25. a9aaf29 cpufreq: stats: get rid of per-cpu cpufreq_stats_table by Viresh Kumar · 10 years ago
  26. 2aba0c1 cpufreq: stats: pass 'stat' to cpufreq_stats_update() by Viresh Kumar · 10 years ago
  27. f93dbbb cpufreq: stats: don't check for freq table while freeing stats by Viresh Kumar · 10 years ago
  28. 9531347 cpufreq: stats: initialize 'cur_time' on its definition by Viresh Kumar · 10 years ago
  29. 43b9cda cpufreq: stats: remove unused cpufreq_stats_attribute by Viresh Kumar · 10 years ago
  30. b8c6744 cpufreq: stats: return -EEXIST when stats are already allocated by Viresh Kumar · 10 years ago
  31. 00d0b29 cpufreq: stats: Improve module description string by Viresh Kumar · 10 years ago
  32. 818c571 cpufreq: move some initialization stuff to cpufreq_policy_alloc() by Viresh Kumar · 10 years ago
  33. ce1bcfe cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs by Viresh Kumar · 10 years ago
  34. 39c132e cpufreq: limit the scope of l_p_j variables by Viresh Kumar · 10 years ago
  35. d7a9771 cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev() by Viresh Kumar · 10 years ago
  36. 7f0c020 cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev() by Viresh Kumar · 10 years ago
  37. 22a7cfb cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess by Viresh Kumar · 10 years ago
  38. bc68b7d cpufreq: update driver_data->flags only if we are registering driver by Viresh Kumar · 10 years ago
  39. d92d50a cpufreq: pass policy to __cpufreq_get() by Viresh Kumar · 10 years ago
  40. a1e1dc4 cpufreq: pass policy to cpufreq_out_of_sync by Viresh Kumar · 10 years ago
  41. 2e1cc3a cpufreq: No need to check for has_target() by Viresh Kumar · 10 years ago
  42. 42f91fa cpufreq: s/__find_governor/find_governor by Viresh Kumar · 10 years ago
  43. db5f299 cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare() by Viresh Kumar · 10 years ago
  44. 09347b2 cpufreq: don't need line break in show_scaling_cur_freq() by Viresh Kumar · 10 years ago
  45. f13f118 cpufreq: remove extra parenthesis by Viresh Kumar · 10 years ago
  46. e673f16 cpufreq: remove dangling comment by Viresh Kumar · 10 years ago
  47. 90de2a4 cpufreq: suspend cpufreq governors on shutdown by Doug Anderson · 10 years ago
  48. a6a919b cpufreq: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  49. f490282 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 10 years ago
  50. 83fe27e rcu: Make SRCU optional by using CONFIG_SRCU by Pranith Kumar · 10 years ago
  51. ff23ab2 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  52. e7ddf4b cpufreq: Add SFI based cpufreq driver support by Srinidhi Kasagar · 10 years ago
  53. cb57720 cpufreq: fix a NULL pointer dereference in __cpufreq_governor() by Ethan Zhao · 10 years ago
  54. d5e80b4 Update/Remove soon-to-be-dead email address by Dave Jones · 10 years ago
  55. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  56. 62a041a cpufreq-dt: defer probing if OPP table is not ready by Dmitry Torokhov · 10 years ago
  57. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  58. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  59. e0d4c8f intel_pstate: Add a few comments by Kristen Carlson Accardi · 10 years ago
  60. aa4ea34 intel_pstate: add kernel parameter to force loading by Ethan Zhao · 10 years ago
  61. 966916e intel_pstate: skip this driver if Sun server has _PPC method by ethan zhao · 10 years ago
  62. 493b4cd cpufreq: arm_big_little: free OPP table created during ->init() by Viresh Kumar · 10 years ago
  63. cc87b8a imx6q: free OPP table created during ->init() by Viresh Kumar · 10 years ago
  64. c6104fd exynos5440: free OPP table created during ->init() by Viresh Kumar · 10 years ago
  65. 2f0f609 cpufreq-dt: free OPP table created during ->init() by Viresh Kumar · 10 years ago
  66. 9a00442 cpufreq-dt: register cooling device from ->ready() callback by Viresh Kumar · 10 years ago
  67. 7c45cf3 cpufreq: Introduce ->ready() callback for cpufreq drivers by Viresh Kumar · 10 years ago
  68. d3a10c1 cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register() by Viresh Kumar · 10 years ago
  69. 608eab2 cpufreq: pxa2xx: Add Kconfig entry by Petr Cvek · 10 years ago
  70. 6d4e81e cpufreq: Ref the policy object sooner by Tomeu Vizoso · 10 years ago
  71. edd52b1 cpufreq: cpufreq-dt: Move newline to end of error message by Geert Uytterhoeven · 10 years ago
  72. f41f481 cpufreq: Kconfig: Remove architecture specific menu entries by Viresh Kumar · 10 years ago
  73. bd2a0f6 Merge back cpufreq material for 3.19-rc1. by Rafael J. Wysocki · 10 years ago
  74. 7e7e8fe cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processors by Lenny Szubowicz · 10 years ago
  75. 43f8a96 intel_pstate: Add CPUID for BDW-H CPU by Dirk Brandewie · 10 years ago
  76. 2f86dc4 intel_pstate: Add support for HWP by Dirk Brandewie · 10 years ago
  77. 619c144c cpufreq: respect the min/max settings from user space by Vince Hsu · 10 years ago
  78. 09712f5 cpufreq: Avoid crash in resume on SMP without OPP by Geert Uytterhoeven · 10 years ago
  79. 8197bb1 cpufreq: cpufreq-dt: Handle regulator_get_voltage() failure by Stefan Wahren · 10 years ago
  80. 0a1e879 cpufreq: cpufreq-dt: Improve debug about matching OPP by Stefan Wahren · 10 years ago
  81. a0a22cf cpufreq: Loongson1: Add cpufreq driver for Loongson1B by Kelvin Cheung · 10 years ago
  82. b3a826c cpufreq: allow powersave governor as the default without expert mode by James Geboski · 10 years ago
  83. 7179621 cpufreq: cpufreq-dt: Fix arguments in clock failure error message by Abhilash Kesavan · 10 years ago
  84. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  85. c81407f cpufreq: cpufreq-dt: Restore default cpumask_setall(policy->cpus) by Geert Uytterhoeven · 10 years ago
  86. 045ee45 cpufreq: cpufreq-dt: disable unsupported OPPs by Lucas Stach · 10 years ago
  87. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  88. d022a65 intel_pstate: Correct BYT VID values. by Dirk Brandewie · 10 years ago
  89. b27580b intel_pstate: Fix BYT frequency reporting by Dirk Brandewie · 10 years ago
  90. c034871 intel_pstate: Don't lose sysfs settings during cpu offline by Dirk Brandewie · 10 years ago
  91. 4521e1a0 cpufreq: intel_pstate: Reflect current no_turbo state correctly by Gabriele Mazzotta · 10 years ago
  92. c034b02 cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers by Dirk Brandewie · 10 years ago
  93. 36b4bed cpufreq: intel_pstate: Fix setting max_perf_pct in performance policy by Pali Rohár · 10 years ago
  94. 43d451f Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 10 years ago
  95. a00de1a cpufreq: cpufreq-dt: adjust message related to regulators by Thomas Petazzoni · 10 years ago
  96. 34e5a52 cpufreq: cpufreq-dt: extend with platform_data by Thomas Petazzoni · 10 years ago
  97. 51315cd cpufreq: allow driver-specific data by Thomas Petazzoni · 10 years ago
  98. 30f51f2 cpufreq: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  99. c0fa237 Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  100. fd9879b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago