aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcu.h
Commit message (Expand)AuthorAge
* srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney2019-03-26
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-09
|\ \
| | * srcu: Check for invalid idx argument in srcu_read_unlock()Paul E. McKenney2019-01-25
| |/ |/|
| * linux/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-09
|/
* srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-27
* srcu: Fix kernel-doc missing notationRandy Dunlap2018-11-09
* srcu: Add notrace variant of srcu_dereferenceJoel Fernandes (Google)2018-07-26
* srcu: Add notrace variants of srcu_read_{lock,unlock}Paul McKenney2018-07-26
* srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney2018-05-15
* lockdep: Convert some users to constMatthew Wilcox2018-01-18
* doc: Fix various RCU docbook comment-header problemsPaul E. McKenney2017-10-19
* srcu: Remove Classic SRCUPaul E. McKenney2017-06-08
* srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney2017-06-08
* srcu: Make SRCU be once again optionalPaul E. McKenney2017-06-08
* srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini2017-06-08
* srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-18
* srcu: Create a tiny SRCUPaul E. McKenney2017-04-18
* srcu: Crude control of expedited grace periodsPaul E. McKenney2017-04-18
* srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney2017-04-18
* srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney2017-04-18
* srcu: Add grace-period sequence numbersPaul E. McKenney2017-04-18
* srcu: Move to state-based grace-period sequencingPaul E. McKenney2017-04-18
* srcu: Implement more-efficient reader countsLance Roy2017-01-25
* rcu: Document unique-name limitation for DEFINE_STATIC_SRCU()Paul E. McKenney2016-02-23
* rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney2015-10-06
* rcu: Reverse rcu_dereference_check() conditionsPaul E. McKenney2015-03-03
* rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU()Paul E. McKenney2015-01-06
* rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney2015-01-06
* rcu: Stop tracking FSF's postal addressPaul E. McKenney2014-02-17
* srcu: API for barrier after srcu read unlockMichael S. Tsirkin2013-11-06
* rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw().Paul E. McKenney2013-06-10
* srcu: Remove checks preventing idle CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-07
* srcu: Remove checks preventing offline CPUs from calling srcu_read_lock()Lai Jiangshan2013-02-07
* srcu: Add DEFINE_SRCU()Lai Jiangshan2012-10-27
* srcu: Export process_srcu()Lai Jiangshan2012-10-23
* srcu: Credit Lai Jiangshan with SRCU rewriteLai Jiangshan2012-10-23
* rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-30
* rcu: Remove unused srcu_barrier()Lai Jiangshan2012-04-30
* rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-30
* rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-30
* rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-30
* rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdepHeiko Carstens2012-02-21
* rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney2012-02-21
* rcu: Document same-context read-side constraintsPaul E. McKenney2011-12-11
* rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney2011-12-11
* rcu: Make srcu_read_lock_held() call common lockdep-enabled functionPaul E. McKenney2011-12-11
* rcu: Warn when srcu_read_lock() is used in an extended quiescent statePaul E. McKenney2011-12-11
* rcu: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney2010-08-20
* rcu: define __rcu address space modifier for sparsePaul E. McKenney2010-08-19
* rcu: make SRCU usable in modulesPaul E. McKenney2010-05-10