summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki2013-07-301-9/+10
* Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-191-1/+3
|\
| * cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat2013-07-151-1/+3
* | cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker2013-07-141-1/+1
|/
* cpufreq: Fix serialization of frequency transitionsViresh Kumar2013-07-041-3/+4
* acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu2013-06-271-3/+4
* cpufreq: make sure frequency transitions are serializedViresh Kumar2013-06-271-0/+14
* cpufreq: make __cpufreq_notify_transition() staticViresh Kumar2013-06-211-1/+1
* cpufreq: Fix minor formatting issuesViresh Kumar2013-06-211-36/+27
* cpufreq: Fix governor start/stop race conditionXiaoguang Chen2013-06-211-0/+24
* cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar2013-06-041-17/+2
* cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar2013-05-271-4/+44
* cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar2013-05-271-0/+38
* cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar2013-05-271-0/+9
* cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar2013-05-271-0/+1
* cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar2013-05-221-2/+7
* cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2013-05-151-3/+1
* cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar2013-05-121-3/+3
* cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki2013-04-291-214/+69
* cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar2013-04-221-5/+13
* cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar2013-04-111-1/+3
* cpufreq: convert cpufreq_driver to using RCUNathan Zimmer2013-04-101-67/+208
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-19/+26
* cpufreq: governor: Implement per policy instances of governorsViresh Kumar2013-04-011-4/+11
* cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar2013-04-011-3/+18
* cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer2013-04-011-26/+26
* 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
OpenPOWER on IntegriCloud