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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-21
cpufreq: governor: Don't WARN on invalid states
Viresh Kumar
1
-1
/
+1
2015-07-21
cpufreq: governor: Avoid invalid states with additional checks
Viresh Kumar
1
-11
/
+35
2015-07-21
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
1
-4
/
+34
2015-07-21
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
1
-24
/
+68
2015-07-18
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
1
-9
/
+9
2015-07-18
cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'
Viresh Kumar
1
-13
/
+13
2015-07-18
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
1
-10
/
+9
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
-3
/
+3
2015-06-15
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
1
-13
/
+11
2015-06-15
cpufreq: governor: split cpufreq_governor_dbs()
Viresh Kumar
1
-140
/
+189
2015-06-15
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
1
-19
/
+3
2014-06-09
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
Viresh Kumar
1
-5
/
+14
2014-06-08
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
Srivatsa S. Bhat
1
-3
/
+55
2014-05-20
cpufreq: remove race while accessing cur_policy
Bibek Basu
1
-0
/
+6
2014-01-06
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
Jane Li
1
-1
/
+5
2013-11-16
cpufreq: governor: Remove fossil comment in the cpufreq_governor_dbs()
lan,Tianyu
1
-4
/
+0
2013-08-30
cpufreq: Don't use smp_processor_id() in preemptible context
Stephen Boyd
1
-1
/
+8
2013-08-29
cpufreq: governor: Fix typos in comments
Stratos Karafotis
1
-1
/
+1
2013-08-28
cpufreq: Fix timer/workqueue corruption due to double queueing
Stephen Boyd
1
-0
/
+3
2013-08-15
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
1
-15
/
+1
2013-08-08
cpufreq: Clean up header files included in the core
Viresh Kumar
1
-6
/
+0
2013-08-08
cpufreq: rename ignore_nice as ignore_nice_load
Viresh Kumar
1
-4
/
+4
2013-07-26
cpufreq: ondemand: Change the calculation of target frequency
Stratos Karafotis
1
-9
/
+1
2013-07-17
cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression
Srivatsa S. Bhat
1
-3
/
+0
2013-06-28
cpufreq: don't leave stale policy pointer in cdbs->cur_policy
Jacob Shin
1
-0
/
+1
2013-06-27
Merge branch 'pm-cpufreq-assorted' into pm-cpufreq
Rafael J. Wysocki
1
-44
/
+6
2013-06-05
cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()
Michael Wang
1
-0
/
+3
2013-05-27
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
Viresh Kumar
1
-0
/
+6
2013-05-27
cpufreq: Move get_cpu_idle_time() to cpufreq.c
Viresh Kumar
1
-36
/
+0
2013-05-27
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
Viresh Kumar
1
-8
/
+0
2013-05-12
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
Viresh Kumar
1
-4
/
+7
2013-04-01
cpufreq: governors: Calculate iowait time only when necessary
Stratos Karafotis
1
-30
/
+18
2013-04-01
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
Viresh Kumar
1
-11
/
+28
2013-04-01
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
1
-70
/
+142
2013-02-09
cpufreq: governors: Fix WARN_ON() for multi-policy platforms
Viresh Kumar
1
-13
/
+19
2013-02-09
cpufreq: Don't check cpu_online(policy->cpu)
Viresh Kumar
1
-1
/
+1
2013-02-02
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
Viresh Kumar
1
-8
/
+16
2013-02-02
cpufreq: governors: Remove code redundancy between governors
Viresh Kumar
1
-0
/
+19
2013-02-02
cpufreq: governors: Get rid of dbs_data->enable field
Viresh Kumar
1
-38
/
+20
2013-02-02
cpufreq: governors: fix misuse of cdbs.cpu
Fabio Baltieri
1
-1
/
+1
2013-02-02
cpufreq: governors: implement generic policy_is_shared
Fabio Baltieri
1
-8
/
+0
2013-02-02
cpufreq: governors: clean timer init and exit code
Fabio Baltieri
1
-30
/
+13
2013-02-02
cpufreq: ondemand: call dbs_check_cpu only when necessary
Fabio Baltieri
1
-0
/
+3
2013-02-02
cpufreq: handle SW coordinated CPUs
Rickard Andersson
1
-6
/
+38
2012-11-24
cpufreq: governors: Fix jiffies/cputime mixup (revisited)
Rafael J. Wysocki
1
-2
/
+2
2012-11-15
cpufreq: Fix sparse warnings by updating cputime64_t to u64
Viresh Kumar
1
-2
/
+2
2012-11-15
cpufreq: governors: remove redundant code
Viresh Kumar
1
-5
/
+271
2012-11-15
cpufreq: fix jiffies/cputime mixup in conservative/ondemand governors
Andreas Schwab
1
-2
/
+2
2012-11-15
cpufreq: Move common part from governors to separate file, v2
viresh kumar
1
-0
/
+52