summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-151-244/+215
|\
| * cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie2013-02-091-2/+3
| * cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie2013-02-091-1/+1
| * cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie2013-02-091-1/+5
| * cpufreq: Fix locking issuesViresh Kumar2013-02-091-34/+38
| * cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar2013-02-091-15/+9
| * cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar2013-02-091-15/+2
| * cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2013-02-091-2/+4
| * cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar2013-02-091-14/+3
| * cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar2013-02-051-2/+3
| * cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2013-02-021-0/+4
| * cpufreq: Simplify cpufreq_add_dev()Viresh Kumar2013-02-021-100/+58
| * cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar2013-02-021-7/+0
| * cpufreq: Add a get_current_driver helperBorislav Petkov2013-02-021-0/+14
| * cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie2013-02-021-0/+18
| * cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar2013-02-021-91/+70
| * cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar2013-02-021-1/+7
| * cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar2013-02-021-0/+10
| * cpufreq: Manage only online cpusViresh Kumar2013-02-021-0/+7
* | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-261-1/+0
|/
* cpufreq: Remove unnecessary initialization of a local variableJingoo Han2012-11-151-2/+2
* cpufreq: Make sure target freq is within limitsViresh Kumar2012-11-151-2/+9
* cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar2012-11-151-0/+4
* cpufreq: Fix sparse warning by making local function staticViresh Kumar2012-11-151-1/+1
* cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar2012-11-151-2/+4
* cpufreq: Improve debug printsViresh Kumar2012-11-151-0/+2
* cpufreq / core: Fix printing of governor and driver nameviresh kumar2012-11-151-3/+3
* cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar2012-11-151-1/+1
* cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd2012-07-201-8/+27
* provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk2012-03-141-0/+24
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-01-111-2/+1
|\
| * [CPUFREQ] update lpj only if frequency has changedAfzal Mohammed2012-01-061-2/+1
* | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-40/+39
|/
* cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes2011-06-281-0/+20
* [CPUFREQ] remove redundant sprintf from request_module call.Kees Cook2011-05-041-13/+6
* [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-143/+37
* [CPUFREQ] CPU hotplug, re-create sysfs directory and symlinksJacob Shin2011-05-041-2/+18
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)Rafael J. Wysocki2011-03-231-40/+26
* [CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki2011-03-161-1/+1
* [CPUFREQ] fix BUG on cpufreq policy init failureJiri Slaby2011-03-011-12/+15
* perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-041-0/+1
* [CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall2010-10-221-2/+2
* [CPUFREQ] fix brace coding style issue.Neal Buckendahl2010-08-031-2/+1
* [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-031-0/+5
* [CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang2010-08-031-7/+3
* [CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng2010-08-031-0/+1
* [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...Andrej Gelenberg2010-08-031-10/+1
* Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-081-5/+14
|\
| * [CPUFREQ] fix a lockdep warningAmerigo Wang2010-03-311-5/+14
OpenPOWER on IntegriCloud