summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar2016-01-271-3/+8
* cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...Chen Yu2016-01-051-0/+3
* cpufreq: governor: Use lockless timer functionRafael J. Wysocki2015-12-091-27/+22
* cpufreq: governor: replace per-CPU delayed work with timersViresh Kumar2015-12-091-59/+83
* cpufreq: governor: initialize/destroy timer_mutex with 'shared'Viresh Kumar2015-12-071-3/+3
* cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()Viresh Kumar2015-12-071-1/+1
* cpufreq: governor: Quit work-handlers early if governor is stoppedViresh Kumar2015-11-021-10/+23
* cpufreq: create cpu/cpufreq at boot timeViresh Kumar2015-10-281-15/+5
* cpufreq: conservative: remove 'enable' fieldViresh Kumar2015-09-261-11/+1
* cpufreq: governor: Don't WARN on invalid statesViresh Kumar2015-07-211-1/+1
* cpufreq: governor: Avoid invalid states with additional checksViresh Kumar2015-07-211-11/+35
* cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar2015-07-211-4/+34
* cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar2015-07-211-24/+68
* cpufreq: governor: rename cur_policy as policyViresh Kumar2015-07-171-9/+9
* cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Viresh Kumar2015-07-171-13/+13
* cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Viresh Kumar2015-07-171-10/+9
* cpufreq: governor: Drop unused field 'cpu'Viresh Kumar2015-07-171-1/+0
* cpufreq: governor: Name delayed-work as dworkViresh Kumar2015-07-171-3/+3
* cpufreq: governor: Serialize governor callbacksViresh Kumar2015-06-151-13/+11
* cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar2015-06-151-140/+189
* cpufreq: governor: register notifier from cs_init()Viresh Kumar2015-06-151-19/+3
* cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'Viresh Kumar2014-06-091-5/+14
* cpufreq: governor: Be friendly towards latency-sensitive bursty workloadsSrivatsa S. Bhat2014-06-071-3/+55
* cpufreq: remove race while accessing cur_policyBibek Basu2014-05-201-0/+6
* cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li2014-01-061-1/+5
* cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()lan,Tianyu2013-11-161-4/+0
* cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd2013-08-291-1/+8
* cpufreq: governor: Fix typos in commentsStratos Karafotis2013-08-281-1/+1
* cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd2013-08-281-0/+3
* Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki2013-08-141-15/+1
|\
| * cpufreq: Clean up header files included in the coreViresh Kumar2013-08-071-6/+0
| * cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis2013-07-261-9/+1
* | cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar2013-08-071-4/+4
|/
* 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