aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong1-1/+1
2013-08-20cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+4
2013-08-20cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar1-35/+10
2013-08-20cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar1-2/+0
2013-08-20cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar1-10/+9
2013-08-20cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar1-1/+1
2013-08-18Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki1-4/+5
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar1-12/+36
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar1-78/+57
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar1-7/+7
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar1-5/+5
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+12
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-5/+4
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar1-100/+100
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar1-13/+6
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki1-12/+0
2013-08-07cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar1-12/+6
2013-08-07cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki1-3/+0
2013-08-07cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki1-21/+7
2013-08-07cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar1-8/+6
2013-08-07cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar1-4/+3
2013-08-07cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat1-7/+11
2013-08-07cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat1-16/+53
2013-08-07cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat1-27/+49
2013-08-07cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat1-24/+39
2013-08-07cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat1-17/+26
2013-08-07cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat1-15/+34
2013-08-07cpufreq: Fix misplaced call to cpufreq_update_policy()Srivatsa S. Bhat1-0/+1
2013-07-30cpufreq: Fix cpufreq driver module refcount balance after suspend/resumeRafael J. Wysocki1-9/+10
2013-07-26cpufreq: Remove unused function __cpufreq_driver_getavg()Stratos Karafotis1-12/+0
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