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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cpufreq: governor: Reset sample delay in store_sampling_rate()
Rafael J. Wysocki
2016-03-09
1
-12
/
+4
*
cpufreq: governor: Get rid of the ->gov_check_cpu callback
Rafael J. Wysocki
2016-03-09
1
-7
/
+8
*
cpufreq: governor: Clean up load-related computations
Rafael J. Wysocki
2016-03-09
1
-14
/
+10
*
cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()
Rafael J. Wysocki
2016-03-09
1
-15
/
+3
*
cpufreq: governor: Avoid atomic operations in hot paths
Rafael J. Wysocki
2016-03-09
1
-16
/
+35
*
cpufreq: governor: Simplify gov_cancel_work() slightly
Rafael J. Wysocki
2016-03-09
1
-8
/
+0
*
cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM
Rafael J. Wysocki
2016-03-09
1
-10
/
+1
*
cpufreq: conservative: Update sample_delay_ns immediately
Viresh Kumar
2016-03-09
1
-0
/
+63
*
cpufreq: governor: No need to manage state machine now
Viresh Kumar
2016-03-09
1
-22
/
+5
*
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
Viresh Kumar
2016-03-09
1
-4
/
+18
*
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
2016-03-09
1
-7
/
+57
*
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
2016-03-09
1
-30
/
+7
*
cpufreq: governor: Drop pointless goto from cpufreq_governor_init()
Rafael J. Wysocki
2016-03-09
1
-4
/
+3
*
cpufreq: governor: Rename skip_work to work_count
Rafael J. Wysocki
2016-03-09
1
-7
/
+7
*
cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup
Rafael J. Wysocki
2016-03-09
1
-8
/
+13
*
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
2016-03-09
1
-38
/
+36
*
cpufreq: governor: Simplify cpufreq_governor_limits()
Rafael J. Wysocki
2016-03-09
1
-9
/
+8
*
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
2016-03-09
1
-4
/
+4
*
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
2016-03-09
1
-67
/
+67
*
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
2016-03-09
1
-33
/
+30
*
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
2016-03-09
1
-5
/
+5
*
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
2016-03-09
1
-44
/
+44
*
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
Rafael J. Wysocki
2016-03-09
1
-41
/
+27
*
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
2016-03-09
1
-2
/
+5
*
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
2016-03-09
1
-89
/
+76
*
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
[prev]
[next]