summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Add boost frequency support in coreLukasz Majewski2014-01-171-1/+117
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-6/+20
* cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properlyViresh Kumar2014-01-171-0/+5
* cpufreq: Make sure CPU is running on a freq from freq-tableViresh Kumar2014-01-061-0/+40
* cpufreq: send new set of notification for transition failuresViresh Kumar2014-01-061-11/+2Star
* cpufreq: Introduce cpufreq_notify_post_transition()Viresh Kumar2014-01-061-0/+14
* cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li2014-01-061-1/+1
* cpufreq: preserve user_policy across suspend/resumeViresh Kumar2013-12-291-5/+9
* cpufreq: Clean up after a failing light-weight initializationRafael J. Wysocki2013-12-291-9/+14
* cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy dr...Jason Baron2013-12-221-0/+6
* cpufreq: remove sysfs files for CPUs which failed to come back after resumeViresh Kumar2013-12-221-32/+31Star
* Revert "cpufreq: fix garbage kobjects on errors during suspend/resume"Rafael J. Wysocki2013-12-081-0/+3
* Revert "cpufreq: suspend governors on system suspend/hibernate"Rafael J. Wysocki2013-12-081-43/+0Star
* cpufreq: fix garbage kobjects on errors during suspend/resumeBjørn Mork2013-12-031-3/+0Star
* cpufreq: suspend governors on system suspend/hibernateViresh Kumar2013-11-281-0/+43
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-3/+37
* cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsemviresh kumar2013-10-251-79/+31Star
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-11/+46
* cpufreq: Detect spurious invocations of update_policy_cpu()Srivatsa S. Bhat2013-10-171-1/+1
* cpufreq: remove CONFIG_CPU_FREQ_TABLEViresh Kumar2013-10-161-2/+0Star
* cpufreq: create cpufreq_generic_init() routineViresh Kumar2013-10-161-0/+31
* cpufreq: call cpufreq_driver->get() after calling ->init()Viresh Kumar2013-10-161-0/+11
* cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICYViresh Kumar2013-10-161-1/+1
* cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()Viresh Kumar2013-10-161-13/+9Star
* cpufreq: remove __cpufreq_remove_dev()Viresh Kumar2013-10-161-18/+8Star
* cpufreq: don't break string in print statementsViresh Kumar2013-10-161-2/+2
* cpufreq: Remove extra blank lineViresh Kumar2013-10-161-1/+0Star
* cpufreq: remove invalid comment from __cpufreq_remove_dev()Viresh Kumar2013-10-161-2/+0Star
* cpufreq: make return type of lock_policy_rwsem_{read|write}() as voidViresh Kumar2013-10-101-27/+11Star
* cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-251-0/+3
* cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu2013-09-201-1/+1
* cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar2013-09-181-2/+11
* cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar2013-09-181-8/+8
* cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu2013-09-111-2/+2
* cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat2013-09-111-0/+3
* cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat2013-09-111-2/+3
* cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat2013-09-111-13/+24
* Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-101-15/+0Star
* cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat2013-09-101-2/+2
* cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-101-6/+1Star
* cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat2013-09-101-2/+9
* cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat2013-09-101-0/+3
* cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat2013-09-101-12/+53
* cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-101-1/+6
* cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar2013-09-101-2/+3
* cpufreq: fix bad unlock balance on !CONFIG_SMPLi Zhong2013-08-211-1/+1
* cpufreq: Use cpufreq_policy_list for iterating over policiesViresh Kumar2013-08-201-5/+4Star
* cpufreq: remove cpufreq_policy_cpu per-cpu variableViresh Kumar2013-08-201-35/+10Star
* cpufreq: remove unnecessary check in __cpufreq_governor()Viresh Kumar2013-08-201-2/+0Star
* cpufreq: remove policy from cpufreq_policy_list during suspendViresh Kumar2013-08-201-10/+9Star