index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
cpufreq: exynos: simplify .init() for setting policy->cpus
Viresh Kumar
2013-02-09
1
-13
/
+1
|
*
|
|
|
cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCs
Andrew Lunn
2013-02-09
3
-0
/
+266
|
*
|
|
|
cpufreq/x86: Add P-state driver for sandy bridge.
Dirk Brandewie
2013-02-09
3
-0
/
+825
|
*
|
|
|
cpufreq_stats: do not remove sysfs files if frequency table is not present
Dirk Brandewie
2013-02-09
1
-0
/
+4
|
*
|
|
|
cpufreq: Do not track governor name for scaling drivers with internal governors.
Dirk Brandewie
2013-02-09
1
-2
/
+3
|
*
|
|
|
cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_dr...
Dirk Brandewie
2013-02-09
1
-1
/
+1
|
*
|
|
|
cpufreq: Retrieve current frequency from scaling drivers with internal governors
Dirk Brandewie
2013-02-09
1
-1
/
+5
|
*
|
|
|
cpufreq: Fix locking issues
Viresh Kumar
2013-02-09
1
-34
/
+38
|
*
|
|
|
cpufreq: Create a macro for unlock_policy_rwsem{read,write}
Viresh Kumar
2013-02-09
1
-15
/
+9
|
*
|
|
|
cpufreq: Remove unused HOTPLUG_CPU code
Viresh Kumar
2013-02-09
1
-15
/
+2
|
*
|
|
|
cpufreq: governors: Fix WARN_ON() for multi-policy platforms
Viresh Kumar
2013-02-09
2
-15
/
+23
|
*
|
|
|
cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold
Stratos Karafotis
2013-02-09
2
-7
/
+11
|
*
|
|
|
cpufreq / stats: Get rid of CPUFREQ_STATDEVICE_ATTR
Viresh Kumar
2013-02-09
1
-12
/
+6
|
*
|
|
|
cpufreq: Don't check cpu_online(policy->cpu)
Viresh Kumar
2013-02-09
4
-23
/
+4
|
*
|
|
|
cpufreq: add imx6q-cpufreq driver
Shawn Guo
2013-02-09
3
-0
/
+346
|
*
|
|
|
cpufreq: Don't remove sysfs link for policy->cpu
Viresh Kumar
2013-02-05
1
-2
/
+3
|
*
|
|
|
cpufreq: Remove unnecessary use of policy->shared_type
Viresh Kumar
2013-02-02
3
-6
/
+1
|
*
|
|
|
cpufreq: Set all cpus in policy->cpus for single cluster SoCs
Viresh Kumar
2013-02-02
3
-3
/
+3
|
*
|
|
|
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
Viresh Kumar
2013-02-02
2
-8
/
+20
|
*
|
|
|
cpufreq: governors: Remove code redundancy between governors
Viresh Kumar
2013-02-02
4
-97
/
+53
|
*
|
|
|
cpufreq: governors: Get rid of dbs_data->enable field
Viresh Kumar
2013-02-02
2
-39
/
+20
|
*
|
|
|
cpufreq: governors: fix misuse of cdbs.cpu
Fabio Baltieri
2013-02-02
3
-5
/
+7
|
*
|
|
|
cpufreq: governors: implement generic policy_is_shared
Fabio Baltieri
2013-02-02
6
-13
/
+4
|
*
|
|
|
cpufreq: SPEAr: Notify all policy->cpus of frequency change
Viresh Kumar
2013-02-02
1
-2
/
+5
|
*
|
|
|
cpufreq: instantiate cpufreq-cpu0 as a platform_driver
Shawn Guo
2013-02-02
3
-13
/
+29
|
*
|
|
|
cpufreq: governors: clean timer init and exit code
Fabio Baltieri
2013-02-02
1
-30
/
+13
|
*
|
|
|
cpufreq: Simplify cpufreq_add_dev()
Viresh Kumar
2013-02-02
2
-101
/
+58
|
*
|
|
|
cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...
Viresh Kumar
2013-02-02
1
-7
/
+0
|
*
|
|
|
cpufreq / highbank: add support for highbank cpufreq
Mark Langsdorf
2013-02-02
4
-2
/
+137
|
*
|
|
|
powernow-k8: Cleanup init function
Borislav Petkov
2013-02-02
1
-11
/
+14
|
*
|
|
|
powernow-k8: Cleanup module request
Borislav Petkov
2013-02-02
1
-2
/
+19
|
*
|
|
|
cpufreq: Add a get_current_driver helper
Borislav Petkov
2013-02-02
1
-0
/
+14
|
*
|
|
|
cpufreq: Make acpi-cpufreq link first
Borislav Petkov
2013-02-02
1
-2
/
+3
|
*
|
|
|
acpi-cpufreq: Do not load on K8
Matthew Garrett
2013-02-02
1
-0
/
+6
|
*
|
|
|
cpufreq: handle cpufreq being disabled for all exported function.
Dirk Brandewie
2013-02-02
1
-0
/
+18
|
*
|
|
|
cpufreq: Simplify __cpufreq_remove_dev()
Viresh Kumar
2013-02-02
3
-93
/
+104
|
*
|
|
|
cpufreq: SPEAr: Fix sparse warning for cpufreq driver
Viresh Kumar
2013-02-02
1
-1
/
+1
|
*
|
|
|
cpufreq: Don't use cpu removed during cpufreq_driver_unregister
Viresh Kumar
2013-02-02
1
-1
/
+7
|
*
|
|
|
cpufreq: Notify governors when cpus are hot-[un]plugged
Viresh Kumar
2013-02-02
1
-0
/
+10
|
*
|
|
|
cpufreq: Manage only online cpus
Viresh Kumar
2013-02-02
1
-0
/
+7
|
*
|
|
|
cpufreq: ondemand: use all CPUs in update_sampling_rate
Fabio Baltieri
2013-02-02
1
-3
/
+2
|
*
|
|
|
cpufreq: conservative: call dbs_check_cpu only when necessary
Fabio Baltieri
2013-02-02
1
-6
/
+41
|
*
|
|
|
cpufreq: ondemand: call dbs_check_cpu only when necessary
Fabio Baltieri
2013-02-02
3
-10
/
+52
|
*
|
|
|
cpufreq: handle SW coordinated CPUs
Rickard Andersson
2013-02-02
4
-8
/
+43
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
PM / tracing: remove deprecated power trace API
Paul Gortmaker
2013-01-26
1
-1
/
+0
|
/
/
/
*
|
|
cpufreq: Add module aliases for acpi-cpufreq
Matthew Garrett
2013-01-22
1
-0
/
+7
*
|
|
cpufreq: cpufreq-cpu0: use RCU locks around usage of OPP
Nishanth Menon
2013-01-22
1
-0
/
+5
*
|
|
cpufreq: OMAP: use RCU locks around usage of OPP
Nishanth Menon
2013-01-22
1
-0
/
+3
*
|
|
powernow-k8: Add a kconfig dependency on acpi-cpufreq
Borislav Petkov
2013-01-18
1
-1
/
+1
|
|
/
|
/
|
*
|
cpufreq / governor: Fix problem with cpufreq_ondemand or cpufreq_conservative
Larry Finger
2013-01-03
2
-2
/
+8
[prev]
[next]