summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq_governor.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18cpufreq: stats: Add 'load_table' debugfs file to show accumulated data of CPUsChanwoo Choi1-0/+14
2014-11-18cpufreq:governor: Add serialization to the cpufreq_governor_dbs() functionLukasz Majewski1-2/+12
2014-11-18cpufreq:LAB:cpufreq_governor: Remove redundant LAB code from cpufreq_governor...Lukasz Majewski1-19/+5
2014-11-18cpufreq: conservative: Provide correct pointer for conservative governorLukasz Majewski1-2/+3
2014-11-18cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis1-8/+0
2014-11-18cpufreq: lab: Fix codes for correct working of lab governor.Jonghwa Lee1-1/+10
2014-11-18cpufreq:LAB: Introduce new cpufreq LAB(Legaccy Application Boost) governorJonghwa Lee1-32/+48
2014-11-18cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar1-0/+6
2014-10-09cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis1-9/+1
2014-04-14cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd1-0/+3
2013-08-14cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar1-4/+4
2013-07-25cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat1-3/+0
2013-06-05cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang1-0/+3
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