aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_governor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-27cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar1-3/+8
2016-01-05cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODICChen Yu1-0/+3
2015-12-09cpufreq: governor: Use lockless timer functionRafael J. Wysocki1-27/+22
2015-12-09cpufreq: governor: replace per-CPU delayed work with timersViresh Kumar1-59/+83
2015-12-07cpufreq: governor: initialize/destroy timer_mutex with 'shared'Viresh Kumar1-3/+3
2015-12-07cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()Viresh Kumar1-1/+1
2015-11-02cpufreq: governor: Quit work-handlers early if governor is stoppedViresh Kumar1-10/+23
2015-10-28cpufreq: create cpu/cpufreq at boot timeViresh Kumar1-15/+5
2015-09-26cpufreq: conservative: remove 'enable' fieldViresh Kumar1-11/+1
2015-07-21cpufreq: governor: Don't WARN on invalid statesViresh Kumar1-1/+1
2015-07-21cpufreq: governor: Avoid invalid states with additional checksViresh Kumar1-11/+35
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar1-4/+34
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar1-24/+68
2015-07-17cpufreq: governor: rename cur_policy as policyViresh Kumar1-9/+9
2015-07-17cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Viresh Kumar1-13/+13
2015-07-17cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Viresh Kumar1-10/+9
2015-07-17cpufreq: governor: Drop unused field 'cpu'Viresh Kumar1-1/+0
2015-07-17cpufreq: governor: Name delayed-work as dworkViresh Kumar1-3/+3
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar1-13/+11
2015-06-15cpufreq: governor: split cpufreq_governor_dbs()Viresh Kumar1-140/+189
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar1-19/+3
2014-06-09cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'Viresh Kumar1-5/+14
2014-06-07cpufreq: governor: Be friendly towards latency-sensitive bursty workloadsSrivatsa S. Bhat1-3/+55
2014-05-20cpufreq: remove race while accessing cur_policyBibek Basu1-0/+6
2014-01-06cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabledJane Li1-1/+5
2013-11-16cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()lan,Tianyu1-4/+0
2013-08-29cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd1-1/+8
2013-08-28cpufreq: governor: Fix typos in commentsStratos Karafotis1-1/+1
2013-08-28cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd1-0/+3
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki1-15/+1
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar1-6/+0
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar1-4/+4
2013-07-26cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis1-9/+1
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