| Commit message (Expand) | Author | Age | Files | Lines |
* | srcu: Fix a misspelling in comment | Pingfan Liu | 2023-01-03 | 1 | -1/+1 |
* | srcu: Debug NMI safety even on archs that don't require it | Frederic Weisbecker | 2022-10-21 | 1 | -4/+0 |
* | srcu: Check for consistent per-CPU per-srcu_struct NMI safety | Paul E. McKenney | 2022-10-20 | 1 | -0/+5 |
* | srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic | Paul E. McKenney | 2022-10-18 | 1 | -2/+2 |
* | srcu: Prevent expedited GPs and blocking readers from consuming CPU | Paul E. McKenney | 2022-05-03 | 1 | -0/+4 |
* | srcu: Add contention-triggered addition of srcu_node tree | Paul E. McKenney | 2022-04-11 | 1 | -0/+2 |
* | srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda | Paul E. McKenney | 2022-04-11 | 1 | -0/+1 |
* | srcu: Use export for srcu_struct defined by DEFINE_STATIC_SRCU() | Alexander Aring | 2022-04-11 | 1 | -0/+1 |
* | srcu: Dynamically allocate srcu_node array | Paul E. McKenney | 2022-04-11 | 1 | -1/+1 |
* | srcu: Make Tree SRCU able to operate without snp_node array | Paul E. McKenney | 2022-04-11 | 1 | -1/+13 |
* | srcu: Fix s/is/if/ typo in srcu_node comment | Paul E. McKenney | 2022-04-11 | 1 | -5/+3 |
* | srcu: Unconditionally embed struct lockdep_map | Frederic Weisbecker | 2021-05-10 | 1 | -2/+0 |
* | module: Make srcu_struct ptr array as read-only | Joel Fernandes (Google) | 2019-05-28 | 1 | -1/+1 |
* | srcu: Allocate per-CPU data for DEFINE_SRCU() in modules | Paul E. McKenney | 2019-05-28 | 1 | -3/+11 |
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 1 | -16/+4 |
|\ \ |
|
| | * | srcu: Remove srcu_queue_delayed_work_on() | Sebastian Andrzej Siewior | 2019-01-25 | 1 | -1/+2 |
| |/
|/| |
|
| * | linux/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 | -4/+4 |
* | srcu: Make early-boot call_srcu() reuse workqueue lists | Paul E. McKenney | 2018-08-30 | 1 | -2/+1 |
* | srcu: Make call_srcu() available during very early boot | Paul E. McKenney | 2018-08-30 | 1 | -6/+8 |
* | kernel/SRCU: provide a static initializer | Sebastian Andrzej Siewior | 2018-05-30 | 1 | -3/+3 |
* | srcu: Prohibit call_srcu() use under raw spinlocks | Paul E. McKenney | 2017-11-28 | 1 | -4/+4 |
*-. | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 2017-08-17 | 1 | -2/+1 |
|\ \ |
|
| | * | rcutorture: Move SRCU status printing to SRCU implementations | Paul E. McKenney | 2017-07-24 | 1 | -0/+1 |
| |/
|/| |
|
| * | srcu: Make process_srcu() be static | Paul E. McKenney | 2017-07-24 | 1 | -2/+0 |
|/ |
|
* | srcu: Use rnp->lock wrappers to replace explicit memory barriers | Paul E. McKenney | 2017-06-08 | 1 | -4/+4 |
* | srcu: Shrink srcu.h by moving docbook and private function | Paul E. McKenney | 2017-06-08 | 1 | -1/+0 |
* | rcu: Move torture-related definitions from rcupdate.h to rcu.h | Paul E. McKenney | 2017-06-08 | 1 | -4/+0 |
* | srcu: Specify auto-expedite holdoff time | Paul E. McKenney | 2017-04-26 | 1 | -0/+1 |
* | srcu: Expedited grace periods with reduced memory contention | Paul E. McKenney | 2017-04-26 | 1 | -1/+3 |
* | srcu: Make rcutorture writer stalls print SRCU GP state | Paul E. McKenney | 2017-04-26 | 1 | -0/+4 |
* | srcu: Exact tracking of srcu_data structures containing callbacks | Paul E. McKenney | 2017-04-26 | 1 | -0/+4 |
* | srcu: Parallelize callback handling | Paul E. McKenney | 2017-04-21 | 1 | -16/+64 |
* | srcu: Create a tiny SRCU | Paul E. McKenney | 2017-04-18 | 1 | -0/+91 |