aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12cpufreq: Reformat printk() statementsJoe Perches1-40/+35
2014-03-06cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar1-41/+5
2014-03-06cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar1-46/+3
2014-03-06cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar1-89/+7
2014-03-06cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar1-0/+26
2014-03-06cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-55/+56
2014-03-06cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar1-24/+14
2014-03-06Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki4-97/+76
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar1-0/+2
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar1-14/+14
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner1-14/+7
2014-03-02cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan1-13/+9
2014-03-02cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan1-1/+3
2014-03-02cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan1-11/+1
2014-03-02intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie1-1/+1
2014-03-02intel_pstate: remove unneeded sample buffersDirk Brandewie1-13/+11
2014-03-01cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar1-0/+5
2014-03-01cpufreq: enable ARM drivers on arm64Rob Herring1-1/+1
2014-02-28cpufreq: enable ARM drivers on arm64Rob Herring1-1/+1
2014-02-27cpufreq: Mark function as static in cpufreq.cRashika Kheria1-1/+1
2014-02-27Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-56/+44
2014-02-26intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie1-10/+18
2014-02-24drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn1-1/+1
2014-02-24cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar1-1/+0
2014-02-24cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki1-55/+44
2014-02-21intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie1-3/+12
2014-02-21intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie1-1/+1
2014-02-19cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat1-3/+7
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar1-2/+1
2014-02-13intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie1-9/+0
2014-02-04intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie1-4/+17
2014-01-31Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2014-01-29Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki1-3/+4
2014-01-28acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk1-3/+4
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-1/+17
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds40-590/+826
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-5/+22
2014-01-17cpufreq: exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski1-1/+1
2014-01-17cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski1-0/+3
2014-01-17cpufreq / boost: Kconfig: Support for software-managed BOOSTLukasz Majewski2-0/+19
2014-01-17acpi-cpufreq: Adjust the code to use the common boost attributeLukasz Majewski1-57/+29
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski2-8/+166
2014-01-17intel_pstate: Add trace point to report internal state.Dirk Brandewie1-0/+24
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar17-229/+109
2014-01-17cpufreq: stats: create sysfs entries when cpufreq_stats is a moduleViresh Kumar1-2/+25
2014-01-17cpufreq: stats: free table and remove sysfs entry in a single routineViresh Kumar1-31/+19
2014-01-17cpufreq: stats: remove hotplug notifiersViresh Kumar1-36/+2
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2-7/+22
2014-01-17cpufreq: speedstep: remove unused speedstep_get_statePaul Bolle1-32/+0
2014-01-14Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki33-206/+426