]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorIngo Molnar <mingo@kernel.org>
Mon, 11 Jun 2012 08:30:23 +0000 (10:30 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 Jun 2012 08:30:23 +0000 (10:30 +0200)
commite6671552686dbd5c60cf73b050089d09485a7f08
tree6d6e968a087b7a26b3a04af1ef94149607b64358
parente4f5a6a7cb3f3dc209b89ef3328e3659a3cf4c18
parent6cc0adaabe1baef934e6650133cfc24b6fe711e9
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent

Merge RCU fixes from Paul E. McKenney:

 " This series has four patches, the major point of which is to eliminate
   some slowdowns (including boot-time slowdowns) resulting from some
   RCU_FAST_NO_HZ changes.  The issue with the changes is that posting timers
   from the idle loop has no effect if the CPU has entered dyntick-idle
   mode because the CPU has already computed its wakeup time, and posting
   a timer does not cause it to be recomputed.  The short-term fix is for
   RCU to precompute the timeout value so that the CPU's calculation is
   correct. "

Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/time/tick-sched.c