aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAge
* cpufreq: preserve user_policy across suspend/resumeViresh Kumar2013-12-29
* cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki2013-12-29
* cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron2013-12-21
* cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar2013-12-21
* Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki2013-12-07
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-07
* cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork2013-12-03
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-28
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-30
* cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar2013-10-25
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-25
* cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat2013-10-16
* cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar2013-10-15
* cpufreq: create cpufreq_generic_init() routineViresh Kumar2013-10-15
* cpufreq: call cpufreq_driver->get() after calling ->init()Viresh Kumar2013-10-15
* cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar2013-10-15
* cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()Viresh Kumar2013-10-15
* cpufreq: remove __cpufreq_remove_dev()Viresh Kumar2013-10-15
* cpufreq: don't break string in print statementsViresh Kumar2013-10-15
* cpufreq: Remove extra blank lineViresh Kumar2013-10-15
* cpufreq: remove invalid comment from __cpufreq_remove_dev()Viresh Kumar2013-10-15
* cpufreq: make return type of lock_policy_rwsem_{read|write}() as voidViresh Kumar2013-10-09
* cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-24
* cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu2013-09-19
* cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar2013-09-17
* cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar2013-09-17
* cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu2013-09-11
* cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat2013-09-11
* cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat2013-09-11
* cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat2013-09-11
* Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-09
* cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat2013-09-09
* cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-09
* cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat2013-09-09
* cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat2013-09-09
* cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat2013-09-09
* cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-09
* cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar2013-09-09
* cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong2013-08-20
* cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-20
* cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar2013-08-20
* cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar2013-08-20
* cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar2013-08-20
* cpufreq: Fix white space in __cpufreq_remove_dev()Viresh Kumar2013-08-20
* Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"Rafael J. Wysocki2013-08-18
* cpufreq: improve error checking on return values of __cpufreq_governor()Viresh Kumar2013-08-09
* cpufreq: Use rwsem for protecting critical sectionsViresh Kumar2013-08-09
* cpufreq: Fix broken usage of governor->owner's refcountViresh Kumar2013-08-09
* cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-09
* cpufreq: Store cpufreq policies in a listLukasz Majewski2013-08-09