tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / kernel / rcutree.c
2009-12-03 Paul E. McKenneyrcu: Add expedited grace-period support for preemptible RCU
2009-12-03 Paul E. McKenneyrcu: Enable fourth level of TREE_RCU hierarchy
2009-12-03 Paul E. McKenneyrcu: Rename "quiet" functions
2009-11-22 Paul E. McKenneyrcu: Re-arrange code to reduce #ifdef pain
2009-11-22 Paul E. McKenneyrcu: Eliminate unneeded function wrapping
2009-11-22 Paul E. McKenneyrcu: Fix grace-period-stall bug on large systems with...
2009-11-14 Paul E. McKenneyrcu: Eliminate __rcu_pending() false positives
2009-11-14 Paul E. McKenneyrcu: Further cleanups of use of lastcomp
2009-11-13 Paul E. McKenneyrcu: Simplify association of forced quiescent states...
2009-11-13 Paul E. McKenneyrcu: Accelerate callback processing on CPUs not detecti...
2009-11-10 Paul E. McKenneyrcu: Simplify association of quiescent states with...
2009-11-10 Paul E. McKenneyrcu: Rename dynticks_completed to completed_fqs
2009-11-10 Paul E. McKenneyrcu: Fix note_new_gpnum() uses of ->gpnum
2009-11-10 Paul E. McKenneyrcu: Fix synchronization for rcu_process_gp_end() uses...
2009-11-10 Paul E. McKenneyrcu: Prepare for synchronization fixes: clean up for...
2009-11-10 Ingo MolnarMerge branch 'core/urgent' into core/rcu
2009-11-02 Paul E. McKenneyrcu: Fix long-grace-period race between forcing and...
2009-10-26 Peter Zijlstrarcu: Simplify creating of lockdep class for root rcu_node
2009-10-15 Paul E. McKenneyrcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hang
2009-10-15 Paul E. McKenneyrcu: Prevent RCU IPI storms in presence of high call_rc...
2009-10-07 Paul E. McKenneyrcu: Place root rcu_node structure in separate lockdep...
2009-10-07 Paul E. McKenneyrcu: Make hot-unplugged CPU relinquish its own RCU...
2009-10-07 Paul E. McKenneyrcu: Move rcu_barrier() to rcutree
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-10-05 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-10-05 Paul E. McKenneyrcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOC...
2009-09-23 Paul E. McKenneyrcu: Clean up code to address Ingo's checkpatch feedback
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-23 Paul E. McKenneyrcu: Clean up code based on review feedback from Josh...
2009-09-19 Paul E. McKenneyrcu: Fix whitespace inconsistencies
2009-09-19 Paul E. McKenneyrcu: Fix thinko, actually initialize full tree
2009-09-19 Paul E. McKenneyrcu: Apply results of code inspection of kernel/rcutree...
2009-09-19 Paul E. McKenneyrcu: Add WARN_ON_ONCE() consistency checks covering...
2009-09-17 Paul E. McKenneyrcu: Simplify rcu_read_unlock_special() quiescent-state...
2009-09-17 Paul E. McKenneyrcu: Add debug checks to TREE_PREEMPT_RCU for premature...
2009-09-17 Paul E. McKenneyrcu: Initialize multi-level RCU grace periods holding...
2009-09-17 Paul E. McKenneyrcu: Need to update rnp->gpnum if preemptable RCU is...
2009-09-11 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2009-08-29 Paul E. McKenneyrcu: Changes from reviews: avoid casts, fix/add warning...
2009-08-29 Paul E. McKenneyrcu: Create rcutree plugins to handle hotplug CPU for...
2009-08-25 Paul E. McKenneyrcu: Add #ifdef to suppress __rcu_offline_cpu() warning...
2009-08-24 Paul E. McKenneyrcu: Add CPU-offline processing for single-node configu...
2009-08-23 Paul E. McKenneyrcu: Merge preemptable-RCU functionality into hierarchi...
2009-08-23 Paul E. McKenneyrcu: Simplify rcu_pending()/rcu_check_callbacks() API
2009-08-23 Paul E. McKenneyrcu: Merge per-RCU-flavor initialization into pre-exist...
2009-08-23 Paul E. McKenneyrcu: Renamings to increase RCU clarity
2009-08-23 Paul E. McKenneyrcu: Move private definitions from include/linux/rcutre...
2009-08-15 Paul E. McKenneyrcu: Simplify RCU CPU-hotplug notification
2009-08-15 Paul E. McKenneyrcu: Split hierarchical RCU initialization into boot...
2009-08-02 Ingo Molnardebug lockups: Improve lockup detection
2009-06-24 Paul E. McKenneyrcu: Mark Hierarchical RCU no longer experimental
2009-04-14 Paul E. McKenneyrcu: Add __rcu_pending tracing to hierarchical RCU
2009-04-14 Paul E. McKenneyrcu: Make hierarchical RCU less IPI-happy
2009-04-03 Ingo Molnarkmemtrace, rcu: fix rcu_tree_trace.c data structure...
2009-04-03 Ingo Molnarkmemtrace, rcu: fix linux/rcutree.h and linux/rcuclassi...
2009-02-26 Paul E. McKenneyrcu: Teach RCU that idle task is not quiscent state...
2009-01-14 Lai Jiangshanrcu: add __cpuinit to rcu_init_percpu_data()
2009-01-05 Paul E. McKenneyrcu: make treercu safe for suspend and resume
2009-01-05 Paul E. McKenneyrcu: fix rcutree grace-period-latency bug on small...
2008-12-18 Paul E. McKenney"Tree RCU": scalable classic RCU implementation