summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-181-13/+15
|\ \ \
| | | * srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-05-101-0/+3
| | | * srcu: Initialize SRCU after timersFrederic Weisbecker2021-05-101-0/+5
| | | * srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker2021-05-101-1/+0
| | | * srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker2021-05-101-10/+2
| |_|/ |/| |
| | * rcu: Fix various typos in commentsIngo Molnar2021-05-121-2/+2
| |/ |/|
| * rcu: Point to documentation of ordering guaranteesPaul E. McKenney2021-05-101-0/+3
|/
*---. Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-31/+116
|\ \ \
| | | * srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney2021-01-041-0/+15
| | | * srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-01-041-4/+63
| | | * srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-01-041-29/+37
| |_|/ |/| |
| | * rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)2021-01-061-1/+4
| |/ |/|
| |
| \
*-. \ Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney2020-11-191-2/+4
|\ \ \ | |_|/ |/| |
| | * srcu: Use a more appropriate lockdep helperJakub Kicinski2020-11-021-1/+1
| |/ |/|
| * srcu: Take early exit on memory-allocation failurePaul E. McKenney2020-11-191-1/+3
|/
* srcu: Remove KCSAN stubsPaul E. McKenney2020-08-241-13/+0
* srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior2020-06-291-7/+7
* srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul2020-06-291-1/+1
* srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney2020-04-271-4/+4
* srcu: Add KCSAN stubsPaul E. McKenney2020-04-271-0/+13
*-. Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-211-8/+10
|\ \
| | * srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney2020-02-201-1/+3
| | * srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney2020-02-201-1/+1
| | * srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney2020-02-201-3/+3
| | * srcu: Fix __call_srcu()/process_srcu() dataracePaul E. McKenney2020-02-201-2/+2
| |/ |/|
| * rcu: Fix typos in file-header commentsSeongJae Park2020-02-201-1/+1
|/
*-. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-5/+6
|\ \
| | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-2/+2
| |/ |/|
| * srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney2020-01-241-3/+4
|/
* srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney2019-08-011-2/+3
* rcu: Make __call_srcu staticJiang Biao2019-05-281-2/+2
* srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-281-0/+65
* srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney2019-03-261-18/+12
* srcu: Check for in-flight callbacks in _cleanup_srcu_struct()Paul E. McKenney2019-03-261-0/+2
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-46/+26
|\ \
| | * srcu: Remove srcu_queue_delayed_work_on()Sebastian Andrzej Siewior2019-01-251-31/+24
| |/ |/|
| * rcu/srcu: Convert to SPDX license identifierPaul E. McKenney2019-02-091-15/+2
|/
* srcu: Use "ssp" instead of "sp" for srcu_struct pointerPaul E. McKenney2018-11-271-244/+244
* srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein2018-11-271-0/+2
* srcu: Prevent __call_srcu() counter wrap with read-side critical sectionPaul E. McKenney2018-11-081-0/+3
*-. Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney2018-08-301-5/+26
|\ \
| | * srcu: Make early-boot call_srcu() reuse workqueue listsPaul E. McKenney2018-08-301-6/+5
| | * srcu: Make call_srcu() available during very early bootPaul E. McKenney2018-08-301-2/+24
| |/ |/|
| * rcu: Clean up flavor-related definitions and comments in srcutree.hPaul E. McKenney2018-08-301-1/+1
| * rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney2018-08-301-2/+2
|/
* srcu: Add grace-period number to rcutorture statistics printoutPaul E. McKenney2018-07-121-1/+2
* rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches2018-07-121-1/+4
* rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney2018-07-121-3/+2
* srcu: Add address of first callback to rcutorture outputPaul E. McKenney2018-06-251-7/+8
* srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start()Paul E. McKenney2018-06-251-0/+3