Viresh Kumar
|
26ca869434
cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_get()
|
11 years ago |
Yinghai Lu
|
4dea5806d3
cpufreq: return EEXIST instead of EBUSY for second registering
|
11 years ago |
Viresh Kumar
|
8efd57657d
cpufreq: unlock correct rwsem while updating policy->cpu
|
11 years ago |
Viresh Kumar
|
9c8f1ee40b
cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()
|
12 years ago |
Lan Tianyu
|
44871c9c7f
cpufreq: Acquire the lock in cpufreq_policy_restore() for reading
|
12 years ago |
Srivatsa S. Bhat
|
cb38ed5cf1
cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpu
|
12 years ago |
Srivatsa S. Bhat
|
61173f256a
cpufreq: Restructure if/else block to avoid unintended behavior
|
12 years ago |
Srivatsa S. Bhat
|
0d66b91ebf
cpufreq: Fix crash in cpufreq-stats during suspend/resume
|
12 years ago |
Rafael J. Wysocki
|
798282a871
Revert "cpufreq: make sure frequency transitions are serialized"
|
12 years ago |
Srivatsa S. Bhat
|
5136fa5658
cpufreq: Use signed type for 'ret' variable, to store negative error values
|
12 years ago |
Srivatsa S. Bhat
|
56d07db274
cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes
|
12 years ago |
Srivatsa S. Bhat
|
4f750c9308
cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplug
|
12 years ago |
Srivatsa S. Bhat
|
1aee40ac9c
cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lock
|
12 years ago |
Srivatsa S. Bhat
|
cedb70afd0
cpufreq: Split __cpufreq_remove_dev() into two parts
|
12 years ago |
Viresh Kumar
|
19c763031a
cpufreq: serialize calls to __cpufreq_governor()
|
12 years ago |
Viresh Kumar
|
f73d393384
cpufreq: don't allow governor limits to be changed when it is disabled
|
12 years ago |
Li Zhong
|
5025d628c8
cpufreq: fix bad unlock balance on !CONFIG_SMP
|
12 years ago |
Viresh Kumar
|
1b27429446
cpufreq: Use cpufreq_policy_list for iterating over policies
|
12 years ago |
Viresh Kumar
|
474deff744
cpufreq: remove cpufreq_policy_cpu per-cpu variable
|
12 years ago |
Viresh Kumar
|
9e9fd80167
cpufreq: remove unnecessary check in __cpufreq_governor()
|
12 years ago |
Viresh Kumar
|
9515f4d69b
cpufreq: remove policy from cpufreq_policy_list during suspend
|
12 years ago |
Viresh Kumar
|
edab2fbc21
cpufreq: Fix white space in __cpufreq_remove_dev()
|
12 years ago |
Rafael J. Wysocki
|
878f6e074e
Revert "cpufreq: Use cpufreq_policy_list for iterating over policies"
|
12 years ago |
Viresh Kumar
|
3de9bdeb28
cpufreq: improve error checking on return values of __cpufreq_governor()
|
12 years ago |
Viresh Kumar
|
6eed9404ab
cpufreq: Use rwsem for protecting critical sections
|
12 years ago |
Viresh Kumar
|
fe492f3f03
cpufreq: Fix broken usage of governor->owner's refcount
|
12 years ago |
Viresh Kumar
|
eb608521f1
cpufreq: Use cpufreq_policy_list for iterating over policies
|
12 years ago |
Lukasz Majewski
|
c88a1f8b96
cpufreq: Store cpufreq policies in a list
|
12 years ago |
Viresh Kumar
|
d5b73cd870
cpufreq: Use sizeof(*ptr) convetion for computing sizes
|
12 years ago |
Viresh Kumar
|
3a3e9e06d0
cpufreq: Give consistent names to cpufreq_policy objects
|
12 years ago |