Age | Commit message (Expand) | Author | Files | Lines |
2021-05-18 | Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1... | Paul E. McKenney | 1 | -13/+15 |
2021-05-12 | rcu: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
2021-05-10 | rcu: Point to documentation of ordering guarantees | Paul E. McKenney | 1 | -0/+3 |
2021-05-10 | srcu: Fix broken node geometry after early ssp init | Frederic Weisbecker | 1 | -0/+3 |
2021-05-10 | srcu: Initialize SRCU after timers | Frederic Weisbecker | 1 | -0/+5 |
2021-05-10 | srcu: Remove superfluous ssp initialization for early callbacks | Frederic Weisbecker | 1 | -1/+0 |
2021-05-10 | srcu: Remove superfluous sdp->srcu_lock_count zero filling | Frederic Weisbecker | 1 | -10/+2 |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney | 1 | -31/+116 |
2021-01-06 | rcu/segcblist: Add counters to segcblist datastructure | Joel Fernandes (Google) | 1 | -1/+4 |
2021-01-04 | srcu: Add comment explaining cookie overflow/wrap | Paul E. McKenney | 1 | -0/+15 |
2021-01-04 | srcu: Provide polling interfaces for Tree SRCU grace periods | Paul E. McKenney | 1 | -4/+63 |
2021-01-04 | srcu: Provide internal interface to start a Tree SRCU grace period | Paul E. McKenney | 1 | -29/+37 |
2020-11-19 | Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',... | Paul E. McKenney | 1 | -2/+4 |
2020-11-19 | srcu: Take early exit on memory-allocation failure | Paul E. McKenney | 1 | -1/+3 |
2020-11-02 | srcu: Use a more appropriate lockdep helper | Jakub Kicinski | 1 | -1/+1 |
2020-08-24 | srcu: Remove KCSAN stubs | Paul E. McKenney | 1 | -13/+0 |
2020-06-29 | srcu: Avoid local_irq_save() before acquiring spinlock_t | Sebastian Andrzej Siewior | 1 | -7/+7 |
2020-06-29 | srcu: Fix a typo in comment "amoritized"->"amortized" | Ethon Paul | 1 | -1/+1 |
2020-04-27 | srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arrays | Paul E. McKenney | 1 | -4/+4 |
2020-04-27 | srcu: Add KCSAN stubs | Paul E. McKenney | 1 | -0/+13 |
2020-03-21 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 1 | -8/+10 |
2020-02-20 | srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seq | Paul E. McKenney | 1 | -1/+3 |
2020-02-20 | srcu: Fix process_srcu()/srcu_batches_completed() datarace | Paul E. McKenney | 1 | -1/+1 |
2020-02-20 | srcu: Fix __call_srcu()/srcu_get_delay() datarace | Paul E. McKenney | 1 | -3/+3 |
2020-02-20 | srcu: Fix __call_srcu()/process_srcu() datarace | Paul E. McKenney | 1 | -2/+2 |
2020-02-20 | rcu: Fix typos in file-header comments | SeongJae Park | 1 | -1/+1 |
2020-01-24 | Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf... | Paul E. McKenney | 1 | -5/+6 |
2020-01-24 | srcu: Apply *_ONCE() to ->srcu_last_gp_end | Paul E. McKenney | 1 | -3/+4 |
2020-01-24 | rcu: Remove kfree_rcu() special casing and lazy-callback handling | Joel Fernandes (Google) | 1 | -2/+2 |
2019-08-01 | srcu: Avoid srcutorture security-based pointer obfuscation | Paul E. McKenney | 1 | -2/+3 |
2019-05-28 | rcu: Make __call_srcu static | Jiang Biao | 1 | -2/+2 |
2019-05-28 | srcu: Allocate per-CPU data for DEFINE_SRCU() in modules | Paul E. McKenney | 1 | -0/+65 |
2019-03-26 | srcu: Remove cleanup_srcu_struct_quiesced() | Paul E. McKenney | 1 | -18/+12 |
2019-03-26 | srcu: Check for in-flight callbacks in _cleanup_srcu_struct() | Paul E. McKenney | 1 | -0/+2 |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 1 | -46/+26 |
2019-02-09 | rcu/srcu: Convert to SPDX license identifier | Paul E. McKenney | 1 | -15/+2 |
2019-01-25 | srcu: Remove srcu_queue_delayed_work_on() | Sebastian Andrzej Siewior | 1 | -31/+24 |
2018-11-27 | srcu: Use "ssp" instead of "sp" for srcu_struct pointer | Paul E. McKenney | 1 | -244/+244 |
2018-11-27 | srcu: Lock srcu_data structure in srcu_gp_start() | Dennis Krein | 1 | -0/+2 |
2018-11-08 | srcu: Prevent __call_srcu() counter wrap with read-side critical section | Paul E. McKenney | 1 | -0/+3 |
2018-08-30 | Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ... | Paul E. McKenney | 1 | -5/+26 |
2018-08-30 | srcu: Make early-boot call_srcu() reuse workqueue lists | Paul E. McKenney | 1 | -6/+5 |
2018-08-30 | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 1 | -2/+24 |
2018-08-30 | rcu: Clean up flavor-related definitions and comments in srcutree.h | Paul E. McKenney | 1 | -1/+1 |
2018-08-30 | rcu: Remove rsp parameter from rcu_node tree accessor macros | Paul E. McKenney | 1 | -2/+2 |
2018-07-12 | srcu: Add grace-period number to rcutorture statistics printout | Paul E. McKenney | 1 | -1/+2 |
2018-07-12 | rcu: Use pr_fmt to prefix "rcu: " to logging output | Joe Perches | 1 | -1/+4 |
2018-07-12 | rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq | Paul E. McKenney | 1 | -3/+2 |
2018-06-25 | srcu: Add address of first callback to rcutorture output | Paul E. McKenney | 1 | -7/+8 |
2018-06-25 | srcu: Document that srcu_funnel_gp_start() implies srcu_funnel_exp_start() | Paul E. McKenney | 1 | -0/+3 |