| Commit message (Expand) | Author | Age | Files | Lines |
* | srcu: Use try-lock lockdep annotation for NMI-safe access. | Sebastian Andrzej Siewior | 2024-01-25 | 1 | -1/+1 |
* | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-07-04 | 1 | -0/+5 |
|\ |
|
| * | locking: Introduce __cleanup() based infrastructure | Peter Zijlstra | 2023-06-26 | 1 | -0/+5 |
* | | srcu: Remove extraneous parentheses from srcu_read_lock() etc. | Paul E. McKenney | 2023-05-09 | 1 | -4/+4 |
|/ |
|
* | rcu: Annotate SRCU's update-side lockdep dependencies | Boqun Feng | 2023-03-27 | 1 | -2/+32 |
* | rcu: Add srcu_down_read() and srcu_up_read() | Paul E. McKenney | 2023-01-03 | 1 | -0/+45 |
* | rcu: Make SRCU mandatory | Paul E. McKenney | 2022-11-29 | 1 | -8/+1 |
* | srcu: Debug NMI safety even on archs that don't require it | Frederic Weisbecker | 2022-10-21 | 1 | -12/+24 |
* | srcu: Check for consistent per-CPU per-srcu_struct NMI safety | Paul E. McKenney | 2022-10-20 | 1 | -6/+6 |
* | srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe() | Paul E. McKenney | 2022-10-20 | 1 | -0/+51 |
* | rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu) | Chun-Hung Tseng | 2021-11-30 | 1 | -1/+2 |
* | srcu: Initialize SRCU after timers | Frederic Weisbecker | 2021-05-10 | 1 | -0/+6 |
* | srcu: Provide polling interfaces for Tiny SRCU grace periods | Paul E. McKenney | 2021-01-04 | 1 | -0/+3 |
* | srcu: Remove cleanup_srcu_struct_quiesced() | Paul E. McKenney | 2019-03-26 | 1 | -35/+1 |
*-. | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 2019-02-09 | 1 | -15/+3 |
|\ \ |
|
| | * | srcu: Check for invalid idx argument in srcu_read_unlock() | Paul E. McKenney | 2019-01-25 | 1 | -0/+1 |
| |/
|/| |
|
| * | 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 | -39/+39 |
* | srcu: Fix kernel-doc missing notation | Randy Dunlap | 2018-11-08 | 1 | -0/+3 |
* | srcu: Add notrace variant of srcu_dereference | Joel Fernandes (Google) | 2018-07-26 | 1 | -0/+5 |
* | srcu: Add notrace variants of srcu_read_{lock,unlock} | Paul McKenney | 2018-07-26 | 1 | -0/+17 |
* | srcu: Add cleanup_srcu_struct_quiesced() | Paul E. McKenney | 2018-05-15 | 1 | -1/+35 |
* | lockdep: Convert some users to const | Matthew Wilcox | 2018-01-18 | 1 | -2/+2 |
* | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney | 2017-10-19 | 1 | -0/+1 |
* | srcu: Remove Classic SRCU | Paul E. McKenney | 2017-06-08 | 1 | -2/+0 |
* | srcu: Shrink srcu.h by moving docbook and private function | Paul E. McKenney | 2017-06-08 | 1 | -20/+0 |
* | srcu: Make SRCU be once again optional | Paul E. McKenney | 2017-06-08 | 1 | -1/+6 |
* | srcu: Allow use of Classic SRCU from both process and interrupt context | Paolo Bonzini | 2017-06-08 | 1 | -2/+0 |
* | srcu: Introduce CLASSIC_SRCU Kconfig option | Paul E. McKenney | 2017-04-18 | 1 | -0/+2 |
* | srcu: Create a tiny SRCU | Paul E. McKenney | 2017-04-18 | 1 | -61/+8 |
* | srcu: Crude control of expedited grace periods | Paul E. McKenney | 2017-04-18 | 1 | -0/+1 |
* | srcu: Merge ->srcu_state into ->srcu_gp_seq | Paul E. McKenney | 2017-04-18 | 1 | -4/+1 |
* | srcu: Use rcu_segcblist to track SRCU callbacks | Paul E. McKenney | 2017-04-18 | 1 | -19/+5 |
* | srcu: Add grace-period sequence numbers | Paul E. McKenney | 2017-04-18 | 1 | -0/+1 |
* | srcu: Move to state-based grace-period sequencing | Paul E. McKenney | 2017-04-18 | 1 | -2/+8 |
* | srcu: Implement more-efficient reader counts | Lance Roy | 2017-01-25 | 1 | -5/+5 |
* | rcu: Document unique-name limitation for DEFINE_STATIC_SRCU() | Paul E. McKenney | 2016-02-23 | 1 | -2/+17 |
* | rcu: Move preemption disabling out of __srcu_read_lock() | Paul E. McKenney | 2015-10-06 | 1 | -1/+4 |
* | rcu: Reverse rcu_dereference_check() conditions | Paul E. McKenney | 2015-03-03 | 1 | -1/+1 |
* | rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU() | Paul E. McKenney | 2015-01-06 | 1 | -6/+4 |
* | rcu: Expand SRCU ->completed to 64 bits | Paul E. McKenney | 2015-01-06 | 1 | -2/+2 |
* | rcu: Stop tracking FSF's postal address | Paul E. McKenney | 2014-02-17 | 1 | -2/+2 |
* | srcu: API for barrier after srcu read unlock | Michael S. Tsirkin | 2013-11-06 | 1 | -0/+14 |
* | rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw(). | Paul E. McKenney | 2013-06-10 | 1 | -43/+0 |
* | srcu: Remove checks preventing idle CPUs from calling srcu_read_lock() | Lai Jiangshan | 2013-02-07 | 1 | -18/+3 |
* | srcu: Remove checks preventing offline CPUs from calling srcu_read_lock() | Lai Jiangshan | 2013-02-07 | 1 | -5/+0 |
* | srcu: Add DEFINE_SRCU() | Lai Jiangshan | 2012-10-27 | 1 | -0/+30 |
* | srcu: Export process_srcu() | Lai Jiangshan | 2012-10-23 | 1 | -0/+2 |
* | srcu: Credit Lai Jiangshan with SRCU rewrite | Lai Jiangshan | 2012-10-23 | 1 | -0/+2 |
* | rcu: Implement per-domain single-threaded call_srcu() state machine | Lai Jiangshan | 2012-04-30 | 1 | -1/+36 |