index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_governor.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
cpufreq: governor: Make dbs_data_mutex static
Rafael J. Wysocki
1
-1
/
+0
2016-03-09
cpufreq: governor: Relocate definitions of tuners structures
Rafael J. Wysocki
1
-10
/
+0
2016-03-09
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
1
-17
/
+1
2016-03-09
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
1
-7
/
+2
2016-03-09
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
1
-0
/
+1
2016-03-09
cpufreq: ondemand: Drop one more callback from struct od_ops
Rafael J. Wysocki
1
-1
/
+0
2016-03-09
cpufreq: governor: Drop unused governor callback and data fields
Rafael J. Wysocki
1
-14
/
+1
2016-03-09
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
1
-0
/
+1
2016-03-09
cpufreq: governor: Move io_is_busy to struct dbs_data
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: ondemand: Drop unused callback from struct od_ops
Rafael J. Wysocki
1
-1
/
+0
2016-03-09
cpufreq: governor: Use microseconds in sample delay computations
Rafael J. Wysocki
1
-13
/
+2
2016-03-09
cpufreq: governor: Move rate_mult to struct policy_dbs
Rafael J. Wysocki
1
-1
/
+2
2016-03-09
cpufreq: governor: Get rid of the ->gov_check_cpu callback
Rafael J. Wysocki
1
-2
/
+1
2016-03-09
cpufreq: governor: Avoid atomic operations in hot paths
Rafael J. Wysocki
1
-0
/
+3
2016-03-09
cpufreq: conservative: Update sample_delay_ns immediately
Viresh Kumar
1
-0
/
+2
2016-03-09
cpufreq: Remove cpufreq_governor_lock
Viresh Kumar
1
-1
/
+0
2016-03-09
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
Viresh Kumar
1
-1
/
+6
2016-03-09
cpufreq: governor: Drop unused macros for creating governor tunable attributes
Viresh Kumar
1
-89
/
+0
2016-03-09
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
1
-2
/
+37
2016-03-09
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
1
-9
/
+5
2016-03-09
cpufreq: governor: Create generic macro for common tunables
Viresh Kumar
1
-16
/
+20
2016-03-09
cpufreq: governor: Rename skip_work to work_count
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
1
-12
/
+15
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
1
-4
/
+4
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
1
-2
/
+6
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
1
-2
/
+1
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
1
-6
/
+6
2016-03-09
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
1
-1
/
+2
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
1
-5
/
+1
2016-03-09
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
1
-7
/
+12
2015-12-10
cpufreq: governor: Use lockless timer function
Rafael J. Wysocki
1
-7
/
+2
2015-12-10
cpufreq: governor: replace per-CPU delayed work with timers
Viresh Kumar
1
-6
/
+14
2015-12-07
cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()
Viresh Kumar
1
-2
/
+1
2015-09-26
cpufreq: conservative: remove 'enable' field
Viresh Kumar
1
-1
/
+0
2015-07-21
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
1
-5
/
+5
2015-07-21
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
1
-9
/
+15
2015-07-18
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
1
-1
/
+1
2015-07-18
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
1
-7
/
+6
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
-1
/
+1
2015-06-15
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
1
-3
/
+5
2015-06-15
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
1
-6
/
+2
2014-06-09
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
Viresh Kumar
1
-4
/
+5
2014-06-08
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
Srivatsa S. Bhat
1
-0
/
+6
2014-01-06
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
Jane Li
1
-0
/
+2
2013-10-16
cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY
Viresh Kumar
1
-1
/
+4
2013-08-29
cpufreq: governor: Fix typos in comments
Stratos Karafotis
1
-6
/
+6
2013-08-15
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
1
-5
/
+3
2013-08-08
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
1
-1
/
+1
[next]