| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: conservative: set requested_freq to policy max when it is over polic... | Xiaoguang Chen | 2013-11-12 | 1 | -0/+3 |
* | cpufreq: conservative: fix requested_freq reduction issue | Xiaoguang Chen | 2013-11-07 | 1 | -1/+6 |
* | cpufreq: governors: Remove duplicate check of target freq in supported range | Stratos Karafotis | 2013-08-28 | 1 | -4/+0 |
* | Merge back earlier 'pm-cpufreq' material | Rafael J. Wysocki | 2013-08-14 | 1 | -13/+1 |
|\ |
|
| * | cpufreq: Use sizeof(*ptr) convetion for computing sizes | Viresh Kumar | 2013-08-07 | 1 | -1/+1 |
| * | cpufreq: Clean up header files included in the core | Viresh Kumar | 2013-08-07 | 1 | -12/+0 |
* | | cpufreq: rename ignore_nice as ignore_nice_load | Viresh Kumar | 2013-08-07 | 1 | -10/+10 |
|/ |
|
* | cpufreq: conservative: Use an inline function to evaluate freq_target | Stratos Karafotis | 2013-04-01 | 1 | -12/+16 |
* | cpufreq: conservative: Fix the logic in frequency decrease checking | Stratos Karafotis | 2013-04-01 | 1 | -6/+2 |
* | cpufreq: conservative: Fix sampling_down_factor functionality | Stratos Karafotis | 2013-04-01 | 1 | -3/+8 |
* | cpufreq: governors: Calculate iowait time only when necessary | Stratos Karafotis | 2013-04-01 | 1 | -1/+1 |
* | cpufreq: conservative: Fix relation when decreasing frequency | Namhyung Kim | 2013-04-01 | 1 | -1/+1 |
* | cpufreq: conservative: Break out earlier on the lowest frequency | Namhyung Kim | 2013-04-01 | 1 | -6/+6 |
* | cpufreq: governors: Avoid unnecessary per cpu timer interrupts | Viresh Kumar | 2013-04-01 | 1 | -3/+5 |
* | cpufreq: governor: Implement per policy instances of governors | Viresh Kumar | 2013-04-01 | 1 | -75/+118 |
* | cpufreq: conservative: Fix typos in comments | Stratos Karafotis | 2013-02-09 | 1 | -2/+2 |
* | cpufreq: governors: Remove code redundancy between governors | Viresh Kumar | 2013-02-02 | 1 | -43/+9 |
* | cpufreq: governors: fix misuse of cdbs.cpu | Fabio Baltieri | 2013-02-02 | 1 | -2/+3 |
* | cpufreq: governors: implement generic policy_is_shared | Fabio Baltieri | 2013-02-02 | 1 | -1/+1 |
* | cpufreq: conservative: call dbs_check_cpu only when necessary | Fabio Baltieri | 2013-02-02 | 1 | -6/+41 |
* | cpufreq: handle SW coordinated CPUs | Rickard Andersson | 2013-02-02 | 1 | -1/+2 |
* | cpufreq: governors: remove redundant code | Viresh Kumar | 2012-11-15 | 1 | -389/+159 |
* | cpufreq: Move common part from governors to separate file, v2 | viresh kumar | 2012-11-15 | 1 | -34/+0 |
* | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-03 | 1 | -0/+2 |
|\ |
|
| * | cpufreq: conservative: update frequency when limits are relaxed | Michal Pecio | 2012-09-14 | 1 | -0/+1 |
| * | PM / cpufreq: Initialise the cpu field during conservative governor start | Amit Daniel Kachhap | 2012-09-04 | 1 | -0/+1 |
* | | workqueue: make deferrable delayed_work initializer names consistent | Tejun Heo | 2012-08-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Martin Schwidefsky | 2011-12-19 | 1 | -21/+20 |
|\ |
|
| * | sched/accounting: Change cpustat fields to an array | Glauber Costa | 2011-12-06 | 1 | -20/+18 |
* | | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 2011-12-15 | 1 | -15/+14 |
|/ |
|
* | nohz: Fix update_ts_time_stat idle accounting | Michal Hocko | 2011-09-08 | 1 | -1/+3 |
* | [CPUFREQ] Remove unneeded locks | Thomas Renninger | 2011-03-16 | 1 | -29/+5 |
* | [CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files | Thomas Renninger | 2011-03-16 | 1 | -74/+0 |
* | [CPUFREQ] Remove deprecated sysfs file sampling_rate_max | Thomas Renninger | 2011-03-16 | 1 | -13/+0 |
* | [CPUFREQ] drivers/cpufreq: Remove unnecessary semicolons | Joe Perches | 2011-03-16 | 1 | -1/+1 |
* | cpufreq: use system_wq instead of dedicated workqueues | Tejun Heo | 2011-01-26 | 1 | -19/+3 |
* | Merge commit 'v2.6.34-rc6' into x86/cpu | H. Peter Anvin | 2010-05-08 | 1 | -2/+6 |
|\ |
|
| * | [CPUFREQ] use max load in conservative governor | Dominik Brodowski | 2010-03-31 | 1 | -2/+6 |
* | | cpufreq: Unify sysfs attribute definition macros | Borislav Petkov | 2010-04-09 | 1 | -32/+16 |
|/ |
|
* | [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tunings | Thomas Renninger | 2009-11-24 | 1 | -19/+110 |
* | [CPUFREQ] Resolve time unit thinko in ondemand/conservative govs | Pallipadi, Venkatesh | 2009-11-18 | 1 | -2/+2 |
* | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 1 | -25/+18 |
|\ |
|
| * | [CPUFREQ] Fix NULL pointer dereference regression in conservative governor | Pallipadi, Venkatesh | 2009-08-04 | 1 | -0/+6 |
| * | [CPUFREQ] Cleanup locking in conservative governor | venkatesh.pallipadi@intel.com | 2009-07-07 | 1 | -21/+13 |
| * | [CPUFREQ] Eliminate the recent lockdep warnings in cpufreq | venkatesh.pallipadi@intel.com | 2009-07-07 | 1 | -16/+11 |
* | | percpu: clean up percpu variable definitions | Tejun Heo | 2009-06-24 | 1 | -6/+6 |
|/ |
|
* | [CPUFREQ] Only set sampling_rate_max deprecated, sampling_rate_min is useful | Thomas Renninger | 2009-06-15 | 1 | -15/+2 |
* | [CPUFREQ] ondemand: Uncouple minimal sampling rate from HZ in NO_HZ case | Thomas Renninger | 2009-06-15 | 1 | -26/+18 |
* | [CPUFREQ] fix timer teardown in conservative governor | Mathieu Desnoyers | 2009-05-26 | 1 | -1/+4 |
* | [CPUFREQ] conservative: remove 10x from def_sampling_rate | Alexander Clouter | 2009-02-25 | 1 | -1/+1 |