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