aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAge
* cpufreq: Remove unnecessary initialization of a local variableJingoo Han2012-11-14
* cpufreq: Make sure target freq is within limitsViresh Kumar2012-11-14
* cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar2012-11-14
* cpufreq: Fix sparse warning by making local function staticViresh Kumar2012-11-14
* cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar2012-11-14
* cpufreq: Improve debug printsViresh Kumar2012-11-14
* cpufreq / core: Fix printing of governor and driver nameviresh kumar2012-11-14
* cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar2012-11-14
* cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd2012-07-20
* provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk2012-03-14
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2012-01-11
|\
| * [CPUFREQ] update lpj only if frequency has changedAfzal Mohammed2012-01-06
* | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-21
|/
* cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes2011-06-28
* [CPUFREQ] remove redundant sprintf from request_module call.Kees Cook2011-05-04
* [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-04
* [CPUFREQ] CPU hotplug, re-create sysfs directory and symlinksJacob Shin2011-05-04
* Fix common misspellingsLucas De Marchi2011-03-31
* cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)Rafael J. Wysocki2011-03-23
* [CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki2011-03-16
* [CPUFREQ] fix BUG on cpufreq policy init failureJiri Slaby2011-03-01
* perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-04
* [CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall2010-10-22
* [CPUFREQ] fix brace coding style issue.Neal Buckendahl2010-08-03
* [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-03
* [CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang2010-08-03
* [CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng2010-08-03
* [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...Andrej Gelenberg2010-08-03
* Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin2010-05-08
|\
| * [CPUFREQ] fix a lockdep warningAmerigo Wang2010-03-31
* | cpufreq: Unify sysfs attribute definition macrosBorislav Petkov2010-04-09
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * percpu: make percpu symbols in cpufreq uniqueTejun Heo2009-10-29
* | [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-24
* | [CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang2009-11-24
* | [CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava2009-11-17
* | [CPUFREQ] Fix use after free on governor restoreDmitry Monakhov2009-11-17
|/
* [CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)Mathieu Desnoyers2009-09-01
* [CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreqThomas Renninger2009-09-01
* [CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got createdThomas Renninger2009-09-01
* [CPUFREQ] Factor out policy setting from cpufreq_add_devDave Jones2009-09-01
* [CPUFREQ] Factor out interface creation from cpufreq_add_devDave Jones2009-09-01
* [CPUFREQ] Factor out symlink creation from cpufreq_add_devDave Jones2009-09-01
* [CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_devDave Jones2009-09-01
* [CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_devDave Jones2009-09-01
* [CPUFREQ] Re-enable cpufreq suspend and resume codeDominik Brodowski2009-09-01
* [CPUFREQ] Make cpufreq suspend code conditional on powerpc.Dave Jones2009-08-04
* [CPUFREQ] Fix a kobject reference bug related to managed CPUsThomas Renninger2009-08-04
* [CPUFREQ] Do not set policy for offline cpusPrarit Bhargava2009-08-04