[GIT Pull] timer fixes for 3.14

2014-02-22 Thread Thomas Gleixner
Linus, please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus Short summary: * Serialize the registration of a new sched_clock in the currently ARM only generic sched_clock facilty to avoid

Re: [GIT Pull] timer fixes for 3.14

2014-02-18 Thread Preeti U Murthy
On 02/19/2014 12:10 AM, Thomas Gleixner wrote: > On Tue, 18 Feb 2014, Preeti Murthy wrote: > >> Hi Thomas, >> >> With regard to the patch: "tick: Clear broadcast pending bit when >> switching to oneshot" >> isn't BROADCAST_EXIT called atleast after initializing the high >> resolution timers while

Re: [GIT Pull] timer fixes for 3.14

2014-02-18 Thread Thomas Gleixner
On Tue, 18 Feb 2014, Preeti Murthy wrote: > Hi Thomas, > > With regard to the patch: "tick: Clear broadcast pending bit when > switching to oneshot" > isn't BROADCAST_EXIT called atleast after initializing the high > resolution timers while > handling the broadcast IPI and before re-entering idle

Re: [GIT Pull] timer fixes for 3.14

2014-02-17 Thread Preeti Murthy
Hi Thomas, With regard to the patch: "tick: Clear broadcast pending bit when switching to oneshot" isn't BROADCAST_EXIT called atleast after initializing the high resolution timers while handling the broadcast IPI and before re-entering idle? This should clear the cpu bit in the pending mask right

[GIT Pull] timer fixes for 3.14

2014-02-15 Thread Thomas Gleixner
Linus, please pull the latest timers-urgent-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus The following trilogy of patches brings you: * Fix for a long standing math overflow issue with HZ < 60 * An onliner fix for a corner cas