index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
2015-07-21
4
-58
/
+114
*
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
2015-07-17
4
-24
/
+25
*
cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'
Viresh Kumar
2015-07-17
1
-13
/
+13
*
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
Viresh Kumar
2015-07-17
2
-17
/
+15
*
cpufreq: governor: Drop unused field 'cpu'
Viresh Kumar
2015-07-17
2
-2
/
+0
*
cpufreq: governor: Name delayed-work as dwork
Viresh Kumar
2015-07-17
4
-9
/
+9
*
intel_pstate: enable HWP per CPU
Kristen Carlson Accardi
2015-07-16
1
-4
/
+7
*
cpufreq: integrator: fixed coding style issues
Cristian Ardelean
2015-07-16
1
-10
/
+8
*
acpi-cpufreq: Fix an ACPI perf unregister issue
Pan Xinhui
2015-07-16
1
-1
/
+3
*
cpufreq: Properly handle errors from cpufreq_init_policy()
Viresh Kumar
2015-07-16
1
-9
/
+11
*
cpufreq: cpufreq_add_dev: name goto labels based on what they do
Viresh Kumar
2015-07-16
1
-8
/
+7
*
acpi-cpufreq: replace per_cpu with driver_data of policy
Pan Xinhui
2015-07-16
1
-18
/
+22
*
cpufreq: Allow freq_table to be obtained for offline CPUs
Viresh Kumar
2015-07-10
2
-9
/
+9
*
cpufreq: Initialize the governor again while restoring policy
Viresh Kumar
2015-07-10
1
-0
/
+1
*
Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2015-07-02
1
-1
/
+1
|
\
|
*
drivers/cpufreq: Convert non-modular s5pv210-cpufreq.c to use builtin_platfor...
Paul Gortmaker
2015-06-16
1
-1
/
+1
*
|
Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-07-02
1
-0
/
+1
|
\
\
|
*
|
drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c code
Paul Gortmaker
2015-06-16
1
-0
/
+1
|
|
/
*
|
Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-07-01
5
-209
/
+1
|
\
\
|
*
|
cpufreq: exynos: remove Exynos4210 specific cpufreq driver support
Thomas Abraham
2015-06-20
5
-209
/
+1
|
|
/
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-06-27
1
-2
/
+2
|
\
\
|
*
|
MIPS: Loongson: Naming style cleanup and rework
Huacai Chen
2015-06-21
1
-2
/
+2
|
|
/
*
|
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2015-06-23
13
-492
/
+649
|
\
\
|
*
|
cpufreq: dt: allow driver to boot automatically
Felipe Balbi
2015-06-17
1
-0
/
+1
|
*
|
intel_pstate: Fix overflow in busy_scaled due to long delay
Prarit Bhargava
2015-06-16
1
-5
/
+5
|
*
|
cpufreq: qoriq: optimize the CPU frequency switching time
Tang Yuantian
2015-06-15
1
-11
/
+21
|
*
|
cpufreq: gx-suspmod: Fix two typos in two comments
Shailendra Verma
2015-06-15
1
-2
/
+2
|
*
|
cpufreq: nforce2: Fix typo in comment to function nforce2_init()
Shailendra Verma
2015-06-15
1
-1
/
+1
|
*
|
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
2015-06-15
4
-18
/
+18
|
*
|
cpufreq: governor: split cpufreq_governor_dbs()
Viresh Kumar
2015-06-15
1
-140
/
+189
|
*
|
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
2015-06-15
4
-38
/
+22
|
*
|
cpufreq: Remove cpufreq_update_policy()
Viresh Kumar
2015-06-11
1
-19
/
+4
|
*
|
cpufreq: Restart governor as soon as possible
Viresh Kumar
2015-06-11
1
-33
/
+26
|
*
|
cpufreq: Call cpufreq_policy_put_kobj() from cpufreq_policy_free()
Viresh Kumar
2015-06-11
1
-11
/
+6
|
*
|
cpufreq: Initialize policy->kobj while allocating policy
Viresh Kumar
2015-06-11
1
-25
/
+21
|
*
|
cpufreq: Stop migrating sysfs files on hotplug
Viresh Kumar
2015-06-11
1
-85
/
+135
|
*
|
cpufreq: Don't allow updating inactive policies from sysfs
Viresh Kumar
2015-06-10
1
-0
/
+11
|
*
|
intel_pstate: Force setting target pstate when required
Doug Smythies
2015-06-10
1
-10
/
+11
|
*
|
intel_pstate: change some inconsistent debug information
Doug Smythies
2015-06-10
1
-4
/
+4
|
*
|
cpufreq: Track cpu managing sysfs kobjects separately
Saravana Kannan
2015-05-23
1
-4
/
+7
|
*
|
cpufreq: Fix for typos in two comments
Shailendra Verma
2015-05-22
1
-2
/
+2
|
*
|
cpufreq: Mark policy->governor = NULL for inactive policies
Viresh Kumar
2015-05-15
1
-2
/
+3
|
*
|
cpufreq: Manage governor usage history with 'policy->last_governor'
Viresh Kumar
2015-05-15
1
-15
/
+15
|
*
|
cpufreq: Don't traverse all active policies to find policy for a cpu
Viresh Kumar
2015-05-15
1
-9
/
+6
|
*
|
cpufreq: Get rid of cpufreq_cpu_data_fallback
Viresh Kumar
2015-05-15
1
-19
/
+6
|
*
|
cpufreq: Don't clear cpufreq_cpu_data and policy list for inactive policies
Viresh Kumar
2015-05-15
1
-45
/
+34
|
*
|
cpufreq: Create for_each_{in}active_policy()
Viresh Kumar
2015-05-15
1
-7
/
+59
|
*
|
cpufreq: arm_big_little: remove compile-time dependency on BIG_LITTLE
Sudeep Holla
2015-05-15
2
-6
/
+23
|
*
|
intel_pstate: set BYT MSR with wrmsrl_on_cpu()
Joe Konno
2015-05-12
1
-1
/
+1
|
*
|
cpufreq: Clear policy->cpus even for the last CPU
Viresh Kumar
2015-05-07
1
-3
/
+1
[next]