index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_conservative.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpufreq: governor: New data type for management part of dbs_data
Rafael J. Wysocki
2016-04-02
1
-10
/
+15
*
cpufreq: governor: Relocate definitions of tuners structures
Rafael J. Wysocki
2016-03-09
1
-0
/
+5
*
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
2016-03-09
1
-8
/
+1
*
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
2016-03-09
1
-4
/
+30
*
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
2016-03-09
1
-10
/
+5
*
cpufreq: governor: Drop unused governor callback and data fields
Rafael J. Wysocki
2016-03-09
1
-2
/
+0
*
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
2016-03-09
1
-0
/
+9
*
cpufreq: governor: Use microseconds in sample delay computations
Rafael J. Wysocki
2016-03-09
1
-1
/
+1
*
cpufreq: governor: Get rid of the ->gov_check_cpu callback
Rafael J. Wysocki
2016-03-09
1
-17
/
+9
*
cpufreq: conservative: Update sample_delay_ns immediately
Viresh Kumar
2016-03-09
1
-14
/
+0
*
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
[next]