diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-03-20 16:31:01 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2015-03-20 16:31:01 +0100 |
commit | 42528795ac1c8d7ba021797ec004904168956d64 (patch) | |
tree | 633981ecd169849a0481ef70364f1fdfe769be5d /kernel/rcu | |
parent | documentation: Clarify control-dependency pairing (diff) | |
parent | rcu: Move early boot callback tests earlier (diff) | |
parent | rcu: Remove redundant check of cpu_online() (diff) | |
parent | rcutorture: Make consistent use of variables (diff) | |
parent | rcu: Associate quiescent-state reports with grace period (diff) | |
parent | rcu: Tighten up affinity and check for sysidle (diff) | |
parent | rcu: Remove fastpath from __rcu_process_callbacks() (diff) | |
download | linux-42528795ac1c8d7ba021797ec004904168956d64.tar.xz linux-42528795ac1c8d7ba021797ec004904168956d64.zip |
Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEAD
doc.2015.02.26a: Documentation changes
earlycb.2015.03.03a: Permit early-boot RCU callbacks
fixes.2015.03.03a: Miscellaneous fixes
gpexp.2015.02.26a: In-kernel expediting of normal grace periods
hotplug.2015.03.20a: CPU hotplug fixes
sysidle.2015.02.26b: NO_HZ_FULL_SYSIDLE fixes
tiny.2015.02.26a: TINY_RCU fixes