| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Replace "max_transition_latency" with "dynamic_switching" | Viresh Kumar | 2017-07-26 | 1 | -1/+1 |
* | cpufreq: governor: Drop min_sampling_rate | Viresh Kumar | 2017-07-22 | 1 | -1/+0 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | cpufreq: conservative: Decrease frequency faster for deferred updates | Stratos Karafotis | 2016-11-16 | 1 | -0/+1 |
* | cpufreq: governor: Don't use 'timer' keyword | Viresh Kumar | 2016-11-11 | 1 | -2/+2 |
* | cpufreq: Drop the 'initialized' field from struct cpufreq_governor | Rafael J. Wysocki | 2016-06-02 | 1 | -2/+2 |
* | cpufreq: governor: Get rid of governor events | Rafael J. Wysocki | 2016-06-02 | 1 | -1/+19 |
* | cpufreq: governor: Change confusing struct field and variable names | Rafael J. Wysocki | 2016-04-28 | 1 | -1/+1 |
* | cpufreq: Move governor symbols to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 1 | -14/+0 |
* | cpufreq: Move governor attribute set headers to cpufreq.h | Rafael J. Wysocki | 2016-04-02 | 1 | -21/+0 |
* | cpufreq: governor: Move abstract gov_attr_set code to seperate file | Rafael J. Wysocki | 2016-04-02 | 1 | -0/+6 |
* | cpufreq: governor: New data type for management part of dbs_data | Rafael J. Wysocki | 2016-04-02 | 1 | -15/+20 |
* | cpufreq: governor: Make dbs_data_mutex static | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+0 |
* | cpufreq: governor: Relocate definitions of tuners structures | Rafael J. Wysocki | 2016-03-09 | 1 | -10/+0 |
* | cpufreq: governor: Move per-CPU data to the common code | Rafael J. Wysocki | 2016-03-09 | 1 | -17/+1 |
* | cpufreq: governor: Make governor private data per-policy | Rafael J. Wysocki | 2016-03-09 | 1 | -7/+2 |
* | cpufreq: governor: Fix CPU load information updates via ->store | Rafael J. Wysocki | 2016-03-09 | 1 | -0/+1 |
* | cpufreq: ondemand: Drop one more callback from struct od_ops | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+0 |
* | cpufreq: governor: Drop unused governor callback and data fields | Rafael J. Wysocki | 2016-03-09 | 1 | -14/+1 |
* | cpufreq: governor: Add a ->start callback for governors | Rafael J. Wysocki | 2016-03-09 | 1 | -0/+1 |
* | cpufreq: governor: Move io_is_busy to struct dbs_data | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: ondemand: Drop unused callback from struct od_ops | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+0 |
* | cpufreq: governor: Use microseconds in sample delay computations | Rafael J. Wysocki | 2016-03-09 | 1 | -13/+2 |
* | cpufreq: governor: Move rate_mult to struct policy_dbs | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+2 |
* | cpufreq: governor: Get rid of the ->gov_check_cpu callback | Rafael J. Wysocki | 2016-03-09 | 1 | -2/+1 |
* | cpufreq: governor: Avoid atomic operations in hot paths | Rafael J. Wysocki | 2016-03-09 | 1 | -0/+3 |
* | cpufreq: conservative: Update sample_delay_ns immediately | Viresh Kumar | 2016-03-09 | 1 | -0/+2 |
* | cpufreq: Remove cpufreq_governor_lock | Viresh Kumar | 2016-03-09 | 1 | -1/+0 |
* | cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock | Viresh Kumar | 2016-03-09 | 1 | -1/+6 |
* | cpufreq: governor: Drop unused macros for creating governor tunable attributes | Viresh Kumar | 2016-03-09 | 1 | -89/+0 |
* | cpufreq: governor: New sysfs show/store callbacks for governor tunables | Viresh Kumar | 2016-03-09 | 1 | -2/+37 |
* | cpufreq: governor: Move common tunables to 'struct dbs_data' | Viresh Kumar | 2016-03-09 | 1 | -9/+5 |
* | cpufreq: governor: Create generic macro for common tunables | Viresh Kumar | 2016-03-09 | 1 | -16/+20 |
* | cpufreq: governor: Rename skip_work to work_count | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+1 |
* | cpufreq: governor: Rearrange governor data structures | Rafael J. Wysocki | 2016-03-09 | 1 | -12/+15 |
* | 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 | -4/+4 |
* | cpufreq: governor: Drop the gov pointer from struct dbs_data | Rafael J. Wysocki | 2016-03-09 | 1 | -2/+6 |
* | cpufreq: governor: Rework cpufreq_governor_dbs() | Rafael J. Wysocki | 2016-03-09 | 1 | -2/+1 |
* | cpufreq: governor: Rename some data types and variables | Rafael J. Wysocki | 2016-03-09 | 1 | -6/+6 |
* | cpufreq: governor: Put governor structure into common_dbs_data | Rafael J. Wysocki | 2016-03-09 | 1 | -1/+2 |
* | cpufreq: governor: Use common mutex for dbs_data protection | Rafael J. Wysocki | 2016-03-09 | 1 | -5/+1 |
* | cpufreq: governor: Replace timers with utilization update callbacks | Rafael J. Wysocki | 2016-03-09 | 1 | -7/+12 |
* | cpufreq: governor: Use lockless timer function | Rafael J. Wysocki | 2015-12-09 | 1 | -7/+2 |
* | cpufreq: governor: replace per-CPU delayed work with timers | Viresh Kumar | 2015-12-09 | 1 | -6/+14 |
* | cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() | Viresh Kumar | 2015-12-07 | 1 | -2/+1 |
* | cpufreq: conservative: remove 'enable' field | Viresh Kumar | 2015-09-26 | 1 | -1/+0 |
* | cpufreq: governor: split out common part of {cs|od}_dbs_timer() | Viresh Kumar | 2015-07-21 | 1 | -5/+5 |
* | cpufreq: governor: Keep single copy of information common to policy->cpus | Viresh Kumar | 2015-07-21 | 1 | -9/+15 |
* | cpufreq: governor: rename cur_policy as policy | Viresh Kumar | 2015-07-17 | 1 | -1/+1 |