UBUNTU: Ubuntu-2.6.38-12.51
[linux-flexiantxendom0-natty.git] / kernel / rcutree.c
2011-01-08 Linus TorvaldsMerge branch 'for-2.6.38' of git://git./linux/kernel...
2010-12-17 Paul E. McKenneyrcu: reduce __call_rcu()-induced contention on rcu_node...
2010-12-17 Paul E. McKenneyrcu: limit rcu_node leaf-level fanout
2010-12-17 Paul E. McKenneyrcu: fine-tune grace-period begin/end checks
2010-12-17 Frederic Weisbeckerrcu: Keep gpnum and completed fields synchronized
2010-12-17 Frederic Weisbeckerrcu: Stop chasing QS if another CPU did it for us
2010-12-17 Christoph Lametercore: Replace __get_cpu_var with __this_cpu_read if...
2010-11-30 Paul E. McKenneyrcu: update documentation/comments for Lai's adoption...
2010-11-30 Lai Jiangshanrcu,cleanup: simplify the code when cpu is dying
2010-10-07 Dongdong Dengrcu: using ACCESS_ONCE() to observe the jiffies_stall...
2010-09-23 Paul E. McKenneyrcu: Add tracing data to support queueing models
2010-08-20 Paul E. McKenneyrcu: permit suppressing current grace period's CPU...
2010-08-20 Paul E. McKenneyrcu: refer RCU CPU stall-warning victims to stallwarn.txt
2010-08-20 Paul E. McKenneyrcu: Allow RCU CPU stall warnings to be off at boot...
2010-08-20 Paul E. McKenneyrcu: allow RCU CPU stall warning messages to be control...
2010-08-20 Paul E. McKenneyrcu: add boot parameter to suppress RCU CPU stall warni...
2010-08-20 Lai Jiangshanrcu: simplify the usage of percpu data
2010-06-14 Mathieu Desnoyerstree/tiny rcu: Add debug RCU head objects
2010-05-11 Paul E. McKenneyrcu: remove all rcu head initializations, except on_sta...
2010-05-10 Paul E. McKenneyrcu: reduce the number of spurious RCU_SOFTIRQ invocations
2010-05-10 Paul E. McKenneyrcu: permit discontiguous cpu_possible_mask CPU numbering
2010-05-10 Paul E. McKenneyrcu: improve RCU CPU stall-warning messages
2010-05-10 Paul E. McKenneyrcu: print boot-time console messages if RCU configs...
2010-05-10 Paul E. McKenneyrcu: disable CPU stall warnings upon panic
2010-05-10 Paul E. McKenneyrcu: slim down rcutiny by removing rcu_scheduler_active...
2010-05-10 Paul E. McKenneyrcu: refactor RCU's context-switch handling
2010-05-10 Lai Jiangshanrcu: move some code from macro to function
2010-05-10 Lai Jiangshanrcu: make dead code really dead
2010-05-10 Paul E. McKenneyrcu: substitute set_need_resched for sending resched...
2010-02-27 Paul E. McKenneyrcu: Fix accelerated grace periods for last non-dyntick...
2010-02-26 Paul E. McKenneyrcu: Make rcu_read_lock_sched_held() take boot time...
2010-02-25 Paul E. McKenneyrcu: Add RCU_CPU_STALL_VERBOSE to dump detailed per...
2010-02-25 Paul E. McKenneyrcu: Fix deadlock in TREE_PREEMPT_RCU CPU stall detection
2010-02-25 Paul E. McKenneyrcu: Convert to raw_spinlocks
2010-02-25 Paul E. McKenneyrcu: Stop overflowing signed integers
2010-02-25 Paul E. McKenneyrcu: Accelerate grace period if last non-dynticked CPU
2010-01-16 Paul E. McKenneyrcu: Fix sparse warnings
2010-01-13 Paul E. McKenneyrcu: Give different levels of the rcu_node hierarchy...
2010-01-13 Paul E. McKenneyrcu: Add force_quiescent_state() testing to rcutorture
2010-01-13 Paul E. McKenneyrcu: Make force_quiescent_state() start grace period...
2010-01-13 Paul E. McKenneyrcu: Remove redundant grace-period check
2010-01-13 Paul E. McKenneyrcu: Remove leg of force_quiescent_state() switch statement
2010-01-13 Paul E. McKenneyrcu: Eliminate rcu_process_dyntick() return value
2010-01-13 Paul E. McKenneyrcu: Eliminate second argument of rcu_process_dyntick()
2010-01-13 Paul E. McKenneyrcu: Eliminate local variable lastcomp from force_quies...
2010-01-13 Paul E. McKenneyrcu: Eliminate local variable signaled from force_quies...
2010-01-13 Paul E. McKenneyrcu: Prohibit starting new grace periods while forcing...
2010-01-13 Paul E. McKenneyrcu: Adjust force_quiescent_state() locking, step 2
2010-01-13 Paul E. McKenneyrcu: Adjust force_quiescent_state() locking, step 1
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
next