| Commit message (Expand) | Author | Age | Files | Lines |
* | srcu: Avoid local_irq_save() before acquiring spinlock_t | Sebastian Andrzej Siewior | 2020-06-29 | 1 | -7/+7 |
* | srcu: Fix a typo in comment "amoritized"->"amortized" | Ethon Paul | 2020-06-29 | 1 | -1/+1 |
* | srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays | Paul E. McKenney | 2020-04-27 | 1 | -4/+4 |
* | srcu: Add KCSAN stubs | Paul E. McKenney | 2020-04-27 | 1 | -0/+13 |
*-. | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 2020-03-22 | 1 | -8/+10 |
|\ \ |
|
| | * | srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq | Paul E. McKenney | 2020-02-21 | 1 | -1/+3 |
| | * | srcu: Fix process_srcu()/srcu_batches_completed() datarace | Paul E. McKenney | 2020-02-21 | 1 | -1/+1 |
| | * | srcu: Fix __call_srcu()/srcu_get_delay() datarace | Paul E. McKenney | 2020-02-21 | 1 | -3/+3 |
| | * | srcu: Fix __call_srcu()/process_srcu() datarace | Paul E. McKenney | 2020-02-21 | 1 | -2/+2 |
| |/
|/| |
|
| * | rcu: Fix typos in file-header comments | SeongJae Park | 2020-02-21 | 1 | -1/+1 |
|/ |
|
*-. | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 2020-01-24 | 1 | -5/+6 |
|\ \ |
|
| | * | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 2020-01-24 | 1 | -2/+2 |
| |/
|/| |
|
| * | srcu: Apply *_ONCE() to ->srcu_last_gp_end | Paul E. McKenney | 2020-01-24 | 1 | -3/+4 |
|/ |
|
* | srcu: Avoid srcutorture security-based pointer obfuscation | Paul E. McKenney | 2019-08-01 | 1 | -2/+3 |
* | rcu: Make __call_srcu static | Jiang Biao | 2019-05-28 | 1 | -2/+2 |
* | srcu: Allocate per-CPU data for DEFINE_SRCU() in modules | Paul E. McKenney | 2019-05-28 | 1 | -0/+65 |
* | srcu: Remove cleanup_srcu_struct_quiesced() | Paul E. McKenney | 2019-03-26 | 1 | -18/+12 |
* | srcu: Check for in-flight callbacks in _cleanup_srcu_struct() | Paul E. McKenney | 2019-03-26 | 1 | -0/+2 |
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 1 | -46/+26 |
|\ \ |
|
| | * | srcu: Remove srcu_queue_delayed_work_on() | Sebastian Andrzej Siewior | 2019-01-26 | 1 | -31/+24 |
| |/
|/| |
|
| * | rcu/srcu: Convert to SPDX license identifier | Paul E. McKenney | 2019-02-09 | 1 | -15/+2 |
|/ |
|
* | srcu: Use "ssp" instead of "sp" for srcu_struct pointer | Paul E. McKenney | 2018-11-27 | 1 | -244/+244 |
* | srcu: Lock srcu_data structure in srcu_gp_start() | Dennis Krein | 2018-11-27 | 1 | -0/+2 |
* | srcu: Prevent __call_srcu() counter wrap with read-side critical section | Paul E. McKenney | 2018-11-09 | 1 | -0/+3 |
*-. | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 2018-08-31 | 1 | -5/+26 |
|\ \ |
|
| | * | srcu: Make early-boot call_srcu() reuse workqueue lists | Paul E. McKenney | 2018-08-31 | 1 | -6/+5 |
| | * | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 2018-08-31 | 1 | -2/+24 |
| |/
|/| |
|
| * | rcu: Clean up flavor-related definitions and comments in srcutree.h | Paul E. McKenney | 2018-08-31 | 1 | -1/+1 |
| * | rcu: Remove rsp parameter from rcu_node tree accessor macros | Paul E. McKenney | 2018-08-31 | 1 | -2/+2 |
|/ |
|
* | srcu: Add grace-period number to rcutorture statistics printout | Paul E. McKenney | 2018-07-13 | 1 | -1/+2 |
* | rcu: Use pr_fmt to prefix "rcu: " to logging output | Joe Perches | 2018-07-13 | 1 | -1/+4 |
* | rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq | Paul E. McKenney | 2018-07-12 | 1 | -3/+2 |
* | srcu: Add address of first callback to rcutorture output | Paul E. McKenney | 2018-06-25 | 1 | -7/+8 |
* | srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start() | Paul E. McKenney | 2018-06-25 | 1 | -0/+3 |
* | srcu: Fix typos in __call_srcu() header comment | Paul E. McKenney | 2018-06-25 | 1 | -4/+4 |
* | srcu: Add cleanup_srcu_struct_quiesced() | Paul E. McKenney | 2018-05-15 | 1 | -13/+17 |
*-. | Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2... | Paul E. McKenney | 2018-02-24 | 1 | -8/+9 |
|\ \ |
|
| * | | rcu: Remove SRCU throttling | Paul E. McKenney | 2018-02-21 | 1 | -3/+1 |
| * | | srcu: Remove dead code in srcu_gp_end() | Byungchul Park | 2018-02-21 | 1 | -2/+0 |
| * | | srcu: Reduce scans of srcu_data in counter wrap check | Ildar Ismagilov | 2018-02-21 | 1 | -2/+4 |
| * | | srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap | Ildar Ismagilov | 2018-02-21 | 1 | -0/+3 |
| * | | srcu: Abstract function name | Paul E. McKenney | 2018-02-21 | 1 | -1/+1 |
| |/ |
|
* | | rcu: Create RCU-specific workqueues with rescuers | Paul E. McKenney | 2018-02-24 | 1 | -5/+3 |
* | | rcu: Fix misprint in srcu_funnel_exp_start | Ildar Ismagilov | 2018-02-21 | 1 | -1/+1 |
* | | rcu: Use wrapper for lockdep asserts | Matthew Wilcox | 2018-02-21 | 1 | -1/+1 |
|/ |
|
* | srcu: Prohibit call_srcu() use under raw spinlocks | Paul E. McKenney | 2017-11-29 | 1 | -41/+68 |
* | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney | 2017-10-20 | 1 | -1/+1 |
*-. | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 2017-08-17 | 1 | -2/+48 |
|\ \ |
|
| | * | rcutorture: Print SRCU lock/unlock totals | Paul E. McKenney | 2017-07-25 | 1 | -1/+4 |
| | * | rcutorture: Move SRCU status printing to SRCU implementations | Paul E. McKenney | 2017-07-25 | 1 | -0/+34 |
| |/
|/| |
|