aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpufreq: Skip current frequency initialization for ->setpolicy driversRafael J. Wysocki1-2/+2
2014-03-06cpufreq: Initialize governor for a new policy under policy->rwsemViresh Kumar1-0/+2
2014-03-06cpufreq: Initialize policy before making it available for others to useViresh Kumar1-14/+14
2014-03-06cpufreq: use cpufreq_cpu_get() to avoid cpufreq_get() race conditionsAaron Plattner1-14/+7
2014-02-19cpufreq: remove sysfs link when a cpu != policy->cpu, is removedviresh kumar1-2/+1
2014-01-17cpufreq: Add boost frequency support in coreLukasz Majewski1-1/+117
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-6/+20
2014-01-17cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar1-0/+5
2014-01-06cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar1-0/+40
2014-01-06cpufreq: send new set of notification for transition failuresViresh Kumar1-11/+2
2014-01-06cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar1-0/+14
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li1-1/+1
2013-12-29cpufreq: preserve user_policy across suspend/resumeViresh Kumar1-5/+9
2013-12-29cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki1-9/+14
2013-12-22cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy driversJason Baron1-0/+6
2013-12-22cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar1-32/+31
2013-12-08Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki1-0/+3
2013-12-08Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki1-43/+0
2013-12-03cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork1-3/+0
2013-11-28cpufreq: suspend governors on system suspend/hibernateViresh Kumar1-0/+43
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-3/+37
2013-10-25cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar1-79/+31
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-11/+46
2013-10-17cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat1-1/+1
2013-10-16cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar1-2/+0
2013-10-16cpufreq: create cpufreq_generic_init() routineViresh Kumar1-0/+31
2013-10-16cpufreq: call cpufreq_driver->get() after calling ->init()Viresh Kumar1-0/+11
2013-10-16cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar1-1/+1
2013-10-16cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()Viresh Kumar1-13/+9
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_get()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-11cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu1-2/+2
2013-09-11cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat1-0/+3
2013-09-11cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat1-2/+3
2013-09-11cpufreq: 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