summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)Author
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-05-28rcu: Make __call_srcu staticJiang Biao
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-03-26srcu: Check for in-flight callbacks in _cleanup_srcu_struct()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-09rcu/srcu: Convert to SPDX license identifierPaul E. McKenney
2019-01-25srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior
2018-11-27srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney
2018-11-27srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein
2018-11-08srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney
2018-08-30srcu: Make call_srcu() available during very early bootPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney
2018-07-12srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney
2018-06-25srcu: Add address of first callback to rcutorture outputPaul E. McKenney
2018-06-25srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney
2018-06-25srcu: Fix typos in __call_srcu() header commentPaul E. McKenney
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney
2018-02-20rcu: Remove SRCU throttlingPaul E. McKenney
2018-02-20srcu: Remove dead code in srcu_gp_end()Byungchul Park
2018-02-20srcu: Reduce scans of srcu_data in counter wrap checkIldar Ismagilov
2018-02-20srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrapIldar Ismagilov
2018-02-20srcu: Abstract function namePaul E. McKenney
2018-02-20rcu: Fix misprint in srcu_funnel_exp_startIldar Ismagilov
2018-02-20rcu: Use wrapper for lockdep assertsMatthew Wilcox
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney
2017-07-27srcu: Provide ordering for CPU not involved in grace periodPaul E. McKenney
2017-07-24rcutorture: Print SRCU lock/unlock totalsPaul E. McKenney
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney
2017-07-24srcu: Make process_srcu() be staticPaul E. McKenney
2017-06-08srcu: Use rnp->lock wrappers to replace explicit memory barriersPaul E. McKenney
2017-06-08srcu: Shrink srcu.h by moving docbook and private functionPaul E. McKenney
2017-06-08srcu: Prevent sdp->srcu_gp_seq_needed counter wrapPaul E. McKenney
2017-06-08srcu: Add DEBUG_OBJECTS_RCU_HEAD functionalityPaul E. McKenney
2017-06-08srcu: Print non-default exp_holdoff values at boot timePaul E. McKenney
2017-06-08srcu: Make exp_holdoff module parameter be staticPaul E. McKenney
2017-06-08srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney
2017-06-08srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney