summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat2013-07-161-3/+0
* cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin2013-06-271-0/+1
* Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-271-44/+6
|\
| * cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar2013-05-271-0/+6
| * cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar2013-05-271-36/+0
| * cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar2013-05-271-8/+0
* | cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang2013-06-051-0/+3
|/
* cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar2013-05-121-4/+7
* cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis2013-04-011-30/+18
* cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar2013-04-011-11/+28
* cpufreq: governor: Implement per policy instances of governorsViresh Kumar2013-04-011-70/+142
* cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2013-02-091-13/+19
* cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar2013-02-091-1/+1
* cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2013-02-021-8/+16
* cpufreq: governors: Remove code redundancy between governorsViresh Kumar2013-02-021-0/+19
* cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar2013-02-021-38/+20
* cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri2013-02-021-1/+1
* cpufreq: governors: implement generic policy_is_sharedFabio Baltieri2013-02-021-8/+0
* cpufreq: governors: clean timer init and exit codeFabio Baltieri2013-02-021-30/+13
* cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-021-0/+3
* cpufreq: handle SW coordinated CPUsRickard Andersson2013-02-021-6/+38
* cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki2012-11-241-2/+2
* cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar2012-11-151-2/+2
* cpufreq: governors: remove redundant codeViresh Kumar2012-11-151-5/+271
* cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab2012-11-151-2/+2
* cpufreq: Move common part from governors to separate file, v2viresh kumar2012-11-151-0/+52