index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_conservative.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
2016-03-09
1
-47
/
+25
*
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
2016-03-09
1
-21
/
+17
*
cpufreq: governor: Create generic macro for common tunables
Viresh Kumar
2016-03-09
1
-4
/
+4
*
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
2016-03-09
1
-2
/
+4
*
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
-1
/
+1
*
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
2016-03-09
1
-1
/
+1
*
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
2016-03-09
1
-10
/
+1
*
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
2016-03-09
1
-4
/
+4
*
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
2016-03-09
1
-37
/
+41
*
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
2016-03-09
1
-1
/
+0
*
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
2016-03-09
1
-4
/
+2
*
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
2016-02-05
1
-4
/
+6
*
cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()
Viresh Kumar
2015-12-07
1
-3
/
+3
*
cpufreq: conservative: remove 'enable' field
Viresh Kumar
2015-09-26
1
-13
/
+18
*
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
2015-07-21
1
-20
/
+7
*
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
2015-07-21
1
-8
/
+10
*
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
2015-07-17
1
-5
/
+5
*
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
-1
/
+1
*
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
2015-06-15
1
-11
/
+15
*
cpufreq: conservative: set requested_freq to policy max when it is over polic...
Xiaoguang Chen
2013-11-12
1
-0
/
+3
*
cpufreq: conservative: fix requested_freq reduction issue
Xiaoguang Chen
2013-11-07
1
-1
/
+6
*
cpufreq: governors: Remove duplicate check of target freq in supported range
Stratos Karafotis
2013-08-28
1
-4
/
+0
*
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
2013-08-14
1
-13
/
+1
|
\
|
*
cpufreq: Use sizeof(*ptr) convetion for computing sizes
Viresh Kumar
2013-08-07
1
-1
/
+1
|
*
cpufreq: Clean up header files included in the core
Viresh Kumar
2013-08-07
1
-12
/
+0
*
|
cpufreq: rename ignore_nice as ignore_nice_load
Viresh Kumar
2013-08-07
1
-10
/
+10
|
/
*
cpufreq: conservative: Use an inline function to evaluate freq_target
Stratos Karafotis
2013-04-01
1
-12
/
+16
*
cpufreq: conservative: Fix the logic in frequency decrease checking
Stratos Karafotis
2013-04-01
1
-6
/
+2
*
cpufreq: conservative: Fix sampling_down_factor functionality
Stratos Karafotis
2013-04-01
1
-3
/
+8
*
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
2013-04-01
1
-1
/
+1
*
cpufreq: conservative: Fix relation when decreasing frequency
Namhyung Kim
2013-04-01
1
-1
/
+1
*
cpufreq: conservative: Break out earlier on the lowest frequency
Namhyung Kim
2013-04-01
1
-6
/
+6
*
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
2013-04-01
1
-3
/
+5
*
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
2013-04-01
1
-75
/
+118
*
cpufreq: conservative: Fix typos in comments
Stratos Karafotis
2013-02-09
1
-2
/
+2
*
cpufreq: governors: Remove code redundancy between governors
Viresh Kumar
2013-02-02
1
-43
/
+9
*
cpufreq: governors: fix misuse of cdbs.cpu
Fabio Baltieri
2013-02-02
1
-2
/
+3
*
cpufreq: governors: implement generic policy_is_shared
Fabio Baltieri
2013-02-02
1
-1
/
+1
*
cpufreq: conservative: call dbs_check_cpu only when necessary
Fabio Baltieri
2013-02-02
1
-6
/
+41
*
cpufreq: handle SW coordinated CPUs
Rickard Andersson
2013-02-02
1
-1
/
+2
*
cpufreq: governors: remove redundant code
Viresh Kumar
2012-11-15
1
-389
/
+159
*
cpufreq: Move common part from governors to separate file, v2
viresh kumar
2012-11-15
1
-34
/
+0
*
Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2012-10-03
1
-0
/
+2
|
\
|
*
cpufreq: conservative: update frequency when limits are relaxed
Michal Pecio
2012-09-14
1
-0
/
+1
|
*
PM / cpufreq: Initialise the cpu field during conservative governor start
Amit Daniel Kachhap
2012-09-04
1
-0
/
+1
*
|
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
2012-08-21
1
-1
/
+1
|
/
*
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Martin Schwidefsky
2011-12-19
1
-21
/
+20
|
\
|
*
sched/accounting: Change cpustat fields to an array
Glauber Costa
2011-12-06
1
-20
/
+18
[next]