aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar1-4/+4
2013-07-16cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat1-3/+0
2013-06-27cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin1-0/+1
2013-06-27Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki1-44/+6
2013-06-05cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang1-0/+3
2013-05-27cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar1-0/+6
2013-05-27cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar1-36/+0
2013-05-27cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar1-8/+0
2013-05-12cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar1-4/+7
2013-04-01cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis1-30/+18
2013-04-01cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar1-11/+28
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar1-70/+142
2013-02-09cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar1-13/+19
2013-02-09cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar1-1/+1
2013-02-02cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar1-8/+16
2013-02-02cpufreq: governors: Remove code redundancy between governorsViresh Kumar1-0/+19
2013-02-02cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar1-38/+20
2013-02-02cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri1-1/+1
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri1-8/+0
2013-02-02cpufreq: governors: clean timer init and exit codeFabio Baltieri1-30/+13
2013-02-02cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri1-0/+3
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson1-6/+38
2012-11-24cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki1-2/+2
2012-11-15cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar1-2/+2
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar1-5/+271
2012-11-15cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab1-2/+2
2012-11-15cpufreq: Move common part from governors to separate file, v2viresh kumar1-0/+52