aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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