diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-06-19 18:21:46 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2019-06-19 18:21:46 +0200 |
commit | 11ca7a9d541d09586fbf89290d1e14619cc40de0 (patch) | |
tree | 9f645f32b4684779357d9c532795907b957d05c9 /Documentation/RCU | |
parent | rcu: Remove unused rdp local from synchronize_rcu_expedited() (diff) | |
parent | doc: Fixup definition of rcupdate.rcu_task_stall_timeout (diff) | |
parent | rcu: Don't return a value from rcu_assign_pointer() (diff) | |
parent | rcu: Make __call_srcu static (diff) | |
parent | rcu/sync: Simplify the state machine (diff) | |
parent | rcutorture: Upper case solves the case of the vanishing NULL pointer (diff) | |
download | linux-11ca7a9d541d09586fbf89290d1e14619cc40de0.tar.xz linux-11ca7a9d541d09586fbf89290d1e14619cc40de0.zip |
Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.13a', 'srcu.2019.05.28a', 'sync.2019.05.28a' and 'torture.2019.05.28a' into HEAD
consolidate.2019.05.28a: RCU flavor consolidation cleanups and optmizations.
doc.2019.05.28a: Documentation updates.
fixes.2019.06.13a: Miscellaneous fixes.
srcu.2019.05.28a: SRCU updates.
sync.2019.05.28a: RCU-sync flavor consolidation.
torture.2019.05.28a: Torture-test updates.