1. 1bfb425 cpufreq: move policy kobj to update_policy_cpu() by Viresh Kumar · 10 years ago
  2. 41dfd90 cpufreq: propagate error returned by kobject_move() by Viresh Kumar · 10 years ago
  3. 1461dc7 cpufreq: don't restore policy->cpus on failure to move kobj by Viresh Kumar · 10 years ago
  4. 853aa05 powernow-k6: support 350MHz CPU by Mikulas Patocka · 10 years ago
  5. 6393d6a cpufreq: ondemand: Eliminate the deadband effect by Stratos Karafotis · 10 years ago
  6. 5b0c0b1 cpufreq: Introduce new relation for freq selection by Stratos Karafotis · 10 years ago
  7. 22d0628 cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulator by Anson Huang · 10 years ago
  8. 78e2708 cpufreq: intel_pstate: Remove core_pct rounding by Stratos Karafotis · 10 years ago
  9. 4b707c8 cpufreq: intel_pstate: Simplify P state adjustment logic. by Stratos Karafotis · 10 years ago
  10. ac65813 cpufreq: intel_pstate: Keep values in aperf/mperf in full precision by Stratos Karafotis · 10 years ago
  11. 4ab60c3 cpufreq: intel_pstate: Disable interrupts during MSRs reading by Stratos Karafotis · 10 years ago
  12. c410833 cpufreq: intel_pstate: Align multiple lines to open parenthesis by Stratos Karafotis · 10 years ago
  13. abf013b cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_time by Stratos Karafotis · 10 years ago
  14. 285cb99 cpufreq: intel_pstate: Cleanup parentheses by Stratos Karafotis · 10 years ago
  15. 2d8d1f1 cpufreq: intel_pstate: Fit code in a single line where possible by Stratos Karafotis · 10 years ago
  16. 845c1cb cpufreq: intel_pstate: Add missing blank lines after declarations by Stratos Karafotis · 10 years ago
  17. fa30dff cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() call by Stratos Karafotis · 10 years ago
  18. 317dd50 cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent locals by Stratos Karafotis · 10 years ago
  19. 92c14bd cpufreq: move policy kobj to policy->cpu at resume by Viresh Kumar · 10 years ago
  20. 1bf8cc3 cpufreq: cpu0: OPPs can be populated at runtime by Viresh Kumar · 10 years ago
  21. 2fa1adc cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOOD by Quentin Armitage · 10 years ago
  22. 7e02168 cpufreq: imx6q: Select PM_OPP by Nicolas Del Piano · 10 years ago
  23. 97d496b cpufreq: sa1110: set memory type for h3600 by Linus Walleij · 10 years ago
  24. 5a90af6 cpufreq: Makefile: fix compilation for davinci platform by Prabhakar Lad · 10 years ago
  25. 179e847 intel_pstate: Set CPU number before accessing MSRs by Vincent Minet · 10 years ago
  26. dd5fbf7 intel_pstate: don't touch turbo bit if turbo disabled or unavailable. by Dirk Brandewie · 10 years ago
  27. c16ed06 intel_pstate: Fix setting VID by Dirk Brandewie · 10 years ago
  28. fefa8ff cpufreq: unlock when failing cpufreq_update_policy() by Aaron Plattner · 10 years ago
  29. 51d211e intel_pstate: Correct rounding in busy calculation by Doug Smythies · 10 years ago
  30. 217886d cpufreq: cpufreq-cpu0: fix CPU_THERMAL dependency by Arnd Bergmann · 10 years ago
  31. 589e18a Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  32. 5fbfbcd cpufreq: cpufreq-cpu0: remove dependency on THERMAL and REGULATOR by Viresh Kumar · 10 years ago
  33. 40cc549 cpufreq: tegra: update comment for clarity by Viresh Kumar · 10 years ago
  34. 830bcac cpufreq: intel_pstate: Remove duplicate CPU ID check by Stratos Karafotis · 10 years ago
  35. 93575b7 cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag by Viresh Kumar · 10 years ago
  36. c8ae481 cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info' by Viresh Kumar · 10 years ago
  37. 18b46ab cpufreq: governor: Be friendly towards latency-sensitive bursty workloads by Srivatsa S. Bhat · 10 years ago
  38. 906fe03 cpufreq: ppc-corenet-cpu-freq: do_div use quotient by Ed Swarthout · 10 years ago
  39. 57aa5ea Revert "cpufreq: Enable big.LITTLE cpufreq driver on arm64" by Rafael J. Wysocki · 10 years ago
  40. 00917dd cpufreq: Tegra: implement intermediate frequency callbacks by Viresh Kumar · 10 years ago
  41. 1c03a2d cpufreq: add support for intermediate (stable) frequencies by Viresh Kumar · 10 years ago
  42. 4dc4226 Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next by Linus Torvalds · 10 years ago
  43. 5ece239 Merge back earlier cpufreq material. by Rafael J. Wysocki · 10 years ago
  44. a727eaf Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  45. 0a58471 Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into next by Linus Torvalds · 10 years ago
  46. bf81022 intel_pstate: Improve initial busy calculation by Doug Smythies · 10 years ago
  47. c4ee841 intel_pstate: add sample time scaling by Dirk Brandewie · 10 years ago
  48. f0fe3cd intel_pstate: Correct rounding in busy calculation by Dirk Brandewie · 10 years ago
  49. adacdf3 intel_pstate: Remove C0 tracking by Dirk Brandewie · 10 years ago
  50. 4c8d819 cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM by Tomasz Figa · 10 years ago
  51. 8d65775 cpufreq: handle calls to ->target_index() in separate routine by Viresh Kumar · 10 years ago
  52. 1ef546f cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSE by Paul Bolle · 10 years ago
  53. 94f89e0 cpufreq: intel_pstate: Remove unused member name of cpudata by Stratos Karafotis · 10 years ago
  54. 9b961aa Merge branches 'pm-cpufreq' and 'acpi-thermal' by Rafael J. Wysocki · 10 years ago
  55. be1f7c8 cpufreq: exynos: Fix the compile error by Jonghwan Choi · 10 years ago
  56. b5783dc Merge branch 'v3.16-next/clk-s3c24xx-3' into v3.16-next/cleanup-samsung by Kukjin Kim · 10 years ago
  57. 478c7cf Merge tag 'pm+acpi-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  58. 1e49885 cpufreq: Break out early when frequency equals target_freq by Stratos Karafotis · 10 years ago
  59. e3beb0a cpufreq: cpu0: drop wrong devm usage by Lucas Stach · 10 years ago
  60. c5450db cpufreq: remove race while accessing cur_policy by Bibek Basu · 10 years ago
  61. e7b453d cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed() by Viresh Kumar · 10 years ago
  62. 5ee73eb cpufreq: imx6q: Remove unused include by Philipp Zabel · 10 years ago
  63. f8269c1 cpufreq: imx6q: Drop devm_clk/regulator_get usage by Philipp Zabel · 10 years ago
  64. e54173b cpufreq: powernow-k8: Suppress checkpatch warnings by Stratos Karafotis · 10 years ago
  65. 60d1ea4 cpufreq: powernv: make local function static by Brian Norris · 10 years ago
  66. 4920ab8 cpufreq: Enable big.LITTLE cpufreq driver on arm64 by Mark Brown · 10 years ago
  67. dfcb0a5 cpufreq: nforce2: remove DEFINE_PCI_DEVICE_TABLE macro by Jingoo Han · 10 years ago
  68. d40a63c intel_pstate: remove setting P state to MAX on init by Dirk Brandewie · 10 years ago
  69. c7e241d intel_pstate: Add CPU IDs for Broadwell processors by Dirk Brandewie · 10 years ago
  70. 8e8acb3 MIPS/loongson2_cpufreq: Fix CPU clock rate setting by Aaro Koskinen · 10 years ago
  71. 21855ff intel_pstate: Set turbo VID for BayTrail by Dirk Brandewie · 10 years ago
  72. d8b5325 ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccf by Heiko Stuebner · 10 years ago
  73. 5eeaf1f cpufreq: Fix build error on some platforms that use cpufreq_for_each_* by Stratos Karafotis · 10 years ago
  74. a0dd7b7 PM / OPP: Move cpufreq specific OPP functions out of generic OPP library by Nishanth Menon · 10 years ago
  75. ca654dc cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  76. 6b17ddb intel_pstate: Remove sample parameter in intel_pstate_calc_busy by Stratos Karafotis · 10 years ago
  77. 735dc24 cpufreq: Kconfig: Fix spelling errors by Stratos Karafotis · 10 years ago
  78. dec102a cpufreq: Make linux-pm@vger.kernel.org official mailing list by Viresh Kumar · 10 years ago
  79. e5eaa44 cpufreq: exynos: Use dev_err/info function instead of pr_err/info by Chanwoo Choi · 10 years ago
  80. 89d4f82 Merge branch 'cpufreq-macros' into pm-cpufreq by Rafael J. Wysocki · 10 years ago
  81. 041526f cpufreq: Use cpufreq_for_each_* macros for frequency table iteration by Stratos Karafotis · 10 years ago
  82. 27e289d cpufreq: Introduce macros for cpufreq_frequency_table iteration by Stratos Karafotis · 10 years ago
  83. 6712d29 cpufreq: ppc-corenet-cpufreq: Fix __udivdi3 modpost error by Tim Gardner · 10 years ago
  84. 8997b18 cpufreq: powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  85. 3221e55 cpufreq: powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  86. 237ede1 cpufreq: powernow-k6: Fix incorrect comparison with max_multipler by Srivatsa S. Bhat · 10 years ago
  87. 7aa0557 cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/end by Srivatsa S. Bhat · 10 years ago
  88. d76ae2e cpufreq: highbank: fix ARM_HIGHBANK_CPUFREQ dependency warning by Kefeng Wang · 10 years ago
  89. 1612343 cpufreq: ppc: Fix integer overflow in expression by Geert Uytterhoeven · 10 years ago
  90. f3cae35 cpufreq, powernv: Fix build failure on UP by Srivatsa S. Bhat · 10 years ago
  91. 8ab4e2b cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  92. fe10739 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  93. f334a1e cpufreq: ppc: Remove duplicate inclusion of fsl_soc.h by Sachin Kamat · 10 years ago
  94. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  95. 7f4b046 cpufreq: create another field .flags in cpufreq_frequency_table by Viresh Kumar · 10 years ago
  96. 71508a1 cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table by Viresh Kumar · 10 years ago
  97. ae87f10 cpufreq: don't print value of .driver_data from core by Viresh Kumar · 10 years ago
  98. 1ea7d77 cpufreq: ia64: don't set .driver_data to index by Viresh Kumar · 10 years ago
  99. 0692c69 cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate ids by Gautham R. Shenoy · 10 years ago
  100. b3d627a cpufreq: powernv: cpufreq driver for powernv platform by Vaidyanathan Srinivasan · 10 years ago