aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_ondemand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-09cpufreq: ondemand: update update_sampling_rate() to make it more efficientViresh Kumar1-1/+11
2015-12-09cpufreq: governor: replace per-CPU delayed work with timersViresh Kumar1-5/+3
2015-12-07cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()Viresh Kumar1-3/+2
2015-12-07cpufreq: ondemand: Work is guaranteed to be pendingViresh Kumar1-3/+0
2015-12-07cpufreq: ondemand: Update sampling rate only for concerned policiesViresh Kumar1-7/+28
2015-10-28cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()Viresh Kumar1-9/+1
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar1-22/+14
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar1-17/+21
2015-07-17cpufreq: governor: rename cur_policy as policyViresh Kumar1-9/+10
2015-07-17cpufreq: governor: Name delayed-work as dworkViresh Kumar1-4/+4
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar1-1/+1
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar1-2/+2
2014-07-21cpufreq: ondemand: Eliminate the deadband effectStratos Karafotis1-4/+7
2013-11-01cpufreq: ondemand: Remove redundant return statementStratos Karafotis1-1/+0
2013-08-28cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis1-3/+0
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki1-49/+14
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-1/+1
2013-08-07cpufreq: Give consistent names to cpufreq_policy objectsViresh Kumar1-5/+5
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar1-11/+1
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar1-10/+10
2013-07-26cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis1-32/+7
2013-06-25cpufreq: fix NULL pointer deference at od_set_powersave_bias()Jacob Shin1-4/+13
2013-05-13cpufreq, ondemand: Remove leftover debug lineBorislav Petkov1-1/+0
2013-04-10cpufreq: ondemand: allow custom powersave_bias_target handler to be registeredJacob Shin1-8/+53
2013-04-01cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis1-1/+10
2013-04-01cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar1-5/+7
2013-04-01cpufreq: ondemand: Don't update sample_type if we don't evaluate load againViresh Kumar1-13/+11
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar1-106/+157
2013-02-09cpufreq: ondemand: Fix typos in commentsStratos Karafotis1-6/+6
2013-02-09cpufreq: ondemand: Replace down_differential tuner with adj_up_thresholdStratos Karafotis1-6/+10
2013-02-02cpufreq: governors: Remove code redundancy between governorsViresh Kumar1-54/+23
2013-02-02cpufreq: governors: fix misuse of cdbs.cpuFabio Baltieri1-2/+3
2013-02-02cpufreq: governors: implement generic policy_is_sharedFabio Baltieri1-1/+1
2013-02-02cpufreq: ondemand: use all CPUs in update_sampling_rateFabio Baltieri1-3/+2
2013-02-02cpufreq: ondemand: call dbs_check_cpu only when necessaryFabio Baltieri1-10/+48
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson1-1/+2
2012-11-27cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri1-0/+8
2012-11-23cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri1-1/+2
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar1-473/+225
2012-11-15cpufreq: Move common part from governors to separate file, v2viresh kumar1-34/+0
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2012-09-14cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+1
2012-02-29[CPUFREQ] CPUfreq ondemand: update sampling rate without waiting for next samplingMyungJoo Ham1-1/+57
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+1
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into cputime-tipMartin Schwidefsky1-21/+20
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-17/+16
2011-12-09[CPUFREQ] Remove wall variable from cpufreq_gov_dbs_init()Kamalesh Babulal1-2/+1
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-20/+18
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3