aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney1-35/+1
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-15/+3
2019-02-09linux/srcu: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25srcu: Check for invalid idx argument in srcu_read_unlock()Paul E. McKenney1-0/+1
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney1-39/+39
2018-11-08srcu: Fix kernel-doc missing notationRandy Dunlap1-0/+3
2018-07-26srcu: Add notrace variant of srcu_dereferenceJoel Fernandes (Google)1-0/+5
2018-07-26srcu: Add notrace variants of srcu_read_{lock,unlock}Paul McKenney1-0/+17
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney1-1/+35
2018-01-18lockdep: Convert some users to constMatthew Wilcox1-2/+2
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney1-0/+1
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney1-2/+0
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney1-20/+0
2017-06-08srcu: Make SRCU be once again optionalPaul E. McKenney1-1/+6
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-2/+0
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney1-0/+2
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney1-61/+8
2017-04-18srcu: Crude control of expedited grace periodsPaul E. McKenney1-0/+1
2017-04-18srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney1-4/+1
2017-04-18srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney1-19/+5
2017-04-18srcu: Add grace-period sequence numbersPaul E. McKenney1-0/+1
2017-04-18srcu: Move to state-based grace-period sequencingPaul E. McKenney1-2/+8
2017-01-25srcu: Implement more-efficient reader countsLance Roy1-5/+5
2016-02-23rcu: Document unique-name limitation for DEFINE_STATIC_SRCU()Paul E. McKenney1-2/+17
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney1-1/+4
2015-03-03rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney1-1/+1
2015-01-06rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU()Paul E. McKenney1-6/+4
2015-01-06rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney1-2/+2
2014-02-17rcu: Stop tracking FSF's postal addressPaul E. McKenney1-2/+2
2013-11-06srcu: API for barrier after srcu read unlockMichael S. Tsirkin1-0/+14
2013-06-10rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney1-43/+0
2013-02-07srcu: Remove checks preventing idle CPUs from calling srcu_read_lock()Lai Jiangshan1-18/+3
2013-02-07srcu: Remove checks preventing offline CPUs from calling srcu_read_lock()Lai Jiangshan1-5/+0
2012-10-27srcu: Add DEFINE_SRCU()Lai Jiangshan1-0/+30
2012-10-23srcu: Export process_srcu()Lai Jiangshan1-0/+2
2012-10-23srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan1-0/+2
2012-04-30rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan1-1/+36
2012-04-30rcu: Remove unused srcu_barrier()Lai Jiangshan1-6/+0
2012-04-30rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan1-6/+1
2012-04-30rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan1-1/+1
2012-04-30rcu: Direct algorithmic SRCU implementationPaul E. McKenney1-2/+8
2012-02-21rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens1-0/+4
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney1-4/+7
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney1-0/+5
2011-12-11rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney1-0/+43
2011-12-11rcu: Make srcu_read_lock_held() call common lockdep-enabled functionPaul E. McKenney1-1/+4
2011-12-11rcu: Warn when srcu_read_lock() is used in an extended quiescent statePaul E. McKenney1-13/+23
2010-08-20rcu: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney1-1/+6
2010-08-19rcu: define __rcu address space modifier for sparsePaul E. McKenney1-4/+23
2010-05-10rcu: make SRCU usable in modulesPaul E. McKenney1-0/+2