index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
2015-07-17
1
-7
/
+6
*
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
-1
/
+1
*
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
2015-06-15
1
-3
/
+5
*
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
2015-06-15
1
-6
/
+2
*
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
Viresh Kumar
2014-06-09
1
-4
/
+5
*
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
Srivatsa S. Bhat
2014-06-07
1
-0
/
+6
*
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
Jane Li
2014-01-06
1
-0
/
+2
*
cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY
Viresh Kumar
2013-10-16
1
-1
/
+4
*
cpufreq: governor: Fix typos in comments
Stratos Karafotis
2013-08-28
1
-6
/
+6
*
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
2013-08-14
1
-5
/
+3
|
\
|
*
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
2013-08-07
1
-1
/
+1
|
*
cpufreq: Clean up header files included in the core
Viresh Kumar
2013-08-07
1
-3
/
+2
|
*
cpufreq: ondemand: Change the calculation of target frequency
Stratos Karafotis
2013-07-26
1
-1
/
+0
*
|
cpufreq: rename ignore_nice as ignore_nice_load
Viresh Kumar
2013-08-07
1
-2
/
+2
|
/
*
cpufreq: Fix minor formatting issues
Viresh Kumar
2013-06-21
1
-2
/
+2
*
cpufreq: Move get_cpu_idle_time() to cpufreq.c
Viresh Kumar
2013-05-27
1
-1
/
+0
*
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
Viresh Kumar
2013-05-12
1
-0
/
+1
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-04-28
1
-18
/
+110
|
\
|
*
cpufreq: ondemand: allow custom powersave_bias_target handler to be registered
Jacob Shin
2013-04-10
1
-0
/
+4
|
*
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
2013-04-01
1
-2
/
+1
|
*
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
2013-04-01
1
-0
/
+2
|
*
cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20
Viresh Kumar
2013-04-01
1
-1
/
+1
|
*
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
2013-04-01
1
-15
/
+102
[next]