aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq_conservative.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-21cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar1-20/+7
2015-07-21cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar1-8/+10
2015-07-17cpufreq: governor: rename cur_policy as policyViresh Kumar1-5/+5
2015-07-17cpufreq: governor: Name delayed-work as dworkViresh Kumar1-1/+1
2015-06-15cpufreq: governor: Serialize governor callbacksViresh Kumar1-1/+1
2015-06-15cpufreq: governor: register notifier from cs_init()Viresh Kumar1-11/+15
2013-11-12cpufreq: conservative: set requested_freq to policy max when it is over policy maxXiaoguang Chen1-0/+3
2013-11-07cpufreq: conservative: fix requested_freq reduction issueXiaoguang Chen1-1/+6
2013-08-28cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis1-4/+0
2013-08-14Merge back earlier 'pm-cpufreq' materialRafael J. Wysocki1-13/+1
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-1/+1
2013-08-07cpufreq: Clean up header files included in the coreViresh Kumar1-12/+0
2013-08-07cpufreq: rename ignore_nice as ignore_nice_loadViresh Kumar1-10/+10
2013-04-01cpufreq: conservative: Use an inline function to evaluate freq_targetStratos Karafotis1-12/+16
2013-04-01cpufreq: conservative: Fix the logic in frequency decrease checkingStratos Karafotis1-6/+2
2013-04-01cpufreq: conservative: Fix sampling_down_factor functionalityStratos Karafotis1-3/+8
2013-04-01cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis1-1/+1
2013-04-01cpufreq: conservative: Fix relation when decreasing frequencyNamhyung Kim1-1/+1
2013-04-01cpufreq: conservative: Break out earlier on the lowest frequencyNamhyung Kim1-6/+6
2013-04-01cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar1-3/+5
2013-04-01cpufreq: governor: Implement per policy instances of governorsViresh Kumar1-75/+118
2013-02-09cpufreq: conservative: Fix typos in commentsStratos Karafotis1-2/+2
2013-02-02cpufreq: governors: Remove code redundancy between governorsViresh Kumar1-43/+9
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: conservative: call dbs_check_cpu only when necessaryFabio Baltieri1-6/+41
2013-02-02cpufreq: handle SW coordinated CPUsRickard Andersson1-1/+2
2012-11-15cpufreq: governors: remove redundant codeViresh Kumar1-389/+159
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/+2
2012-09-14cpufreq: conservative: update frequency when limits are relaxedMichal Pecio1-0/+1
2012-09-04PM / cpufreq: Initialise the cpu field during conservative governor startAmit Daniel Kachhap1-0/+1
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo1-1/+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-15/+14
2011-12-06sched/accounting: Change cpustat fields to an arrayGlauber Costa1-20/+18
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko1-1/+3
2011-03-16[CPUFREQ] Remove unneeded locksThomas Renninger1-29/+5
2011-03-16[CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs filesThomas Renninger1-74/+0
2011-03-16[CPUFREQ] Remove deprecated sysfs file sampling_rate_maxThomas Renninger1-13/+0
2011-03-16[CPUFREQ] drivers/cpufreq: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-01-26cpufreq: use system_wq instead of dedicated workqueuesTejun Heo1-19/+3
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin1-2/+6
2010-04-09cpufreq: Unify sysfs attribute definition macrosBorislav Petkov1-32/+16
2010-03-31[CPUFREQ] use max load in conservative governorDominik Brodowski1-2/+6
2009-11-24[CPUFREQ] Use global sysfs cpufreq structure for conservative governor tuningsThomas Renninger1-19/+110
2009-11-17[CPUFREQ] Resolve time unit thinko in ondemand/conservative govsPallipadi, Venkatesh1-2/+2
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-25/+18
2009-08-04[CPUFREQ] Fix NULL pointer dereference regression in conservative governorPallipadi, Venkatesh1-0/+6
2009-07-06[CPUFREQ] Cleanup locking in conservative governorvenkatesh.pallipadi@intel.com1-21/+13