summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-1219-19/+0
* cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-1218-62/+16
* cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35
* cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-41/+5
* cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3
* cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7
* cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-061-0/+26
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-061-55/+56
* cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar2014-03-061-24/+14
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-064-97/+76
|\
| * cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-021-13/+9
| * cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan2014-03-021-1/+3
| * cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan2014-03-021-11/+1
| * intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-021-1/+1
| * intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-021-13/+11
| * cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar2014-03-011-0/+5
| * cpufreq: enable ARM drivers on arm64Rob Herring2014-03-011-1/+1
| * cpufreq: Mark function as static in cpufreq.cRashika Kheria2014-02-271-1/+1
| * Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-02-271-56/+44
| |\
| | * cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-241-1/+0
| | * cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-241-55/+44
* | | cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar2014-03-061-0/+2
* | | cpufreq: Initialize policy before making it available for others to useViresh Kumar2014-03-061-14/+14
* | | cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner2014-03-061-14/+7
|/ /
* | intel_pstate: Change busy calculation to use fixed point math.Dirk Brandewie2014-02-261-10/+18
|/
* intel_pstate: Add support for Baytrail turbo P statesDirk Brandewie2014-02-211-3/+12
* intel_pstate: Use LFM bus ratio as min ratio/P stateDirk Brandewie2014-02-211-1/+1
* cpufreq: powernow-k8: Initialize per-cpu data-structures properlySrivatsa S. Bhat2014-02-191-3/+7
* cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar2014-02-191-2/+1
* intel_pstate: Remove energy reporting from pstate_sample tracepointDirk Brandewie2014-02-131-9/+0
* intel_pstate: Take core C0 time into account for core busy calculationDirk Brandewie2014-02-041-4/+17
* Merge tag 'pm+acpi-3.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-311-3/+4
|\
| *-. Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2014-01-291-3/+4
| |\ \
| | * | acpi-cpufreq: De-register CPU notifier and free struct msr on error.Konrad Rzeszutek Wilk2014-01-281-3/+4
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-01-242-1/+17
|\ \ \ \ | |/ / / |/| | |
| * | | cpufreq: cpufreq-cpu0: add dt node parsing for cooling device propertiesEduardo Valentin2013-12-042-1/+17
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-2440-590/+826
|\ \ \ \ | | |/ / | |/| |
| * | | cpufreq: exynos4x12: Change L0 driver data to CPUFREQ_BOOST_FREQLukasz Majewski2014-01-171-1/+1
| * | | cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski2014-01-171-0/+3
| * | | cpufreq / boost: Kconfig: Support for software-managed BOOSTLukasz Majewski2014-01-172-0/+19
| * | | acpi-cpufreq: Adjust the code to use the common boost attributeLukasz Majewski2014-01-171-57/+29
| * | | cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-172-8/+166
| * | | intel_pstate: Add trace point to report internal state.Dirk Brandewie2014-01-171-0/+24
| * | | cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-1717-229/+109
| * | | cpufreq: stats: create sysfs entries when cpufreq_stats is a moduleViresh Kumar2014-01-171-2/+25
| * | | cpufreq: stats: free table and remove sysfs entry in a single routineViresh Kumar2014-01-171-31/+19
| * | | cpufreq: stats: remove hotplug notifiersViresh Kumar2014-01-171-36/+2
| * | | cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2014-01-172-7/+22
| * | | cpufreq: speedstep: remove unused speedstep_get_statePaul Bolle2014-01-171-32/+0
| * | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-01-1433-206/+426
| |\ \ \ | | |_|/ | |/| |
OpenPOWER on IntegriCloud