diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2020-11-20 04:37:47 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2020-11-20 04:37:47 +0100 |
commit | 7fc91fc8450655e7ba941d61663afcaf65cefb78 (patch) | |
tree | 9d72396bb80b1a1638ca5e4a2909dfacbc0f76d9 /kernel/rcu/tree.c | |
parent | x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs (diff) | |
parent | docs/rcu: Update the call_rcu() API (diff) | |
parent | srcu: Take early exit on memory-allocation failure (diff) | |
parent | rcu: Prevent RCU_LOCKDEP_WARN() from swallowing the condition (diff) | |
parent | rcu-tasks: Make the units of ->init_fract be jiffies (diff) | |
parent | tools/rcutorture: Fix BUG parsing of console.log (diff) | |
download | linux-7fc91fc8450655e7ba941d61663afcaf65cefb78.tar.xz linux-7fc91fc8450655e7ba941d61663afcaf65cefb78.zip |
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD
cpuinfo.2020.11.06a: Speedups for /proc/cpuinfo.
doc.2020.11.06a: Documentation updates.
fixes.2020.11.19b: Miscellaneous fixes.
lockdep.2020.11.02a: Lockdep-RCU updates to avoid "unused variable".
tasks.2020.11.06a: Tasks-RCU updates.
torture.2020.11.06a': Torture-test updates.