aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2013-05-22cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat
2013-05-12cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar
2013-04-29cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki
2013-04-22cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar
2013-04-11cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar
2013-04-10cpufreq: convert cpufreq_driver to using RCUNathan Zimmer
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar
2013-04-01cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar
2013-04-01cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer
2013-02-15Merge branch 'pm-cpufreq'Rafael J. Wysocki
2013-02-09cpufreq: Do not track governor name for scaling drivers with internal governors.Dirk Brandewie
2013-02-09cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...Dirk Brandewie
2013-02-09cpufreq: Retrieve current frequency from scaling drivers with internal governorsDirk Brandewie
2013-02-09cpufreq: Fix locking issuesViresh Kumar
2013-02-09cpufreq: Create a macro for unlock_policy_rwsem{read,write}Viresh Kumar
2013-02-09cpufreq: Remove unused HOTPLUG_CPU codeViresh Kumar
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar
2013-02-05cpufreq: Don't remove sysfs link for policy->cpuViresh Kumar
2013-02-02cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar
2013-02-02cpufreq: Simplify cpufreq_add_dev()Viresh Kumar
2013-02-02cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...Viresh Kumar
2013-02-02cpufreq: Add a get_current_driver helperBorislav Petkov
2013-02-02cpufreq: handle cpufreq being disabled for all exported function.Dirk Brandewie
2013-02-02cpufreq: Simplify __cpufreq_remove_dev()Viresh Kumar
2013-02-02cpufreq: Don't use cpu removed during cpufreq_driver_unregisterViresh Kumar
2013-02-02cpufreq: Notify governors when cpus are hot-[un]pluggedViresh Kumar
2013-02-02cpufreq: Manage only online cpusViresh Kumar
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker
2012-11-15cpufreq: Remove unnecessary initialization of a local variableJingoo Han
2012-11-15cpufreq: Make sure target freq is within limitsViresh Kumar
2012-11-15cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar
2012-11-15cpufreq: Fix sparse warning by making local function staticViresh Kumar
2012-11-15cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar
2012-11-15cpufreq: Improve debug printsViresh Kumar
2012-11-15cpufreq / core: Fix printing of governor and driver nameviresh kumar
2012-11-15cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar
2012-07-20cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd
2012-03-14provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds
2012-01-06[CPUFREQ] update lpj only if frequency has changedAfzal Mohammed
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-06-28cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes
2011-05-04[CPUFREQ] remove redundant sprintf from request_module call.Kees Cook
2011-05-04[CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski
2011-05-04[CPUFREQ] CPU hotplug, re-create sysfs directory and symlinksJacob Shin
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)Rafael J. Wysocki