aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/srcu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-13srcu: Use try-lock lockdep annotation for NMI-safe access.Sebastian Andrzej Siewior1-1/+1
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queueLinus Torvalds1-0/+5
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+5
2023-05-09srcu: Remove extraneous parentheses from srcu_read_lock() etc.Paul E. McKenney1-4/+4
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng1-2/+32
2023-01-03rcu: Add srcu_down_read() and srcu_up_read()Paul E. McKenney1-0/+45
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney1-8/+1
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker1-12/+24
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney1-6/+6
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney1-0/+51
2021-11-30rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu)Chun-Hung Tseng1-1/+2
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker1-0/+6
2021-01-04srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney1-0/+3
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