diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-09-24 05:37:55 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-09-25 05:02:22 +0200 |
commit | bda4ec9f6a7d7b249c7b14baa553731efedce300 (patch) | |
tree | 3ef6df518d8d48a29f4aafc05ffa4d427b015ce9 /Documentation/RCU | |
parent | rcu: Shrink RCU based on number of CPUs (diff) | |
parent | rcu: Prevent initialization race in rcutorture kthreads (diff) | |
parent | rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message (diff) | |
parent | Use get_online_cpus to avoid races involving CPU hotplug (diff) | |
parent | ia64: Add missing RCU idle APIs on idle loop (diff) | |
download | linux-bda4ec9f6a7d7b249c7b14baa553731efedce300.tar.xz linux-bda4ec9f6a7d7b249c7b14baa553731efedce300.zip |
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09.23a', 'hotplug.2012.09.23a' and 'idlechop.2012.09.23a' into HEAD
bigrt.2012.09.23a contains additional commits to reduce scheduling latency
from RCU on huge systems (many hundrends or thousands of CPUs).
doctorture.2012.09.23a contains documentation changes and rcutorture fixes.
fixes.2012.09.23a contains miscellaneous fixes.
hotplug.2012.09.23a contains CPU-hotplug-related changes.
idle.2012.09.23a fixes architectures for which RCU no longer considered
the idle loop to be a quiescent state due to earlier
adaptive-dynticks changes. Affected architectures are alpha,
cris, frv, h8300, m32r, m68k, mn10300, parisc, score, xtensa,
and ia64.