aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-30cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki1-9/+10
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+3
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker1-1/+1
2013-07-15cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat1-1/+3
2013-07-04cpufreq: Fix serialization of frequency transitionsViresh Kumar1-3/+4
2013-06-27acpi-cpufreq: Add new sysfs attribute freqdomain_cpusLan Tianyu1-3/+4
2013-06-27cpufreq: make sure frequency transitions are serializedViresh Kumar1-0/+14
2013-06-21cpufreq: make __cpufreq_notify_transition() staticViresh Kumar1-1/+1
2013-06-21cpufreq: Fix minor formatting issuesViresh Kumar1-36/+27
2013-06-21cpufreq: Fix governor start/stop race conditionXiaoguang Chen1-0/+24
2013-06-04cpufreq: remove unnecessary cpufreq_cpu_{get|put}() callsViresh Kumar1-17/+2
2013-05-27cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar1-4/+44
2013-05-27cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar1-0/+38
2013-05-27cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar1-0/+9
2013-05-27cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policyViresh Kumar1-0/+1
2013-05-22cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXITViresh Kumar1-2/+7
2013-05-15cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat1-3/+1
2013-05-12cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar1-3/+3
2013-04-29cpufreq: Revert incorrect commit 5800043Rafael J. Wysocki1-214/+69
2013-04-22cpufreq: Don't call __cpufreq_governor() for drivers without target()Viresh Kumar1-5/+13
2013-04-11cpufreq: Call __cpufreq_governor() with correct policy->cpus maskViresh Kumar1-1/+3
2013-04-10cpufreq: convert cpufreq_driver to using RCUNathan Zimmer1-67/+208
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-19/+26
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar1-4/+11
2013-04-01cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar1-3/+18
2013-04-01cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer1-26/+26
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