aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-244/+215
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie1-2/+3
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_driver.target()Dirk Brandewie1-1/+1
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie1-1/+5
2013-02-09cpufreq: Fix locking issuesViresh Kumar1-34/+38
2013-02-09cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar1-15/+9
2013-02-09cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar1-15/+2
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar1-2/+4
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar1-14/+3
2013-02-05cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar1-2/+3
2013-02-02cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar1-0/+4
2013-02-02cpufreq: Simplify cpufreq_add_dev()Viresh Kumar1-100/+58
2013-02-02cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregister"Viresh Kumar1-7/+0
2013-02-02cpufreq: Add a get_current_driver helperBorislav Petkov1-0/+14
2013-02-02cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie1-0/+18
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar1-91/+70
2013-02-02cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar1-1/+7
2013-02-02cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar1-0/+10
2013-02-02cpufreq: Manage only online cpusViresh Kumar1-0/+7
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker1-1/+0
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han1-2/+2
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar1-2/+9
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == policy->curViresh Kumar1-0/+4
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar1-1/+1
2012-11-15cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar1-2/+4
2012-11-15cpufreq: Improve debug printsViresh Kumar1-0/+2
2012-11-15cpufreq / core: Fix printing of governor and driver nameviresh kumar1-3/+3
2012-11-15cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar1-1/+1
2012-07-20cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd1-8/+27
2012-03-14provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk1-0/+24
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+1
2012-01-06[CPUFREQ] update lpj only if frequency has changedAfzal Mohammed1-2/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-40/+39
2011-06-28cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes1-0/+20
2011-05-04[CPUFREQ] remove redundant sprintf from request_module call.Kees Cook1-13/+6
2011-05-04[CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski1-143/+37
2011-05-04[CPUFREQ] CPU hotplug, re-create sysfs directory and symlinksJacob Shin1-2/+18
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)Rafael J. Wysocki1-40/+26
2011-03-16[CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki1-1/+1
2011-03-01[CPUFREQ] fix BUG on cpufreq policy init failureJiri Slaby1-12/+15
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger1-0/+1
2010-10-22[CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall1-2/+2
2010-08-03[CPUFREQ] fix brace coding style issue.Neal Buckendahl1-2/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger1-0/+5
2010-08-03[CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang1-7/+3
2010-08-03[CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng1-0/+1
2010-08-03[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)"Andrej Gelenberg1-10/+1
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin1-5/+14
2010-04-09cpufreq: Unify sysfs attribute definition macrosBorislav Petkov1-26/+14