Age | Commit message (Expand) | Author | Files | Lines |
2014-05-07 | PM / OPP: Move cpufreq specific OPP functions out of generic OPP library | Nishanth Menon | 2 | -0/+112 |
2014-05-07 | cpufreq: Catch double invocations of cpufreq_freq_transition_begin/end | Srivatsa S. Bhat | 1 | -0/+14 |
2014-05-07 | intel_pstate: Remove sample parameter in intel_pstate_calc_busy | Stratos Karafotis | 1 | -7/+4 |
2014-05-01 | cpufreq: Kconfig: Fix spelling errors | Stratos Karafotis | 2 | -4/+4 |
2014-05-01 | cpufreq: Make linux-pm@vger.kernel.org official mailing list | Viresh Kumar | 1 | -1/+1 |
2014-05-01 | cpufreq: exynos: Use dev_err/info function instead of pr_err/info | Chanwoo Choi | 2 | -9/+13 |
2014-05-01 | Merge branch 'cpufreq-macros' into pm-cpufreq | Rafael J. Wysocki | 15 | -146/+127 |
2014-04-30 | cpufreq: Use cpufreq_for_each_* macros for frequency table iteration | Stratos Karafotis | 14 | -146/+116 |
2014-04-30 | cpufreq: Introduce macros for cpufreq_frequency_table iteration | Stratos Karafotis | 1 | -0/+11 |
2014-04-29 | cpufreq: ppc-corenet-cpufreq: Fix __udivdi3 modpost error | Tim Gardner | 1 | -1/+4 |
2014-04-29 | cpufreq: powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/end | Srivatsa S. Bhat | 1 | -4/+0 |
2014-04-29 | cpufreq: powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/end | Srivatsa S. Bhat | 1 | -9/+11 |
2014-04-29 | cpufreq: powernow-k6: Fix incorrect comparison with max_multipler | Srivatsa S. Bhat | 1 | -2/+3 |
2014-04-29 | cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/end | Srivatsa S. Bhat | 1 | -12/+24 |
2014-04-22 | cpufreq: highbank: fix ARM_HIGHBANK_CPUFREQ dependency warning | Kefeng Wang | 1 | -5/+1 |
2014-04-21 | cpufreq: ppc: Fix integer overflow in expression | Geert Uytterhoeven | 1 | -1/+1 |
2014-04-21 | cpufreq, powernv: Fix build failure on UP | Srivatsa S. Bhat | 1 | -0/+1 |
2014-04-21 | cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -3/+1 |
2014-04-08 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 35 | -164/+507 |
2014-04-08 | cpufreq: ppc: Remove duplicate inclusion of fsl_soc.h | Sachin Kamat | 1 | -1/+0 |
2014-04-07 | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+4 |
2014-04-07 | cpufreq: create another field .flags in cpufreq_frequency_table | Viresh Kumar | 21 | -139/+139 |
2014-04-07 | cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table | Viresh Kumar | 6 | -13/+9 |
2014-04-07 | cpufreq: don't print value of .driver_data from core | Viresh Kumar | 1 | -4/+3 |
2014-04-07 | cpufreq: ia64: don't set .driver_data to index | Viresh Kumar | 1 | -1/+0 |
2014-04-07 | cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate ids | Gautham R. Shenoy | 1 | -3/+2 |
2014-04-07 | cpufreq: powernv: cpufreq driver for powernv platform | Vaidyanathan Srinivasan | 3 | -0/+351 |
2014-04-07 | cpufreq: at32ap: don't declare local variable as static | Viresh Kumar | 1 | -1/+1 |
2014-04-07 | cpufreq: loongson2_cpufreq: don't declare local variable as static | Viresh Kumar | 1 | -1/+1 |
2014-04-07 | cpufreq: unicore32: fix typo issue for 'clk' | Chen Gang | 1 | -1/+1 |
2014-04-07 | cpufreq: exynos: Disable on multiplatform build | Sachin Kamat | 1 | -3/+3 |
2014-04-05 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -1/+1 |
2014-04-02 | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -39/+72 |
2014-04-01 | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 41 | -534/+315 |
2014-04-01 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2014-03-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2014-03-26 | cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static | Viresh Kumar | 1 | -4/+2 |
2014-03-26 | cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end} | Viresh Kumar | 13 | -29/+28 |
2014-03-26 | cpufreq: Make sure frequency transitions are serialized | Srivatsa S. Bhat | 1 | -0/+37 |
2014-03-26 | intel_pstate: Use del_timer_sync in intel_pstate_cpu_stop | Dirk Brandewie | 1 | -1/+1 |
2014-03-26 | cpufreq: resume drivers before enabling governors | Viresh Kumar | 1 | -5/+4 |
2014-03-20 | acpi-cpufreq: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -3/+4 |
2014-03-20 | intel_pstate: Set core to min P state during core offline | Dirk Brandewie | 1 | -8/+11 |
2014-03-20 | cpufreq: Add stop CPU callback to cpufreq_driver interface | Dirk Brandewie | 1 | -0/+2 |
2014-03-20 | cpufreq: Remove unnecessary braces | Stratos Karafotis | 1 | -2/+1 |
2014-03-20 | cpufreq: Fix checkpatch errors and warnings | Stratos Karafotis | 1 | -11/+14 |
2014-03-20 | cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCs | Zhuoyu Zhang | 1 | -1/+3 |
2014-03-19 | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} | Viresh Kumar | 1 | -2/+1 |
2014-03-19 | cpufreq: Do not allow ->setpolicy drivers to provide ->target | Rafael J. Wysocki | 1 | -1/+3 |
2014-03-19 | cpufreq: arm_big_little: set 'physical_cluster' for each CPU | viresh kumar | 1 | -1/+4 |