]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rcu/idle' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorIngo Molnar <mingo@kernel.org>
Thu, 27 Sep 2012 06:09:38 +0000 (08:09 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Sep 2012 06:09:38 +0000 (08:09 +0200)
commite5f184a3d861194bd3e6d95718dbd7838539bdb9
treeb20795decb064af75aae8f9f6af77806b1a4769a
parentcb99e0b604637595d553df978badcb6ca92aea73
parent58a5a225574d452a1d4c2a655afce9a8d346de75
Merge branch 'rcu/idle' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu

Pull the RCU adaptive-idle feature from Paul E. McKenney:

 "This series adds RCU APIs that allow non-idle tasks to
  enter RCU idle mode and provides x86 code to make use of them, allowing
  RCU to treat user-mode execution as an extended quiescent state when the
  new RCU_USER_QS kernel configuration parameter is specified.  Work is
  in progress to port this to a few other architectures, but is not part
  of this series."

Signed-off-by: Ingo Molnar <mingo@kernel.org>