| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-15 | srcu: Add guards for notrace variants of SRCU-fast readers | Paul E. McKenney | 1 | -0/+5 |
| 2025-08-15 | srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace() | Paul E. McKenney | 1 | -0/+25 |
| 2025-08-15 | srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast() | Paul E. McKenney | 1 | -0/+4 |
| 2025-07-19 | srcu: Add guards for SRCU-fast readers | Paul E. McKenney | 1 | -0/+5 |
| 2025-07-16 | srcu: Remove SRCU-lite implementation | Paul E. McKenney | 1 | -45/+2 |
| 2025-07-16 | rcutorture: Remove support for SRCU-lite | Paul E. McKenney | 1 | -1/+1 |
| 2025-02-05 | srcu: Add srcu_down_read_fast() and srcu_up_read_fast() | Paul E. McKenney | 1 | -0/+34 |
| 2025-02-05 | srcu: Document that srcu_{read_lock,down_read}() can share srcu_struct | Paul E. McKenney | 1 | -1/+2 |
| 2025-02-05 | srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc | Paul E. McKenney | 1 | -2/+2 |
| 2025-02-05 | srcu: Add SRCU-fast readers | Paul E. McKenney | 1 | -2/+45 |
| 2025-02-05 | srcu: Move SRCU Tree/Tiny definitions from srcu.h | Paul E. McKenney | 1 | -9/+1 |
| 2025-02-05 | srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu() | Paul E. McKenney | 1 | -0/+3 |
| 2025-02-05 | srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force() | Paul E. McKenney | 1 | -1/+1 |
| 2025-02-05 | srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols | Paul E. McKenney | 1 | -1/+2 |
| 2024-12-14 | Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1... | Uladzislau Rezki (Sony) | 1 | -7/+14 |
| 2024-12-14 | srcu: Guarantee non-negative return value from srcu_read_lock() | Paul E. McKenney | 1 | -7/+8 |
| 2024-12-14 | rcutorture: Use symbols for SRCU reader flavors | Paul E. McKenney | 1 | -0/+6 |
| 2024-11-16 | srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavor | Paul E. McKenney | 1 | -7/+1 |
| 2024-11-13 | srcu: Remove smp_mb() from srcu_read_unlock_lite() | Paul E. McKenney | 1 | -1/+1 |
| 2024-11-12 | srcu: Improve srcu_read_lock_lite() kernel-doc comment | Paul E. McKenney | 1 | -1/+2 |
| 2024-11-12 | srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite() | Paul E. McKenney | 1 | -1/+50 |
| 2024-11-12 | srcu: Create CPP macros for normal and NMI-safe SRCU readers | Paul E. McKenney | 1 | -12/+8 |
| 2024-11-12 | srcu: Improve srcu_read_lock{,_nmisafe}() comments | Paul E. McKenney | 1 | -4/+11 |
| 2024-11-12 | srcu: Renaming in preparation for additional reader flavor | Paul E. McKenney | 1 | -11/+10 |
| 2024-07-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+14 |
| 2024-06-18 | srcu: Fill out polled grace-period APIs | Paul E. McKenney | 1 | -0/+31 |
| 2024-06-18 | srcu: Add NUM_ACTIVE_SRCU_POLL_OLDSTATE | Paul E. McKenney | 1 | -0/+4 |
| 2024-06-07 | srcu: Add an API for a memory barrier after SRCU read lock | Yan Zhao | 1 | -0/+14 |
| 2023-12-13 | srcu: Use try-lock lockdep annotation for NMI-safe access. | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2023-07-04 | Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
| 2023-06-26 | locking: Introduce __cleanup() based infrastructure | Peter Zijlstra | 1 | -0/+5 |
| 2023-05-10 | srcu: Remove extraneous parentheses from srcu_read_lock() etc. | Paul E. McKenney | 1 | -4/+4 |
| 2023-03-27 | rcu: Annotate SRCU's update-side lockdep dependencies | Boqun Feng | 1 | -2/+32 |
| 2023-01-04 | rcu: Add srcu_down_read() and srcu_up_read() | Paul E. McKenney | 1 | -0/+45 |
| 2022-11-30 | rcu: Make SRCU mandatory | Paul E. McKenney | 1 | -8/+1 |
| 2022-10-21 | srcu: Debug NMI safety even on archs that don't require it | Frederic Weisbecker | 1 | -12/+24 |
| 2022-10-21 | srcu: Check for consistent per-CPU per-srcu_struct NMI safety | Paul E. McKenney | 1 | -6/+6 |
| 2022-10-21 | srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe() | Paul E. McKenney | 1 | -0/+51 |
| 2021-12-01 | rcu: Replace ________p1 and _________p1 with __UNIQUE_ID(rcu) | Chun-Hung Tseng | 1 | -1/+2 |
| 2021-05-11 | srcu: Initialize SRCU after timers | Frederic Weisbecker | 1 | -0/+6 |
| 2021-01-05 | srcu: Provide polling interfaces for Tiny SRCU grace periods | Paul E. McKenney | 1 | -0/+3 |
| 2019-03-27 | srcu: Remove cleanup_srcu_struct_quiesced() | Paul E. McKenney | 1 | -35/+1 |
| 2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 1 | -15/+3 |
| 2019-02-09 | linux/srcu: Convert to SPDX license identifier | Paul E. McKenney | 1 | -15/+2 |
| 2019-01-26 | srcu: Check for invalid idx argument in srcu_read_unlock() | Paul E. McKenney | 1 | -0/+1 |
| 2018-11-27 | srcu: Use "ssp" instead of "sp" for srcu_struct pointer | Paul E. McKenney | 1 | -39/+39 |
| 2018-11-09 | srcu: Fix kernel-doc missing notation | Randy Dunlap | 1 | -0/+3 |
| 2018-07-26 | srcu: Add notrace variant of srcu_dereference | Joel Fernandes (Google) | 1 | -0/+5 |
| 2018-07-26 | srcu: Add notrace variants of srcu_read_{lock,unlock} | Paul McKenney | 1 | -0/+17 |
| 2018-05-15 | srcu: Add cleanup_srcu_struct_quiesced() | Paul E. McKenney | 1 | -1/+35 |