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
/
include
/
linux
/
cpufreq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-15
cpufreq: governors: remove redundant code
Viresh Kumar
1
-6
/
+0
2012-11-15
cpufreq: Move common part from governors to separate file, v2
viresh kumar
1
-0
/
+5
2012-11-15
cpufreq / core: Fix printing of governor and driver name
viresh kumar
1
-0
/
+2
2012-03-24
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+0
2012-03-16
device.h: audit and cleanup users in main include dir
Paul Gortmaker
1
-1
/
+0
2012-03-14
provide disable_cpufreq() function to disable the API.
Konrad Rzeszutek Wilk
1
-0
/
+2
2011-06-29
cpufreq: expose a cpufreq_quick_get_max routine
Jesse Barnes
1
-0
/
+5
2011-05-04
[CPUFREQ] cpufreq.h: Fix some checkpatch.pl coding style issues.
Thiago Farina
1
-15
/
+18
2011-05-04
[CPUFREQ] use dynamic debug instead of custom infrastructure
Dominik Brodowski
1
-19
/
+0
2011-03-17
[CPUFREQ] Remove the pm_message_t argument from driver suspend
Rafael J. Wysocki
1
-1
/
+1
2011-03-17
[CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files
Thomas Renninger
1
-9
/
+0
2010-08-03
[CPUFREQ] unexport (un)lock_policy_rwsem* functions
Amerigo Wang
1
-5
/
+0
2010-04-10
cpufreq: Unify sysfs attribute definition macros
Borislav Petkov
1
-0
/
+30
2009-11-24
[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface
Thomas Renninger
1
-0
/
+1
2009-10-29
cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=n
Randy Dunlap
1
-0
/
+7
2009-09-01
[CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq
Thomas Renninger
1
-0
/
+10
2009-03-09
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
Dave Jones
1
-1
/
+0
2009-01-06
cpumask: convert struct cpufreq_policy to cpumask_var_t
Rusty Russell
1
-2
/
+2
2008-12-05
[CPUFREQ] Disable sysfs ui for p4-clockmod.
Matthew Garrett
1
-0
/
+1
2008-10-09
[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
venkatesh.pallipadi@intel.com
1
-2
/
+5
2008-07-30
cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already
Thomas Renninger
1
-0
/
+1
2008-05-20
[CPUFREQ] cpufreq: remove CVS keywords
Adrian Bunk
1
-3
/
+0
2008-04-29
[CPUFREQ] allow use of the powersave governor as the default one
Alessandro Guido
1
-0
/
+3
2008-04-29
[CPUFREQ] expose cpufreq coordination requirements regardless of coordination...
Darrick J. Wong
1
-1
/
+2
2008-02-07
[CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlock
Venki Pallipadi
1
-0
/
+4
2007-10-05
[CPUFREQ] implement !CONFIG_CPU_FREQ stub for cpufreq_unregister_notifier()
Satyam Sharma
1
-3
/
+15
2007-10-05
[CPUFREQ] Only check for transition latency on problematic governors (kconfig...
Thomas Renninger
1
-1
/
+2
2007-10-05
[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...
Thomas Renninger
1
-3
/
+17
2007-09-27
Revert "[PATCH] x86-64: fix x86_64-mm-sched-clock-share"
Linus Torvalds
1
-16
/
+3
2007-05-06
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-3
/
+16
2007-05-02
[PATCH] x86-64: fix x86_64-mm-sched-clock-share
Andrew Morton
1
-3
/
+16
2007-04-26
[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support
Thomas Renninger
1
-1
/
+0
2007-02-27
Revert "[CPUFREQ] constify cpufreq_driver where possible."
Linus Torvalds
1
-2
/
+2
2007-02-23
[CPUFREQ] constify cpufreq_driver where possible.
Dave Jones
1
-2
/
+2
2007-02-11
[CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issues
Venkatesh Pallipadi
1
-4
/
+6
2006-10-16
[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware
Venkatesh Pallipadi
1
-0
/
+3
2006-07-26
[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare
Arjan van de Ven
1
-3
/
+0
2006-06-26
ACPI: HW P-state coordination support
Venkatesh Pallipadi
1
-2
/
+4
2006-06-23
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-0
/
+4
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-02-09
P-state software coordination for ACPI core
Venkatesh Pallipadi
1
-0
/
+4
2006-01-19
[CPUFREQ] convert remaining cpufreq semaphore to a mutex
Arjan van de Ven
1
-1
/
+2
2005-12-07
[CPUFREQ] CPU frequency display in /proc/cpuinfo
Venkatesh Pallipadi
1
-0
/
+10
2005-10-31
[PATCH] fix missing includes
Tim Schmielau
1
-0
/
+1
2005-07-08
[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreq
Bernard Blackham
1
-1
/
+1
2005-06-01
[CPUFREQ] fix up comment in cpufreq.h
Dave Jones
1
-1
/
+1
2005-04-29
[PATCH] Add suspend method to cpufreq core
Benjamin Herrenschmidt
1
-1
/
+4
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+328