aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c
Commit message (Expand)AuthorAge
* cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li2014-01-05
* cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()lan,Tianyu2013-11-15
* cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd2013-08-29
* cpufreq: governor: Fix typos in commentsStratos Karafotis2013-08-28
* cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd2013-08-28
* Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki2013-08-14
|\
| * cpufreq: Clean up header files included in the coreViresh Kumar2013-08-07
| * cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis2013-07-25
* | cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar2013-08-07
|/
* cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat2013-07-16
* cpufreq: don't leave stale policy pointer in cdbs->cur_policyJacob Shin2013-06-27
* Merge branch 'pm-cpufreq-assorted' into pm-cpufreqRafael J. Wysocki2013-06-27
|\
| * cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directoryViresh Kumar2013-05-27
| * cpufreq: Move get_cpu_idle_time() to cpufreq.cViresh Kumar2013-05-27
| * cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.cViresh Kumar2013-05-27
* | cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()Michael Wang2013-06-05
|/
* cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar2013-05-12
* cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis2013-03-31
* cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar2013-03-31
* cpufreq: governor: Implement per policy instances of governorsViresh Kumar2013-03-31
* cpufreq: governors: Fix WARN_ON() for multi-policy platformsViresh Kumar2013-02-08
* cpufreq: Don't check cpu_online(policy->cpu)Viresh Kumar2013-02-08
* cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()Viresh Kumar2013-02-01
* cpufreq: governors: Remove code redundancy between governorsViresh Kumar2013-02-01
* cpufreq: governors: Get rid of dbs_data->enable fieldViresh Kumar2013-02-01
* cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri2013-02-01
* cpufreq: governors: implement generic policy_is_sharedFabio Baltieri2013-02-01
* cpufreq: governors: clean timer init and exit codeFabio Baltieri2013-02-01
* cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri2013-02-01
* cpufreq: handle SW coordinated CPUsRickard Andersson2013-02-01
* cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki2012-11-24
* cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar2012-11-14
* cpufreq: governors: remove redundant codeViresh Kumar2012-11-14
* cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab2012-11-14
* cpufreq: Move common part from governors to separate file, v2viresh kumar2012-11-14