]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorIngo Molnar <mingo@elte.hu>
Tue, 28 Feb 2012 09:16:01 +0000 (10:16 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 28 Feb 2012 09:16:10 +0000 (10:16 +0100)
commitb7c1d0931149eb9e6d7ab018cbc660c07507c229
tree9de69701cdba1dd28bcb804476bff07806f6d7a3
parenta838da184cb43f58de4baa0ad32b25b6093ce998
parent8a59af9f6922ffe145304ca87bfda2fc3613f728
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu

The major features of this series are:

 - making RCU more aggressive about entering dyntick-idle mode in order to
   improve energy efficiency

 - converting a few more call_rcu()s to kfree_rcu()s

 - applying a number of rcutree fixes and cleanups to rcutiny

 - removing CONFIG_SMP #ifdefs from treercu

 - allowing RCU CPU stall times to be set via sysfs

 - adding CPU-stall capability to rcutorture

 - adding more RCU-abuse diagnostics

 - updating documentation

 - fixing yet more issues located by the still-ongoing top-to-bottom
   inspection of RCU, this time with a special focus on the
   CPU-hotplug code path.

Signed-off-by: Ingo Molnar <mingo@elte.hu>