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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-11
cpufreq: Remove cpufreq_update_policy()
Viresh Kumar
1
-19
/
+4
2015-06-11
cpufreq: Restart governor as soon as possible
Viresh Kumar
1
-33
/
+26
2015-06-11
cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()
Viresh Kumar
1
-11
/
+6
2015-06-11
cpufreq: Initialize policy->kobj while allocating policy
Viresh Kumar
1
-25
/
+21
2015-06-11
cpufreq: Stop migrating sysfs files on hotplug
Viresh Kumar
1
-85
/
+135
2015-06-10
cpufreq: Don't allow updating inactive policies from sysfs
Viresh Kumar
1
-0
/
+11
2015-05-23
cpufreq: Track cpu managing sysfs kobjects separately
Saravana Kannan
1
-4
/
+7
2015-05-23
cpufreq: Fix for typos in two comments
Shailendra Verma
1
-2
/
+2
2015-05-15
cpufreq: Mark policy->governor = NULL for inactive policies
Viresh Kumar
1
-2
/
+3
2015-05-15
cpufreq: Manage governor usage history with 'policy->last_governor'
Viresh Kumar
1
-15
/
+15
2015-05-15
cpufreq: Don't traverse all active policies to find policy for a cpu
Viresh Kumar
1
-9
/
+6
2015-05-15
cpufreq: Get rid of cpufreq_cpu_data_fallback
Viresh Kumar
1
-19
/
+6
2015-05-15
cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policies
Viresh Kumar
1
-45
/
+34
2015-05-15
cpufreq: Create for_each_{in}active_policy()
Viresh Kumar
1
-7
/
+59
2015-05-08
cpufreq: Clear policy->cpus even for the last CPU
Viresh Kumar
1
-3
/
+1
2015-05-08
cpufreq: Keep a single path for adding managed CPUs
Viresh Kumar
1
-7
/
+5
2015-05-08
cpufreq: Throw warning when we try to get policy for an invalid CPU
Viresh Kumar
1
-1
/
+1
2015-05-08
cpufreq: Merge __cpufreq_add_dev() and cpufreq_add_dev()
Viresh Kumar
1
-17
/
+12
2015-05-08
cpufreq: Add doc style comment about cpufreq_cpu_{get|put}()
Viresh Kumar
1
-0
/
+27
2015-04-03
cpufreq: Schedule work for the first-online CPU on resume
Viresh Kumar
1
-8
/
+11
2015-02-04
cpufreq: Create for_each_governor()
Viresh Kumar
1
-3
/
+7
2015-02-04
cpufreq: Create for_each_policy()
Viresh Kumar
1
-5
/
+10
2015-02-04
cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()
Viresh Kumar
1
-4
/
+1
2015-02-03
cpufreq: Set cpufreq_cpu_data to NULL before putting kobject
Viresh Kumar
1
-3
/
+3
2015-01-24
cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
Viresh Kumar
1
-3
/
+0
2015-01-24
cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
Viresh Kumar
1
-3
/
+0
2015-01-24
cpufreq: move some initialization stuff to cpufreq_policy_alloc()
Viresh Kumar
1
-3
/
+2
2015-01-24
cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs
Viresh Kumar
1
-16
/
+5
2015-01-24
cpufreq: limit the scope of l_p_j variables
Viresh Kumar
1
-10
/
+5
2015-01-24
cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()
Viresh Kumar
1
-4
/
+2
2015-01-24
cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()
Viresh Kumar
1
-4
/
+4
2015-01-24
cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess
Viresh Kumar
1
-10
/
+1
2015-01-24
cpufreq: update driver_data->flags only if we are registering driver
Viresh Kumar
1
-3
/
+3
2015-01-24
cpufreq: pass policy to __cpufreq_get()
Viresh Kumar
1
-6
/
+5
2015-01-24
cpufreq: pass policy to cpufreq_out_of_sync
Viresh Kumar
1
-14
/
+6
2015-01-24
cpufreq: No need to check for has_target()
Viresh Kumar
1
-1
/
+1
2015-01-24
cpufreq: s/__find_governor/find_governor
Viresh Kumar
1
-5
/
+5
2015-01-24
cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()
Viresh Kumar
1
-2
/
+1
2015-01-24
cpufreq: don't need line break in show_scaling_cur_freq()
Viresh Kumar
1
-2
/
+1
2015-01-24
cpufreq: remove extra parenthesis
Viresh Kumar
1
-1
/
+1
2015-01-24
cpufreq: remove dangling comment
Viresh Kumar
1
-4
/
+0
2015-01-24
cpufreq: suspend cpufreq governors on shutdown
Doug Anderson
1
-0
/
+11
2014-12-20
cpufreq: fix a NULL pointer dereference in __cpufreq_governor()
Ethan Zhao
1
-0
/
+6
2014-11-30
cpufreq: Introduce ->ready() callback for cpufreq drivers
Viresh Kumar
1
-0
/
+5
2014-11-26
cpufreq: Ref the policy object sooner
Tomeu Vizoso
1
-21
/
+21
2014-11-18
Merge back cpufreq material for 3.19-rc1.
Rafael J. Wysocki
1
-2
/
+4
2014-11-12
cpufreq: respect the min/max settings from user space
Vince Hsu
1
-2
/
+4
2014-11-08
cpufreq: Avoid crash in resume on SMP without OPP
Geert Uytterhoeven
1
-1
/
+2
2014-10-24
cpufreq: expose scaling_cur_freq sysfs file for set_policy() drivers
Dirk Brandewie
1
-6
/
+17
2014-10-21
cpufreq: allow driver-specific data
Thomas Petazzoni
1
-0
/
+15
[next]