summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16cpufreq: remove __cpufreq_remove_dev()Viresh Kumar1-18/+8
2013-10-16cpufreq: don't break string in print statementsViresh Kumar1-2/+2
2013-10-16cpufreq: Remove extra blank lineViresh Kumar1-1/+0
2013-10-16cpufreq: remove invalid comment from __cpufreq_remove_dev()Viresh Kumar1-2/+0
2013-10-10cpufreq: make return type of lock_policy_rwsem_{read|write}() as voidViresh Kumar1-27/+11
2013-09-25cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar1-0/+3
2013-09-20cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu1-1/+1
2013-09-18cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar1-2/+11
2013-09-18cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar1-8/+8
2013-09-12cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu1-2/+2
2013-09-12cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat1-0/+3
2013-09-12cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat1-2/+3
2013-09-12cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat1-13/+24
2013-09-10Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki1-15/+0
2013-09-10cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat1-2/+2
2013-09-10cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat1-6/+1
2013-09-10cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat1-2/+9
2013-09-10cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat1-0/+3
2013-09-10cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat1-12/+53
2013-09-10cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar1-1/+6
2013-09-10cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar1-2/+3
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-08cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-5/+4
2013-08-08cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar1-100/+100
2013-08-08cpufreq: Clean up header files included in the coreViresh Kumar1-13/+6
2013-08-08Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki1-12/+0
2013-08-08cpufreq: Pass policy to cpufreq_add_policy_cpu()Viresh Kumar1-12/+6
2013-08-08cpufreq: Avoid double kobject_put() for the same kobject in error code pathRafael J. Wysocki1-3/+0
2013-08-08cpufreq: Do not hold driver module references for additional policy CPUsRafael J. Wysocki1-21/+7
2013-08-08cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()Viresh Kumar1-8/+6
2013-08-08cpufreq: Remove extra variables from cpufreq_add_dev_symlink()Viresh Kumar1-4/+3
2013-08-08cpufreq: Perform light-weight init/teardown during suspend/resumeSrivatsa S. Bhat1-7/+11
2013-08-08cpufreq: Preserve policy structure across suspend/resumeSrivatsa S. Bhat1-16/+53
2013-08-08cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardownSrivatsa S. Bhat1-27/+49
2013-08-08cpufreq: Extract the handover of policy cpu to a helper functionSrivatsa S. Bhat1-24/+39
2013-08-08cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interfaceSrivatsa S. Bhat1-17/+26
2013-08-08cpufreq: Add helper to perform alloc/free of policy structureSrivatsa S. Bhat1-15/+34
2013-08-08cpufreq: 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