Re: [PATCH 0/6] nohz: Move nohz kick out of scheduler IPI, v8

2014-06-10 Thread Frederic Weisbecker
On Tue, Jun 10, 2014 at 05:48:39PM +0200, Peter Zijlstra wrote: > On Tue, Jun 10, 2014 at 05:15:03PM +0200, Frederic Weisbecker wrote: > > So this set happens to have more changes than expected because I > > found out that the timer list full nohz kick also relies on the scheduler > > IPI. So I had

Re: [PATCH 0/6] nohz: Move nohz kick out of scheduler IPI, v8

2014-06-10 Thread Peter Zijlstra
On Tue, Jun 10, 2014 at 05:15:03PM +0200, Frederic Weisbecker wrote: > So this set happens to have more changes than expected because I > found out that the timer list full nohz kick also relies on the scheduler > IPI. So I had to convert it as well, hence a few more change splitups. > > Changes:

[PATCH 0/6] nohz: Move nohz kick out of scheduler IPI, v8

2014-06-10 Thread Frederic Weisbecker
So this set happens to have more changes than expected because I found out that the timer list full nohz kick also relies on the scheduler IPI. So I had to convert it as well, hence a few more change splitups. Changes: * Check also raised lists from irq_work_needs_cpu() (thanks Peterz) * Comment