index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
Viresh Kumar
1
-4
/
+18
2016-03-09
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
1
-7
/
+57
2016-03-09
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
1
-30
/
+7
2016-03-09
cpufreq: governor: Drop pointless goto from cpufreq_governor_init()
Rafael J. Wysocki
1
-4
/
+3
2016-03-09
cpufreq: governor: Rename skip_work to work_count
Rafael J. Wysocki
1
-7
/
+7
2016-03-09
cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup
Rafael J. Wysocki
1
-8
/
+13
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
1
-38
/
+36
2016-03-09
cpufreq: governor: Simplify cpufreq_governor_limits()
Rafael J. Wysocki
1
-9
/
+8
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
1
-4
/
+4
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
1
-67
/
+67
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
1
-33
/
+30
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
1
-5
/
+5
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
1
-44
/
+44
2016-03-09
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
Rafael J. Wysocki
1
-41
/
+27
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
1
-2
/
+5
2016-03-09
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
1
-89
/
+76
2016-01-28
cpufreq: Fix NULL reference crash while accessing policy->governor_data
Viresh Kumar
1
-3
/
+8
2016-01-05
cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...
Chen Yu
1
-0
/
+3
2015-12-10
cpufreq: governor: Use lockless timer function
Rafael J. Wysocki
1
-27
/
+22
2015-12-10
cpufreq: governor: replace per-CPU delayed work with timers
Viresh Kumar
1
-59
/
+83
2015-12-07
cpufreq: governor: initialize/destroy timer_mutex with 'shared'
Viresh Kumar
1
-3
/
+3
2015-12-07
cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()
Viresh Kumar
1
-1
/
+1
2015-11-02
cpufreq: governor: Quit work-handlers early if governor is stopped
Viresh Kumar
1
-10
/
+23
2015-10-28
cpufreq: create cpu/cpufreq at boot time
Viresh Kumar
1
-15
/
+5
2015-09-26
cpufreq: conservative: remove 'enable' field
Viresh Kumar
1
-11
/
+1
2015-07-21
cpufreq: governor: Don't WARN on invalid states
Viresh Kumar
1
-1
/
+1
2015-07-21
cpufreq: governor: Avoid invalid states with additional checks
Viresh Kumar
1
-11
/
+35
2015-07-21
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
1
-4
/
+34
2015-07-21
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
1
-24
/
+68
2015-07-18
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
1
-9
/
+9
2015-07-18
cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'
Viresh Kumar
1
-13
/
+13
2015-07-18
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
1
-10
/
+9
2015-07-18
cpufreq: governor: Drop unused field 'cpu'
Viresh Kumar
1
-1
/
+0
2015-07-18
cpufreq: governor: Name delayed-work as dwork
Viresh Kumar
1
-3
/
+3
2015-06-15
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
1
-13
/
+11
2015-06-15
cpufreq: governor: split cpufreq_governor_dbs()
Viresh Kumar
1
-140
/
+189
2015-06-15
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
1
-19
/
+3
2014-06-09
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
Viresh Kumar
1
-5
/
+14
2014-06-08
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
Srivatsa S. Bhat
1
-3
/
+55
2014-05-20
cpufreq: remove race while accessing cur_policy
Bibek Basu
1
-0
/
+6
2014-01-06
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
Jane Li
1
-1
/
+5
2013-11-16
cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()
lan,Tianyu
1
-4
/
+0
2013-08-30
cpufreq: Don't use smp_processor_id() in preemptible context
Stephen Boyd
1
-1
/
+8
2013-08-29
cpufreq: governor: Fix typos in comments
Stratos Karafotis
1
-1
/
+1
2013-08-28
cpufreq: Fix timer/workqueue corruption due to double queueing
Stephen Boyd
1
-0
/
+3
2013-08-15
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
1
-15
/
+1
2013-08-08
cpufreq: Clean up header files included in the core
Viresh Kumar
1
-6
/
+0
2013-08-08
cpufreq: rename ignore_nice as ignore_nice_load
Viresh Kumar
1
-4
/
+4
2013-07-26
cpufreq: ondemand: Change the calculation of target frequency
Stratos Karafotis
1
-9
/
+1
2013-07-17
cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression
Srivatsa S. Bhat
1
-3
/
+0
[prev]
[next]