aboutsummaryrefslogtreecommitdiff
path: root/kernel/srcu.c
AgeCommit message (Expand)Author
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan
2012-04-30rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan
2012-04-30rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan
2012-04-30rcu: Improve SRCU's wait_idx() commentsLai Jiangshan
2012-04-30rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan
2012-04-30rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney
2012-02-21rcu: Add lockdep-RCU checks for simple self-deadlockPaul E. McKenney
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-01-14rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter statusPaul E. McKenney
2010-11-29rcu: Make synchronize_srcu_expedited() fast if running readersPaul E. McKenney
2010-09-23kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-25rcu: Introduce lockdep-based checking to RCU read-side primitivesPaul E. McKenney
2010-01-16rcu: Fix sparse warningsPaul E. McKenney
2009-10-26rcu: Add synchronize_srcu_expedited()Paul E. McKenney
2008-02-06make srcu_readers_active() staticAdrian Bunk
2006-10-04[PATCH] SRCU: report out-of-memory errorsAlan Stern
2006-10-04[PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney