aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-11-16 09:59:58 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2012-11-16 09:59:58 -0800
commitaac1cda34b84a9411d6b8d18c3658f094c834911 (patch)
tree60cc2e3d6793fdbf8b13704608aafdf01bcec118 /init
parentrcu: Fix unrecovered RCU user mode in syscall_trace_leave() (diff)
parentrcu: Add documentation for the new rcuexp debugfs trace file (diff)
parentrcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle check (diff)
parentrcutorture: Use DEFINE_STATIC_SRCU() (diff)
parentrcu: Reduce default RCU CPU stall warning timeout (diff)
parentrcu: Add tracing for synchronize_sched_expedited() (diff)
parentrcu: Wordsmith help text for RCU_USER_QS kernel parameter (diff)
downloadlinux-dev-aac1cda34b84a9411d6b8d18c3658f094c834911.tar.xz
linux-dev-aac1cda34b84a9411d6b8d18c3658f094c834911.zip
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD
urgent.2012.10.27a: Fix for RCU user-mode transition (already in -tip). doc.2012.11.08a: Documentation updates, most notably codifying the memory-barrier guarantees inherent to grace periods. fixes.2012.11.13a: Miscellaneous fixes. srcu.2012.10.27a: Allow statically allocated and initialized srcu_struct structures (courtesy of Lai Jiangshan). stall.2012.11.13a: Add more diagnostic information to RCU CPU stall warnings, also decrease from 60 seconds to 21 seconds. hotplug.2012.11.08a: Minor updates to CPU hotplug handling. tracing.2012.11.08a: Improved debugfs tracing, courtesy of Michael Wang. idle.2012.10.24a: Updates to RCU idle/adaptive-idle handling, including a boot parameter that maps normal grace periods to expedited. Resolved conflict in kernel/rcutree.c due to side-by-side change.