diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2019-10-30 16:47:13 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2019-10-30 16:47:13 +0100 |
commit | 8dcdfb7096a304130ab36fbb0f2961deaf863e5a (patch) | |
tree | e90af9c16f3607471c01ccbc033f3d4ecef0049e /kernel/rcu | |
parent | Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch() (diff) | |
parent | rcu: Suppress levelspread uninitialized messages (diff) | |
parent | rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing (diff) | |
parent | security/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer() (diff) | |
parent | locking: locktorture: Do not include rwlock.h directly (diff) | |
parent | tools/memory-model/Documentation: Add plain accesses and data races to explan... (diff) | |
download | linux-8dcdfb7096a304130ab36fbb0f2961deaf863e5a.tar.xz linux-8dcdfb7096a304130ab36fbb0f2961deaf863e5a.zip |
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEAD
doc.2019.10.29a: RCU documentation updates.
fixes.2019.10.30a: RCU miscellaneous fixes.
nohz.2019.10.28a: RCU NO_HZ and NO_HZ_FULL updates.
replace.2019.10.30a: Replace rcu_swap_protected() with rcu_replace().
torture.2019.10.05a: RCU torture-test updates.
lkmm.2019.10.05a: Linux kernel memory model updates.