index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-07-19
1
-1
/
+3
|
\
|
*
cpufreq: Revert commit a66b2e to fix suspend/resume regression
Srivatsa S. Bhat
2013-07-15
1
-1
/
+3
*
|
cpufreq: delete __cpuinit usage from all cpufreq files
Paul Gortmaker
2013-07-14
1
-1
/
+1
|
/
*
cpufreq: Fix serialization of frequency transitions
Viresh Kumar
2013-07-04
1
-3
/
+4
*
acpi-cpufreq: Add new sysfs attribute freqdomain_cpus
Lan Tianyu
2013-06-27
1
-3
/
+4
*
cpufreq: make sure frequency transitions are serialized
Viresh Kumar
2013-06-27
1
-0
/
+14
*
cpufreq: make __cpufreq_notify_transition() static
Viresh Kumar
2013-06-21
1
-1
/
+1
*
cpufreq: Fix minor formatting issues
Viresh Kumar
2013-06-21
1
-36
/
+27
*
cpufreq: Fix governor start/stop race condition
Xiaoguang Chen
2013-06-21
1
-0
/
+24
*
cpufreq: remove unnecessary cpufreq_cpu_{get|put}() calls
Viresh Kumar
2013-06-04
1
-17
/
+2
*
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
Viresh Kumar
2013-05-27
1
-4
/
+44
*
cpufreq: Move get_cpu_idle_time() to cpufreq.c
Viresh Kumar
2013-05-27
1
-0
/
+38
*
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
Viresh Kumar
2013-05-27
1
-0
/
+9
*
cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policy
Viresh Kumar
2013-05-27
1
-0
/
+1
*
cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT
Viresh Kumar
2013-05-22
1
-2
/
+7
*
cpufreq: Preserve sysfs files across suspend/resume
Srivatsa S. Bhat
2013-05-15
1
-3
/
+1
*
cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount
Viresh Kumar
2013-05-12
1
-3
/
+3
*
cpufreq: Revert incorrect commit 5800043
Rafael J. Wysocki
2013-04-29
1
-214
/
+69
*
cpufreq: Don't call __cpufreq_governor() for drivers without target()
Viresh Kumar
2013-04-22
1
-5
/
+13
*
cpufreq: Call __cpufreq_governor() with correct policy->cpus mask
Viresh Kumar
2013-04-11
1
-1
/
+3
*
cpufreq: convert cpufreq_driver to using RCU
Nathan Zimmer
2013-04-10
1
-67
/
+208
*
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
Viresh Kumar
2013-04-02
1
-19
/
+26
*
cpufreq: governor: Implement per policy instances of governors
Viresh Kumar
2013-04-01
1
-4
/
+11
*
cpufreq: Add per policy governor-init/exit infrastructure
Viresh Kumar
2013-04-01
1
-3
/
+18
*
cpufreq: Convert the cpufreq_driver_lock to a rwlock
Nathan Zimmer
2013-04-01
1
-26
/
+26
*
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2013-02-15
1
-244
/
+215
|
\
|
*
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
1
-2
/
+4
|
*
cpufreq: Don't check cpu_online(policy->cpu)
Viresh Kumar
2013-02-09
1
-14
/
+3
|
*
cpufreq: Don't remove sysfs link for policy->cpu
Viresh Kumar
2013-02-05
1
-2
/
+3
|
*
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
Viresh Kumar
2013-02-02
1
-0
/
+4
|
*
cpufreq: Simplify cpufreq_add_dev()
Viresh Kumar
2013-02-02
1
-100
/
+58
|
*
cpufreq: Revert "cpufreq: Don't use cpu removed during cpufreq_driver_unregis...
Viresh Kumar
2013-02-02
1
-7
/
+0
|
*
cpufreq: Add a get_current_driver helper
Borislav Petkov
2013-02-02
1
-0
/
+14
|
*
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
1
-91
/
+70
|
*
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
*
|
PM / tracing: remove deprecated power trace API
Paul Gortmaker
2013-01-26
1
-1
/
+0
|
/
*
cpufreq: Remove unnecessary initialization of a local variable
Jingoo Han
2012-11-15
1
-2
/
+2
*
cpufreq: Make sure target freq is within limits
Viresh Kumar
2012-11-15
1
-2
/
+9
*
cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...
Viresh Kumar
2012-11-15
1
-0
/
+4
*
cpufreq: Fix sparse warning by making local function static
Viresh Kumar
2012-11-15
1
-1
/
+1
*
cpufreq: return early from __cpufreq_driver_getavg()
Viresh Kumar
2012-11-15
1
-2
/
+4
[next]