1. d477bf3 cpufreq: dt: Fix sysfs duplicate filename creation for platform-device by Suniel Mahesh · 7 years ago
  2. 039cc1c cpufreq: ti-cpufreq: Support additional am43xx platforms by Dave Gerlach · 7 years ago
  3. ff76898 cpufreq: dt-platdev: Add some missing platforms to the blacklist by Viresh Kumar · 7 years ago
  4. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  5. 53ac64a Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  6. ab271bc Merge branch 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  7. 08a1000 Merge branch 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  8. bd87c8f Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  9. 5e93232 intel_pstate: convert to use acpi_match_platform_list() by Toshi Kani · 7 years ago
  10. fded5fc cpufreq: imx6q: Fix imx6sx low frequency support by Leonard Crestez · 7 years ago
  11. 843791b cpufreq: speedstep-lib: make several arrays static, makes code smaller by Colin Ian King · 7 years ago
  12. 9a6e91d cpufreq: ti: Fix 'of_node_put' being called twice in error handling path by Christophe Jaillet · 7 years ago
  13. d79d148 cpufreq: dt-platdev: Drop few entries from whitelist by Viresh Kumar · 7 years ago
  14. edeec42 cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2 by Viresh Kumar · 7 years ago
  15. cc5a7a7 cpufreq: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  16. e948bc8 cpufreq: Cap the default transition delay value to 10 ms by Viresh Kumar · 7 years ago
  17. 919096f cpufreq: dbx500: Delete obsolete driver by Linus Walleij · 7 years ago
  18. 57ccaf3 Merge back intel_pstate material for v4.14. by Rafael J. Wysocki · 7 years ago
  19. ff6c349 cpufreq: enable the DT cpufreq driver on the Ux500 by Linus Walleij · 7 years ago
  20. a804d51 cpufreq: Loongson2: constify platform_device_id by Arvind Yadav · 7 years ago
  21. bea2ebc cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver by Khiem Nguyen · 7 years ago
  22. b20a3f3 cpufreq: remove setting of policy->cpu in policy->cpus during init by Sudeep Holla · 7 years ago
  23. c587c79 cpufreq: intel_pstate: report correct CPU frequencies during trace by Doug Smythies · 7 years ago
  24. ccc03d8 cpufreq: mediatek: add support of cpufreq to MT7622 SoC by Sean Wang · 7 years ago
  25. 862e010 cpufreq: mediatek: add cleanups with the more generic naming by Sean Wang · 7 years ago
  26. 209887e cpufreq: Return 0 from ->fast_switch() on errors by Viresh Kumar · 7 years ago
  27. d77d488 cpufreq: intel_pstate: Shorten a couple of long names by Rafael J. Wysocki · 7 years ago
  28. a891283 cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate() by Rafael J. Wysocki · 7 years ago
  29. 034def5 cpufreq: rcar: Add support for R8A7795 SoC by Khiem Nguyen · 7 years ago
  30. 3714c28 Merge v4.13 intel_pstate fixes. by Rafael J. Wysocki · 7 years ago
  31. 319af40 cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver by Finley Xiao · 7 years ago
  32. 7bde2d5 cpufreq: intel_pstate: Improve IO performance with per-core P-states by Srinivas Pandruvada · 7 years ago
  33. 8a05c31 Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  34. 99d14d0 cpufreq: Process remote callbacks from any CPU if the platform permits by Viresh Kumar · 7 years ago
  35. 674e754 sched: cpufreq: Allow remote cpufreq callbacks by Viresh Kumar · 7 years ago
  36. f5c13f4 cpufreq: intel_pstate: Drop INTEL_PSTATE_HWP_SAMPLING_INTERVAL by Rafael J. Wysocki · 7 years ago
  37. 22baebd cpufreq: intel_pstate: Drop ->get from intel_pstate structure by Rafael J. Wysocki · 7 years ago
  38. 38c1c6a cpufreq: s5pv210: add missing of_node_put() by Julia Lawall · 7 years ago
  39. c4f3f70 cpufreq: intel_pstate: Drop ->update_util from pstate_funcs by Rafael J. Wysocki · 7 years ago
  40. 9d0ef7a cpufreq: intel_pstate: Do not use PID-based P-state selection by Rafael J. Wysocki · 7 years ago
  41. fc4c709 cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latency by Viresh Kumar · 7 years ago
  42. fe829ed cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag by Viresh Kumar · 7 years ago
  43. ed4676e cpufreq: Replace "max_transition_latency" with "dynamic_switching" by Viresh Kumar · 7 years ago
  44. 768608a cpufreq: arm_big_little: Make ->get_transition_latency() mandatory by Viresh Kumar · 7 years ago
  45. b8b7882 cpufreq: Don't set transition_latency for setpolicy drivers by Viresh Kumar · 7 years ago
  46. aa7519a cpufreq: Use transition_delay_us for legacy governors as well by Viresh Kumar · 7 years ago
  47. 2d04503 cpufreq: governor: Drop min_sampling_rate by Viresh Kumar · 7 years ago
  48. 9dbd224 cpufreq: dt: Don't use generic platdev driver for tango by Marc Gonzalez · 7 years ago
  49. 501c574 cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC by Sean Wang · 7 years ago
  50. ffa64d5 Merge branches 'intel_pstate' and 'pm-domains' by Rafael J. Wysocki · 7 years ago
  51. a568578 cpufreq: dt: Add zynqmp to the cpufreq dt platdev by Shubhrajyoti Datta · 7 years ago
  52. c95a05f cpufreq: speedstep: remove unnecessary static in speedstep_detect_chipset() by Gustavo A. R. Silva · 7 years ago
  53. e37720e Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  54. 4d25ec1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  55. a252c25 Merge branches 'pm-cpufreq-sched' and 'intel_pstate' by Rafael J. Wysocki · 7 years ago
  56. 6e34e1f cpufreq: intel_pstate: Correct the busy calculation for KNL by Srinivas Pandruvada · 7 years ago
  57. d4436c0 cpufreq: intel_pstate: Fix ratio setting for min_perf_pct by Srinivas Pandruvada · 7 years ago
  58. 1633b39 Merge tag 'pm-extra-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  59. 15d56b3 Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  60. 467aebe Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 7 years ago
  61. e854711 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  62. 408c986 Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  63. 106c9c7 cpufreq: intel_pstate: constify attribute_group structures by Arvind Yadav · 7 years ago
  64. 402202e cpufreq: cpufreq_stats: constify attribute_group structures by Arvind Yadav · 7 years ago
  65. 9a9594e Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  66. f1c7842 Merge branches 'pm-cpufreq', 'intel_pstate' and 'pm-cpuidle' by Rafael J. Wysocki · 7 years ago
  67. 16b5b09 Merge branch 'pm-tools' by Rafael J. Wysocki · 7 years ago
  68. fab24dcc cpufreq: intel_pstate: Clean up after performance governor changes by Rafael J. Wysocki · 7 years ago
  69. 73808d0 cpufreq / CPPC: Initialize policy->min to lowest nonlinear performance by Prakash, Prashanth · 7 years ago
  70. 82b4e03 intel_pstate: skip scheduler hook when in "performance" mode by Len Brown · 7 years ago
  71. 62611cb intel_pstate: delete scheduler hook in HWP mode by Len Brown · 7 years ago
  72. f8475ce x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF by Len Brown · 7 years ago
  73. 5422583 Merge back PM tools material for v4.13. by Rafael J. Wysocki · 7 years ago
  74. 1a4fe38 cpufreq: intel_pstate: Remove max/min fractions to limit performance by Srinivas Pandruvada · 7 years ago
  75. 0370f0f cpufreq: sfi: make freq_table static by Colin Ian King · 7 years ago
  76. e773f5c cpufreq: exynos5440: Fix inconsistent indenting by Krzysztof Kozlowski · 7 years ago
  77. 3fafb4e cpufreq: imx6q: imx6ull should use the same flow as imx6ul by Octavian Purdila · 7 years ago
  78. a0df773 cpufreq: dt: Add support for hi3660 by Tao Wang · 7 years ago
  79. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 7 years ago
  80. 93c452f Merge tag 'scpi-updates-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers by Olof Johansson · 7 years ago
  81. f63e4f7 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq' by Rafael J. Wysocki · 7 years ago
  82. b8e11f7 cpufreq: conservative: Allow down_threshold to take values from 1 to 10 by Tomasz Wilczyński · 7 years ago
  83. fbd78af Merge branches 'intel_pstate' and 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  84. 57caf4e cpufreq: intel_pstate: Avoid division by 0 in min_perf_pct_min() by Rafael J. Wysocki · 7 years ago
  85. c0f2e21 cpufreq: scpi: use new scpi_ops functions to remove duplicate code by Sudeep Holla · 7 years ago
  86. bb5710e Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 7 years ago
  87. 7575f82 cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable() by Arvind Yadav · 7 years ago
  88. 6c77003 cpufreq: cpufreq_register_driver() should return -ENODEV if init fails by David Arcari · 7 years ago
  89. 55d8529 cpufreq: create cpufreq_table_count_valid_entries() by Viresh Kumar · 7 years ago
  90. 4d753aa thermal: cpu_cooling: use cpufreq_policy to register cooling device by Viresh Kumar · 7 years ago
  91. a92551e cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked() by Sebastian Andrzej Siewior · 7 years ago
  92. d04e31a cpufreq/pasemi: Adjust system_state check by Thomas Gleixner · 7 years ago
  93. 079c181 Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched' by Rafael J. Wysocki · 7 years ago
  94. a32f80b Merge branch 'utilities' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Rafael J. Wysocki · 7 years ago
  95. be0408d cpufreq: dbx500: add a Kconfig symbol by Arnd Bergmann · 7 years ago
  96. ac3c4aa Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 7 years ago
  97. 3cedbc5 intel_pstate: use updated msr-index.h HWP.EPP values by Len Brown · 7 years ago
  98. 291b38a Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  99. 0632466 format-security: move static strings to const by Kees Cook · 7 years ago
  100. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 7 years ago