aboutsummaryrefslogtreecommitdiff
path: root/kernel/rcutiny_plugin.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-23rcu: Add a module parameter to force use of expedited RCU primitivesGravatar Antti P Miettinen 1-1/+4
2012-09-23rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()Gravatar Paul E. McKenney 1-5/+5
2012-07-06rcu: Fix code-style issues involving "else"Gravatar Paul E. McKenney 1-3/+4
2012-07-06Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07...Gravatar Paul E. McKenney 1-48/+1
2012-07-02rcu: The rcu_needs_cpu() function is not a quiescent stateGravatar Paul E. McKenney 1-2/+0
2012-07-02rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsGravatar Paul E. McKenney 1-46/+1
2012-05-02rcu: Make exit_rcu() more precise and consolidateGravatar Paul E. McKenney 1-16/+0
2012-02-21rcu: Simplify unboosting checksGravatar Paul E. McKenney 1-4/+6
2012-02-21rcu: Inform RCU of irq_exit() activityGravatar Paul E. McKenney 1-1/+1
2012-02-21rcu: Prevent RCU callbacks from executing before scheduler initializedGravatar Paul E. McKenney 1-3/+12
2012-02-21rcu: Streamline code produced by __rcu_read_unlock()Gravatar Paul E. McKenney 1-1/+1
2012-02-21rcu: Protect __rcu_read_unlock() against scheduler-using irq handlersGravatar Paul E. McKenney 1-8/+35
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockGravatar Paul E. McKenney 1-0/+5
2011-12-11rcu: Apply ACCESS_ONCE() to rcu_boost() return valueGravatar Paul E. McKenney 1-2/+2
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback stateGravatar Paul E. McKenney 1-0/+25
2011-10-31kernel: fix up module header handling in rcutiny filesGravatar Paul Gortmaker 1-0/+1
2011-09-28rcu: Make TINY_RCU also use softirq for RCU_BOOST=nGravatar Paul E. McKenney 1-27/+83
2011-09-28rcu: Put names into TINY_RCU structures under RCU_TRACEGravatar Paul E. McKenney 1-6/+4
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesGravatar Paul E. McKenney 1-14/+0
2011-05-05rcu: Converge TINY_RCU expedited and normal boostingGravatar Paul E. McKenney 1-74/+89
2011-05-05rcu: remove useless ->boosted_this_gp fieldGravatar Paul E. McKenney 1-31/+4
2011-05-05rcu: code cleanups in TINY_RCU priority boosting.Gravatar Paul E. McKenney 1-4/+3
2011-03-04rcu: call __rcu_read_unlock() in exit_rcu for tiny RCUGravatar Lai Jiangshan 1-1/+1
2010-11-29rcu: Distinguish between boosting and boostedGravatar Paul E. McKenney 1-0/+4
2010-11-29rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-10/+222
2010-11-29rcu: priority boosting for TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-10/+198
2010-11-17rcu: move TINY_RCU from softirq to kthreadGravatar Paul E. McKenney 1-7/+8
2010-08-27rcu: performance fixes to TINY_PREEMPT_RCU callback checkingGravatar Paul E. McKenney 1-4/+8
2010-08-20rcu: repair code-duplication FIXMEsGravatar Paul E. McKenney 1-4/+0
2010-08-20rcu: Add a TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-3/+579
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsGravatar Paul E. McKenney 1-0/+39