summaryrefslogtreecommitdiff
path: root/kernel/rcutree.c
AgeCommit message (Expand)Author
2009-12-03rcu: Add expedited grace-period support for preemptible RCUPaul E. McKenney
2009-12-03rcu: Enable fourth level of TREE_RCU hierarchyPaul E. McKenney
2009-12-03rcu: Rename "quiet" functionsPaul E. McKenney
2009-11-22rcu: Re-arrange code to reduce #ifdef painPaul E. McKenney
2009-11-22rcu: Eliminate unneeded function wrappingPaul E. McKenney
2009-11-22rcu: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney
2009-11-14rcu: Eliminate __rcu_pending() false positivesPaul E. McKenney
2009-11-14rcu: Further cleanups of use of lastcompPaul E. McKenney
2009-11-13rcu: Simplify association of forced quiescent states with grace periodsPaul E. McKenney
2009-11-13rcu: Accelerate callback processing on CPUs not detecting GP endPaul E. McKenney
2009-11-10rcu: Simplify association of quiescent states with grace periodsPaul E. McKenney
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney
2009-11-10rcu: Fix note_new_gpnum() uses of ->gpnumPaul E. McKenney
2009-11-10rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed counterPaul E. McKenney
2009-11-10rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling of ->...Paul E. McKenney
2009-11-10Merge branch 'core/urgent' into core/rcuIngo Molnar
2009-11-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney
2009-10-26rcu: Simplify creating of lockdep class for root rcu_nodePeter Zijlstra
2009-10-15rcu: Fix TREE_PREEMPT_RCU CPU_HOTPLUG bad-luck hangPaul E. McKenney
2009-10-15rcu: Prevent RCU IPI storms in presence of high call_rcu() loadPaul E. McKenney
2009-10-07rcu: Place root rcu_node structure in separate lockdep classPaul E. McKenney
2009-10-07rcu: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney
2009-10-07rcu: Move rcu_barrier() to rcutreePaul E. McKenney
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul E. McKenney
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 3Paul E. McKenney
2009-10-05rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=yPaul E. McKenney
2009-09-23rcu: Clean up code to address Ingo's checkpatch feedbackPaul E. McKenney
2009-09-23rcu: Clean up code based on review feedback from Josh Triplett, part 2Paul E. McKenney
2009-09-23rcu: Clean up code based on review feedback from Josh TriplettPaul E. McKenney
2009-09-19rcu: Fix whitespace inconsistenciesPaul E. McKenney
2009-09-19rcu: Fix thinko, actually initialize full treePaul E. McKenney
2009-09-19rcu: Apply results of code inspection of kernel/rcutree_plugin.hPaul E. McKenney
2009-09-19rcu: Add WARN_ON_ONCE() consistency checks covering state transitionsPaul E. McKenney
2009-09-18rcu: Simplify rcu_read_unlock_special() quiescent-state accountingPaul E. McKenney
2009-09-18rcu: Add debug checks to TREE_PREEMPT_RCU for premature grace periodsPaul E. McKenney
2009-09-18rcu: Initialize multi-level RCU grace periods holding locksPaul E. McKenney
2009-09-18rcu: Need to update rnp->gpnum if preemptable RCU is to be reliablePaul E. McKenney
2009-09-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney
2009-08-29rcu: Create rcutree plugins to handle hotplug CPU for multi-level treesPaul E. McKenney
2009-08-25rcu: Add #ifdef to suppress __rcu_offline_cpu() warning in !HOTPLUG_CPU buildsPaul E. McKenney
2009-08-24rcu: Add CPU-offline processing for single-node configurationsPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul E. McKenney
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney
2009-08-23rcu: Merge per-RCU-flavor initialization into pre-existing macroPaul E. McKenney
2009-08-23rcu: Renamings to increase RCU clarityPaul E. McKenney
2009-08-23rcu: Move private definitions from include/linux/rcutree.h to kernel/rcutree.hPaul E. McKenney
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney
2009-08-15rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney
2009-08-02debug lockups: Improve lockup detectionIngo Molnar