Viresh Kumar
|
0956df9c84
cpufreq: make __cpufreq_notify_transition() static
|
12 years ago |
Viresh Kumar
|
bb176f7d03
cpufreq: Fix minor formatting issues
|
12 years ago |
Xiaoguang Chen
|
95731ebb11
cpufreq: Fix governor start/stop race condition
|
12 years ago |
Viresh Kumar
|
a262e94cdc
cpufreq: remove unnecessary cpufreq_cpu_{get|put}() calls
|
12 years ago |
Viresh Kumar
|
2361be2366
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
|
12 years ago |
Viresh Kumar
|
72a4ce340a
cpufreq: Move get_cpu_idle_time() to cpufreq.c
|
12 years ago |
Viresh Kumar
|
944e9a0316
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
|
12 years ago |
Viresh Kumar
|
3f869d6d41
cpufreq: Add EXPORT_SYMBOL_GPL for have_governor_per_policy
|
12 years ago |
Viresh Kumar
|
955ef48335
cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT
|
12 years ago |
Srivatsa S. Bhat
|
a66b2e503f
cpufreq: Preserve sysfs files across suspend/resume
|
12 years ago |
Viresh Kumar
|
d96038e0fa
cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcount
|
12 years ago |
Rafael J. Wysocki
|
1c3d85dd4e
cpufreq: Revert incorrect commit 5800043
|
12 years ago |
Viresh Kumar
|
820c6ca293
cpufreq: Don't call __cpufreq_governor() for drivers without target()
|
12 years ago |
Viresh Kumar
|
e4969ebac8
cpufreq: Call __cpufreq_governor() with correct policy->cpus mask
|
12 years ago |
Nathan Zimmer
|
5800043b24
cpufreq: convert cpufreq_driver to using RCU
|
12 years ago |
Viresh Kumar
|
b43a7ffbf3
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
|
12 years ago |
Viresh Kumar
|
4d5dcc4211
cpufreq: governor: Implement per policy instances of governors
|
12 years ago |
Viresh Kumar
|
7bd353a995
cpufreq: Add per policy governor-init/exit infrastructure
|
12 years ago |
Nathan Zimmer
|
0d1857a1b9
cpufreq: Convert the cpufreq_driver_lock to a rwlock
|
12 years ago |
Rafael J. Wysocki
|
4419fbd4b4
Merge branch 'pm-cpufreq'
|
12 years ago |
Dirk Brandewie
|
fa69e33f7d
cpufreq: Do not track governor name for scaling drivers with internal governors.
|
12 years ago |
Dirk Brandewie
|
f6b0515b07
cpufreq: Only call cpufreq_out_of_sync() for driver that implement cpufreq_driver.target()
|
12 years ago |
Dirk Brandewie
|
9e21ba8bd8
cpufreq: Retrieve current frequency from scaling drivers with internal governors
|
12 years ago |
Viresh Kumar
|
2eaa3e2df1
cpufreq: Fix locking issues
|
12 years ago |
Viresh Kumar
|
fa1d8af47f
cpufreq: Create a macro for unlock_policy_rwsem{read,write}
|
12 years ago |
Viresh Kumar
|
65922465b5
cpufreq: Remove unused HOTPLUG_CPU code
|
12 years ago |
Viresh Kumar
|
8e53695f7f
cpufreq: governors: Fix WARN_ON() for multi-policy platforms
|
12 years ago |
Viresh Kumar
|
3361b7b173
cpufreq: Don't check cpu_online(policy->cpu)
|
12 years ago |
Viresh Kumar
|
73bf0fc2b0
cpufreq: Don't remove sysfs link for policy->cpu
|
12 years ago |
Viresh Kumar
|
b394058f06
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
|
12 years ago |