index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
cpufreq: governors: implement generic policy_is_shared
Fabio Baltieri
2013-02-02
1
-8
/
+0
*
cpufreq: governors: clean timer init and exit code
Fabio Baltieri
2013-02-02
1
-30
/
+13
*
cpufreq: ondemand: call dbs_check_cpu only when necessary
Fabio Baltieri
2013-02-02
1
-0
/
+3
*
cpufreq: handle SW coordinated CPUs
Rickard Andersson
2013-02-02
1
-6
/
+38
*
cpufreq: governors: Fix jiffies/cputime mixup (revisited)
Rafael J. Wysocki
2012-11-24
1
-2
/
+2
*
cpufreq: Fix sparse warnings by updating cputime64_t to u64
Viresh Kumar
2012-11-15
1
-2
/
+2
*
cpufreq: governors: remove redundant code
Viresh Kumar
2012-11-15
1
-5
/
+271
*
cpufreq: fix jiffies/cputime mixup in conservative/ondemand governors
Andreas Schwab
2012-11-15
1
-2
/
+2
*
cpufreq: Move common part from governors to separate file, v2
viresh kumar
2012-11-15
1
-0
/
+52