Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1393252
| From | Akshay Adiga <akshay.adiga@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next 0/2] cpufreq: powernv: Fixes for Global pstate management |
| Date | 2016-05-03 11:50 +0200 |
| Message-ID | <ruF7Q-5LC-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixes are based on patch https://patchwork.ozlabs.org/patch/612058/ which is
in Rafael's linux-next.
- Patch [1] fixes WARN_ON in powernv_target_index()
- Patch [2] Deleting any pending timer to saves an unnecessary irq call
in powernv_target_index()
Akshay Adiga (2):
cpufreq: powernv: Move smp_call_function_any() out of irq safe block
cpufreq: powernv: del_timer_sync when global and local pstate are
equal
drivers/cpufreq/powernv-cpufreq.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
--
2.5.5
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next 0/2] cpufreq: powernv: Fixes for Global pstate management Akshay Adiga <akshay.adiga@linux.vnet.ibm.com> - 2016-05-03 11:50 +0200
[PATCH -next 1/2] cpufreq: powernv: Move smp_call_function_any() out of irq safe block Akshay Adiga <akshay.adiga@linux.vnet.ibm.com> - 2016-05-03 12:00 +0200
Re: [PATCH -next 1/2] cpufreq: powernv: Move smp_call_function_any() out of irq safe block Viresh Kumar <viresh.kumar@linaro.org> - 2016-05-03 13:50 +0200
Re: [PATCH -next 1/2] cpufreq: powernv: Move smp_call_function_any() out of irq safe block Akshay Adiga <akshay.adiga@linux.vnet.ibm.com> - 2016-05-03 15:20 +0200
csiph-web