aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/srcu.h
AgeCommit message (Expand)Author
2023-12-13srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2023-05-09srcu: Remove extraneous parentheses from srcu_read_lock() etc.Paul E. McKenney
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng
2023-01-03rcu: Add srcu_down_read() and srcu_up_read()Paul E. McKenney
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney
2021-11-30rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)Chun-Hung Tseng
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