Commits
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.
Showing diff to7bd8f2a74bc
- Frederic Weisbecker committed 2c5594df344rcu: Fix unrecovered RCU user mode in syscall_trace_leave() On x86-64 syscall exit, 3 ...
- Paul E. McKenney committed d484a215139rcu: Add documentation for the new rcuexp debugfs trace file This commit adds the docu...
- Paul E. McKenney committed 351573a86d0rcu: Fix TINY_RCU rcu_is_cpu_rrupt_from_idle check The rcu_is_cpu_rrupt_from_idle() ne...
- Lai Jiangshan committed cda4dc81307rcutorture: Use DEFINE_STATIC_SRCU() Use DEFINE_STATIC_SRCU() to simplify the rcutortu...
- Paul E. McKenney committed c896054f75frcu: Reduce default RCU CPU stall warning timeout The RCU CPU stall warning timeout ha...
- Paul E. McKenney committed 7bd8f2a74bcrcu: Add tracing for synchronize_sched_expedited() This commit adds a per-RCU-flavor "...
- Paul Gortmaker committed af71befa282rcu: Wordsmith help text for RCU_USER_QS kernel parameter This commit adds a "try" mis...