aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutree.h
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: Fix grace-period-stall bug on large systems with CPU hotplugPaul E. McKenney
2009-11-10rcu: Rename dynticks_completed to completed_fqsPaul E. McKenney
2009-11-10rcu: Remove inline from forward-referenced functionsPaul 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-02rcu: Fix long-grace-period race between forcing and initializationPaul E. McKenney
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: Make hot-unplugged CPU relinquish its own RCU callbacksPaul E. McKenney
2009-10-05rcu: Clean up code based on review feedback from Josh Triplett, part 4Paul 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-08-29rcu: Changes from reviews: avoid casts, fix/add warnings, improve commentsPaul E. McKenney
2009-08-23rcu: Merge preemptable-RCU functionality into hierarchical RCUPaul 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-04-03kmemtrace, rcu: fix rcu_tree_trace.c data structure dependenciesIngo Molnar