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
2012-11-15
cpufreq: Remove unnecessary initialization of a local variable
Jingoo Han
1
-2
/
+2
2012-11-15
cpufreq: Make sure target freq is within limits
Viresh Kumar
1
-2
/
+9
2012-11-15
cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...
Viresh Kumar
1
-0
/
+4
2012-11-15
cpufreq: Fix sparse warning by making local function static
Viresh Kumar
1
-1
/
+1
2012-11-15
cpufreq: return early from __cpufreq_driver_getavg()
Viresh Kumar
1
-2
/
+4
2012-11-15
cpufreq: Improve debug prints
Viresh Kumar
1
-0
/
+2
2012-11-15
cpufreq / core: Fix printing of governor and driver name
viresh kumar
1
-3
/
+3
2012-11-15
cpufreq / core: Fix typo in comment describing show_bios_limit()
viresh kumar
1
-1
/
+1
2012-07-20
cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switch
Stephen Boyd
1
-8
/
+27
2012-03-14
provide disable_cpufreq() function to disable the API.
Konrad Rzeszutek Wilk
1
-0
/
+24
2012-01-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...
Linus Torvalds
1
-2
/
+1
2012-01-06
[CPUFREQ] update lpj only if frequency has changed
Afzal Mohammed
1
-2
/
+1
2011-12-22
cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem
Kay Sievers
1
-40
/
+39
2011-06-29
cpufreq: expose a cpufreq_quick_get_max routine
Jesse Barnes
1
-0
/
+20
2011-05-04
[CPUFREQ] remove redundant sprintf from request_module call.
Kees Cook
1
-13
/
+6
2011-05-04
[CPUFREQ] use dynamic debug instead of custom infrastructure
Dominik Brodowski
1
-143
/
+37
2011-05-04
[CPUFREQ] CPU hotplug, re-create sysfs directory and symlinks
Jacob Shin
1
-2
/
+18
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-24
cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)
Rafael J. Wysocki
1
-40
/
+26
2011-03-17
[CPUFREQ] Remove the pm_message_t argument from driver suspend
Rafael J. Wysocki
1
-1
/
+1
2011-03-02
[CPUFREQ] fix BUG on cpufreq policy init failure
Jiri Slaby
1
-12
/
+15
2011-01-04
perf: Clean up power events by introducing new, more generic ones
Thomas Renninger
1
-0
/
+1
2010-10-22
[CPUFREQ] drivers/cpufreq: Adjust confusing if indentation
Julia Lawall
1
-2
/
+2
2010-08-03
[CPUFREQ] fix brace coding style issue.
Neal Buckendahl
1
-2
/
+1
2010-08-03
[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent
Thomas Renninger
1
-0
/
+5
2010-08-03
[CPUFREQ] unexport (un)lock_policy_rwsem* functions
Amerigo Wang
1
-7
/
+3
2010-08-03
[CPUFREQ] fix memory leak in cpufreq_add_dev
Xiaotian Feng
1
-0
/
+1
2010-08-03
[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...
Andrej Gelenberg
1
-10
/
+1
2010-05-09
Merge commit 'v2.6.34-rc6' into x86/cpu
H. Peter Anvin
1
-5
/
+14
2010-04-10
cpufreq: Unify sysfs attribute definition macros
Borislav Petkov
1
-26
/
+14
2010-03-31
[CPUFREQ] fix a lockdep warning
Amerigo Wang
1
-5
/
+14
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-8
/
+8
2009-11-24
[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface
Thomas Renninger
1
-0
/
+21
2009-11-24
[CPUFREQ] make internal cpufreq_add_dev_* static
Alex Chiang
1
-5
/
+8
2009-11-18
[CPUFREQ] Fix stale cpufreq_cpu_governor pointer
Prarit Bhargava
1
-2
/
+30
2009-11-18
[CPUFREQ] Fix use after free on governor restore
Dmitry Monakhov
1
-6
/
+10
2009-10-29
percpu: make percpu symbols in cpufreq unique
Tejun Heo
1
-8
/
+8
2009-09-01
[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)
Mathieu Desnoyers
1
-1
/
+12
2009-09-01
[CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq
Thomas Renninger
1
-1
/
+8
2009-09-01
[CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got created
Thomas Renninger
1
-3
/
+17
2009-09-01
[CPUFREQ] Factor out policy setting from cpufreq_add_dev
Dave Jones
1
-76
/
+90
2009-09-01
[CPUFREQ] Factor out interface creation from cpufreq_add_dev
Dave Jones
1
-37
/
+52
2009-09-01
[CPUFREQ] Factor out symlink creation from cpufreq_add_dev
Dave Jones
1
-20
/
+31
2009-09-01
[CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_dev
Dave Jones
1
-9
/
+6
2009-09-01
[CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_dev
Dave Jones
1
-1
/
+1
2009-09-01
[CPUFREQ] Re-enable cpufreq suspend and resume code
Dominik Brodowski
1
-88
/
+7
2009-08-04
[CPUFREQ] Make cpufreq suspend code conditional on powerpc.
Dave Jones
1
-2
/
+19
2009-08-04
[CPUFREQ] Fix a kobject reference bug related to managed CPUs
Thomas Renninger
1
-1
/
+3
2009-08-04
[CPUFREQ] Do not set policy for offline cpus
Prarit Bhargava
1
-0
/
+2
[next]