| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Initialize the governors in core_initcall | Amit Kucheria | 2019-11-07 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | cpufreq: conservative: Take limits changes into account properly | Rafael J. Wysocki | 2018-10-16 | 1 | -2/+4 |
* | cpufreq: governor: Drop min_sampling_rate | Viresh Kumar | 2017-07-22 | 1 | -6/+0 |
* | cpufreq: conservative: Allow down_threshold to take values from 1 to 10 | Tomasz WilczyĆski | 2017-06-12 | 1 | -2/+2 |
* | cpufreq: conservative: Fix comment explaining frequency updates | Stratos Karafotis | 2016-11-16 | 1 | -2/+2 |
* | cpufreq: conservative: Decrease frequency faster for deferred updates | Stratos Karafotis | 2016-11-16 | 1 | -3/+19 |
* | cpufreq: conservative: Rename get_freq_target() to get_freq_step() | Viresh Kumar | 2016-11-14 | 1 | -11/+11 |
* | cpufreq: governor: Don't use 'timer' keyword | Viresh Kumar | 2016-11-11 | 1 | -2/+2 |
* | cpufreq: conservative: Fix next frequency selection | Rafael J. Wysocki | 2016-10-13 | 1 | -3/+16 |
* | cpufreq: conservative: Do not use transition notifications | Rafael J. Wysocki | 2016-06-13 | 1 | -82/+21 |
* | cpufreq: Drop the 'initialized' field from struct cpufreq_governor | Rafael J. Wysocki | 2016-06-02 | 1 | -15/+29 |
* | cpufreq: governor: Remove prints from allocation failures | Viresh Kumar | 2016-06-02 | 1 | -3/+1 |
* | cpufreq: governor: Get rid of governor events | Rafael J. Wysocki | 2016-06-02 | 1 | -6/+1 |
* | cpufreq: governor: New data type for management part of dbs_data | Rafael J. Wysocki | 2016-04-02 | 1 | -10/+15 |
* | cpufreq: governor: Relocate definitions of tuners structures | Rafael J. Wysocki | 2016-03-09 | 1 | -0/+5 |
* | cpufreq: governor: Move per-CPU data to the common code | Rafael J. Wysocki | 2016-03-09 | 1 | -8/+1 |
* | cpufreq: governor: Make governor private data per-policy | Rafael J. Wysocki | 2016-03-09 | 1 | -4/+30 |
* | cpufreq: governor: Fix CPU load information updates via ->store | Rafael J. Wysocki | 2016-03-09 | 1 | -10/+5 |
* | cpufreq: governor: Drop unused governor callback and data fields | Rafael J. Wysocki | 2016-03-09 | 1 | -2/+0 |
* | cpufreq: governor: Add a ->start callback for governors | Rafael J. Wysocki | 2016-03-09 | 1 | -0/+9 |
* | cpufreq: governor: Use microseconds in sample delay computations | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: governor: Get rid of the ->gov_check_cpu callback | Rafael J. Wysocki | 2016-03-09 | 1 | -17/+9 |
* | cpufreq: conservative: Update sample_delay_ns immediately | Viresh Kumar | 2016-03-09 | 1 | -14/+0 |
* | cpufreq: governor: New sysfs show/store callbacks for governor tunables | Viresh Kumar | 2016-03-09 | 1 | -47/+25 |
* | cpufreq: governor: Move common tunables to 'struct dbs_data' | Viresh Kumar | 2016-03-09 | 1 | -21/+17 |
* | cpufreq: governor: Create generic macro for common tunables | Viresh Kumar | 2016-03-09 | 1 | -4/+4 |
* | cpufreq: governor: Rearrange governor data structures | Rafael J. Wysocki | 2016-03-09 | 1 | -2/+4 |
* | cpufreq: governor: Drop cpu argument from dbs_check_cpu() | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: governor: Drop the gov pointer from struct dbs_data | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: governor: Rework cpufreq_governor_dbs() | Rafael J. Wysocki | 2016-03-09 | 1 | -10/+1 |
* | cpufreq: governor: Rename some data types and variables | Rafael J. Wysocki | 2016-03-09 | 1 | -4/+4 |
* | cpufreq: governor: Put governor structure into common_dbs_data | Rafael J. Wysocki | 2016-03-09 | 1 | -37/+41 |
* | cpufreq: governor: Use common mutex for dbs_data protection | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+0 |
* | cpufreq: governor: Replace timers with utilization update callbacks | Rafael J. Wysocki | 2016-03-09 | 1 | -4/+2 |
* | cpufreq: Clean up default and fallback governor setup | Rafael J. Wysocki | 2016-02-05 | 1 | -4/+6 |
* | cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() | Viresh Kumar | 2015-12-07 | 1 | -3/+3 |
* | cpufreq: conservative: remove 'enable' field | Viresh Kumar | 2015-09-26 | 1 | -13/+18 |
* | cpufreq: governor: split out common part of {cs|od}_dbs_timer() | Viresh Kumar | 2015-07-21 | 1 | -20/+7 |
* | cpufreq: governor: Keep single copy of information common to policy->cpus | Viresh Kumar | 2015-07-21 | 1 | -8/+10 |
* | cpufreq: governor: rename cur_policy as policy | Viresh Kumar | 2015-07-17 | 1 | -5/+5 |
* | cpufreq: governor: Name delayed-work as dwork | Viresh Kumar | 2015-07-17 | 1 | -1/+1 |
* | cpufreq: governor: Serialize governor callbacks | Viresh Kumar | 2015-06-15 | 1 | -1/+1 |
* | cpufreq: governor: register notifier from cs_init() | Viresh Kumar | 2015-06-15 | 1 | -11/+15 |
* | 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 |