aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar
2013-10-25cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar
2013-10-17cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat
2013-10-16cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar
2013-10-16cpufreq: create cpufreq_generic_init() routineViresh Kumar
2013-10-16cpufreq: call cpufreq_driver->get() after calling ->init()Viresh Kumar
2013-10-16cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar
2013-10-16cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()Viresh Kumar
2013-10-16cpufreq: remove __cpufreq_remove_dev()Viresh Kumar
2013-10-16cpufreq: don't break string in print statementsViresh Kumar
2013-10-16cpufreq: Remove extra blank lineViresh Kumar
2013-10-16cpufreq: remove invalid comment from __cpufreq_remove_dev()Viresh Kumar
2013-10-10cpufreq: make return type of lock_policy_rwsem_{read|write}() as voidViresh Kumar
2013-09-25cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar
2013-09-20cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu
2013-09-18cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar
2013-09-18cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar
2013-09-11cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu
2013-09-11cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat
2013-09-11cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat
2013-09-11cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat
2013-09-10Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki
2013-09-10cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat
2013-09-10cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat
2013-09-10cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat
2013-09-10cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat
2013-09-10cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat
2013-09-10cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar
2013-09-10cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar
2013-08-21cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong
2013-08-20cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar
2013-08-20cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar
2013-08-20cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar
2013-08-20cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar
2013-08-20cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar
2013-08-18Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki
2013-08-10cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar
2013-08-10cpufreq: Use rwsem for protecting critical sectionsViresh Kumar
2013-08-10cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar
2013-08-10cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar
2013-08-07Merge branch 'pm-cpufreq-ondemand' into pm-cpufreqRafael J. Wysocki