aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAge
* cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar2013-05-21
* cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2013-05-15
* cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar2013-05-12
* cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki2013-04-28
* cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar2013-04-21
* cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar2013-04-11
* cpufreq: convert cpufreq_driver to using RCUNathan Zimmer2013-04-10
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-02
* cpufreq: governor: Implement per policy instances of governorsViresh Kumar2013-03-31
* cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar2013-03-31
* cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer2013-03-31
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-02-15
|\
| * cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie2013-02-09
| * cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie2013-02-09
| * cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie2013-02-09
| * cpufreq: Fix locking issuesViresh Kumar2013-02-08
| * cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar2013-02-08
| * cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar2013-02-08
| * cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2013-02-08
| * cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar2013-02-08
| * cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar2013-02-05
| * cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2013-02-01
| * cpufreq: Simplify cpufreq_add_dev()Viresh Kumar2013-02-01
| * cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar2013-02-01
| * cpufreq: Add a get_current_driver helperBorislav Petkov2013-02-01
| * cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie2013-02-01
| * cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar2013-02-01
| * cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar2013-02-01
| * cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar2013-02-01
| * cpufreq: Manage only online cpusViresh Kumar2013-02-01
* | PM / tracing: remove deprecated power trace APIPaul Gortmaker2013-01-25
|/
* 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