| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Fix NULL reference crash while accessing policy->governor_data | Viresh Kumar | 2016-01-27 | 1 | -3/+8 |
* | cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI... | Chen Yu | 2016-01-05 | 1 | -0/+3 |
* | cpufreq: governor: Use lockless timer function | Rafael J. Wysocki | 2015-12-09 | 1 | -27/+22 |
* | cpufreq: governor: replace per-CPU delayed work with timers | Viresh Kumar | 2015-12-09 | 1 | -59/+83 |
* | cpufreq: governor: initialize/destroy timer_mutex with 'shared' | Viresh Kumar | 2015-12-07 | 1 | -3/+3 |
* | cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() | Viresh Kumar | 2015-12-07 | 1 | -1/+1 |
* | cpufreq: governor: Quit work-handlers early if governor is stopped | Viresh Kumar | 2015-11-02 | 1 | -10/+23 |
* | cpufreq: create cpu/cpufreq at boot time | Viresh Kumar | 2015-10-28 | 1 | -15/+5 |
* | cpufreq: conservative: remove 'enable' field | Viresh Kumar | 2015-09-26 | 1 | -11/+1 |
* | cpufreq: governor: Don't WARN on invalid states | Viresh Kumar | 2015-07-21 | 1 | -1/+1 |
* | cpufreq: governor: Avoid invalid states with additional checks | Viresh Kumar | 2015-07-21 | 1 | -11/+35 |
* | cpufreq: governor: split out common part of {cs|od}_dbs_timer() | Viresh Kumar | 2015-07-21 | 1 | -4/+34 |
* | cpufreq: governor: Keep single copy of information common to policy->cpus | Viresh Kumar | 2015-07-21 | 1 | -24/+68 |
* | cpufreq: governor: rename cur_policy as policy | Viresh Kumar | 2015-07-17 | 1 | -9/+9 |
* | cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs' | Viresh Kumar | 2015-07-17 | 1 | -13/+13 |
* | cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info' | Viresh Kumar | 2015-07-17 | 1 | -10/+9 |
* | cpufreq: governor: Drop unused field 'cpu' | Viresh Kumar | 2015-07-17 | 1 | -1/+0 |
* | cpufreq: governor: Name delayed-work as dwork | Viresh Kumar | 2015-07-17 | 1 | -3/+3 |
* | cpufreq: governor: Serialize governor callbacks | Viresh Kumar | 2015-06-15 | 1 | -13/+11 |
* | cpufreq: governor: split cpufreq_governor_dbs() | Viresh Kumar | 2015-06-15 | 1 | -140/+189 |
* | cpufreq: governor: register notifier from cs_init() | Viresh Kumar | 2015-06-15 | 1 | -19/+3 |
* | cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info' | Viresh Kumar | 2014-06-09 | 1 | -5/+14 |
* | cpufreq: governor: Be friendly towards latency-sensitive bursty workloads | Srivatsa S. Bhat | 2014-06-07 | 1 | -3/+55 |
* | cpufreq: remove race while accessing cur_policy | Bibek Basu | 2014-05-20 | 1 | -0/+6 |
* | cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled | Jane Li | 2014-01-06 | 1 | -1/+5 |
* | cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs() | lan,Tianyu | 2013-11-16 | 1 | -4/+0 |
* | cpufreq: Don't use smp_processor_id() in preemptible context | Stephen Boyd | 2013-08-29 | 1 | -1/+8 |
* | cpufreq: governor: Fix typos in comments | Stratos Karafotis | 2013-08-28 | 1 | -1/+1 |
* | cpufreq: Fix timer/workqueue corruption due to double queueing | Stephen Boyd | 2013-08-28 | 1 | -0/+3 |
* | Merge back earlier 'pm-cpufreq' material | Rafael J. Wysocki | 2013-08-14 | 1 | -15/+1 |
|\ |
|
| * | cpufreq: Clean up header files included in the core | Viresh Kumar | 2013-08-07 | 1 | -6/+0 |
| * | cpufreq: ondemand: Change the calculation of target frequency | Stratos Karafotis | 2013-07-26 | 1 | -9/+1 |
* | | cpufreq: rename ignore_nice as ignore_nice_load | Viresh Kumar | 2013-08-07 | 1 | -4/+4 |
|/ |
|
* | cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression | Srivatsa S. Bhat | 2013-07-16 | 1 | -3/+0 |
* | cpufreq: don't leave stale policy pointer in cdbs->cur_policy | Jacob Shin | 2013-06-27 | 1 | -0/+1 |
* | Merge branch 'pm-cpufreq-assorted' into pm-cpufreq | Rafael J. Wysocki | 2013-06-27 | 1 | -44/+6 |
|\ |
|
| * | cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory | Viresh Kumar | 2013-05-27 | 1 | -0/+6 |
| * | cpufreq: Move get_cpu_idle_time() to cpufreq.c | Viresh Kumar | 2013-05-27 | 1 | -36/+0 |
| * | cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c | Viresh Kumar | 2013-05-27 | 1 | -8/+0 |
* | | cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work() | Michael Wang | 2013-06-05 | 1 | -0/+3 |
|/ |
|
* | cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers | Viresh Kumar | 2013-05-12 | 1 | -4/+7 |
* | cpufreq: governors: Calculate iowait time only when necessary | Stratos Karafotis | 2013-04-01 | 1 | -30/+18 |
* | cpufreq: governors: Avoid unnecessary per cpu timer interrupts | Viresh Kumar | 2013-04-01 | 1 | -11/+28 |
* | cpufreq: governor: Implement per policy instances of governors | Viresh Kumar | 2013-04-01 | 1 | -70/+142 |
* | cpufreq: governors: Fix WARN_ON() for multi-policy platforms | Viresh Kumar | 2013-02-09 | 1 | -13/+19 |
* | cpufreq: Don't check cpu_online(policy->cpu) | Viresh Kumar | 2013-02-09 | 1 | -1/+1 |
* | cpufreq: governors: Reset tunables only for cpufreq_unregister_governor() | Viresh Kumar | 2013-02-02 | 1 | -8/+16 |
* | cpufreq: governors: Remove code redundancy between governors | Viresh Kumar | 2013-02-02 | 1 | -0/+19 |
* | cpufreq: governors: Get rid of dbs_data->enable field | Viresh Kumar | 2013-02-02 | 1 | -38/+20 |
* | cpufreq: governors: fix misuse of cdbs.cpu | Fabio Baltieri | 2013-02-02 | 1 | -1/+1 |