aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-27srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney1-4/+4
2020-04-27srcu: Add KCSAN stubsPaul E. McKenney1-0/+13
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEADPaul E. McKenney1-8/+10
2020-02-20srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney1-1/+3
2020-02-20srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney1-1/+1
2020-02-20srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney1-3/+3
2020-02-20srcu: Fix __call_srcu()/process_srcu() dataracePaul E. McKenney1-2/+2
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park1-1/+1
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEADPaul E. McKenney1-5/+6
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney1-3/+4
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-2/+2
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney1-2/+3
2019-05-28rcu: Make __call_srcu staticJiang Biao1-2/+2
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney1-0/+65
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney1-18/+12
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney1-0/+2
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-46/+26
2019-02-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior1-31/+24
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney1-244/+244
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein1-0/+2
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney1-0/+3
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-5/+26
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney1-6/+5
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney1-2/+24
2018-08-30rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney1-1/+1
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney1-2/+2
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney1-1/+2
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-1/+4
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney1-3/+2
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney1-7/+8
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney1-0/+3
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney1-4/+4
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney1-13/+17
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEADPaul E. McKenney1-8/+9
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney1-5/+3
2018-02-20rcu: Remove SRCU throttlingPaul E. McKenney1-3/+1
2018-02-20srcu: Remove dead code in srcu_gp_end()Byungchul Park1-2/+0
2018-02-20srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov1-2/+4
2018-02-20srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov1-0/+3
2018-02-20srcu: Abstract function namePaul E. McKenney1-1/+1
2018-02-20rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov1-1/+1
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox1-1/+1
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney1-41/+68
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney1-1/+1
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney1-2/+48
2017-07-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney1-0/+9
2017-07-24rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney1-1/+4
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney1-0/+34
2017-07-24srcu: Make process_srcu() be staticPaul E. McKenney1-2/+2