]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorIngo Molnar <mingo@kernel.org>
Sun, 11 Mar 2018 09:42:16 +0000 (10:42 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 11 Mar 2018 09:42:16 +0000 (10:42 +0100)
commit0924873756c1a77e1ae1983617cc408da5a65e10
tree98e24786c5f8c27c60df0b9101e8287795aa7c6c
parent22060fa13313d5b10500bd3e50be2e77229fae0e
parent5a2e82328f3637b172b09afb8888c591a255d5af
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu

Pull RCU updates from Paul E. McKenney:

 - Miscellaneous fixes, perhaps most notably removing obsolete
   code whose only purpose in life was to gather information for
   the now-removed RCU debugfs facility.  Other notable changes
   include removing NO_HZ_FULL_ALL in favor of the nohz_full kernel
   boot parameter, minor optimizations for expedited grace periods,
   some added tracing, creating an RCU-specific workqueue using Tejun's
   new WQ_MEM_RECLAIM flag, and several cleanups to code and comments.

 - SRCU cleanups and optimizations.

 - Torture-test updates, perhaps most notably the adding of ARMv8
   support, but also including numerous cleanups and usability fixes.

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