Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-01-18 | lockdep: Convert some users to const | Matthew Wilcox | 1 | -2/+2 |
2017-10-20 | doc: Fix various RCU docbook comment-header problems | Paul E. McKenney | 1 | -0/+1 |
2017-06-09 | srcu: Remove Classic SRCU | Paul E. McKenney | 1 | -2/+0 |
2017-06-09 | srcu: Shrink srcu.h by moving docbook and private function | Paul E. McKenney | 1 | -20/+0 |
2017-06-08 | srcu: Make SRCU be once again optional | Paul E. McKenney | 1 | -1/+6 |
2017-06-08 | srcu: Allow use of Classic SRCU from both process and interrupt context | Paolo Bonzini | 1 | -2/+0 |
2017-04-18 | srcu: Introduce CLASSIC_SRCU Kconfig option | Paul E. McKenney | 1 | -0/+2 |
2017-04-18 | srcu: Create a tiny SRCU | Paul E. McKenney | 1 | -61/+8 |
2017-04-18 | srcu: Crude control of expedited grace periods | Paul E. McKenney | 1 | -0/+1 |
2017-04-18 | srcu: Merge ->srcu_state into ->srcu_gp_seq | Paul E. McKenney | 1 | -4/+1 |
2017-04-18 | srcu: Use rcu_segcblist to track SRCU callbacks | Paul E. McKenney | 1 | -19/+5 |
2017-04-18 | srcu: Add grace-period sequence numbers | Paul E. McKenney | 1 | -0/+1 |
2017-04-18 | srcu: Move to state-based grace-period sequencing | Paul E. McKenney | 1 | -2/+8 |
2017-01-25 | srcu: Implement more-efficient reader counts | Lance Roy | 1 | -5/+5 |
2016-02-24 | rcu: Document unique-name limitation for DEFINE_STATIC_SRCU() | Paul E. McKenney | 1 | -2/+17 |
2015-10-06 | rcu: Move preemption disabling out of __srcu_read_lock() | Paul E. McKenney | 1 | -1/+4 |
2015-03-03 | rcu: Reverse rcu_dereference_check() conditions | Paul E. McKenney | 1 | -1/+1 |
2015-01-06 | rcu: Combine DEFINE_SRCU() and DEFINE_STATIC_SRCU() | Paul E. McKenney | 1 | -6/+4 |
2015-01-06 | rcu: Expand SRCU ->completed to 64 bits | Paul E. McKenney | 1 | -2/+2 |
2014-02-18 | rcu: Stop tracking FSF's postal address | Paul E. McKenney | 1 | -2/+2 |
2013-11-06 | srcu: API for barrier after srcu read unlock | Michael S. Tsirkin | 1 | -0/+14 |
2013-06-11 | rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw(). | Paul E. McKenney | 1 | -43/+0 |
2013-02-08 | srcu: Remove checks preventing idle CPUs from calling srcu_read_lock() | Lai Jiangshan | 1 | -18/+3 |
2013-02-08 | srcu: Remove checks preventing offline CPUs from calling srcu_read_lock() | Lai Jiangshan | 1 | -5/+0 |
2012-10-28 | srcu: Add DEFINE_SRCU() | Lai Jiangshan | 1 | -0/+30 |
2012-10-24 | srcu: Export process_srcu() | Lai Jiangshan | 1 | -0/+2 |
2012-10-24 | srcu: Credit Lai Jiangshan with SRCU rewrite | Lai Jiangshan | 1 | -0/+2 |
2012-04-30 | rcu: Implement per-domain single-threaded call_srcu() state machine | Lai Jiangshan | 1 | -1/+36 |
2012-04-30 | rcu: Remove unused srcu_barrier() | Lai Jiangshan | 1 | -6/+0 |
2012-04-30 | rcu: Implement a variant of Peter's SRCU algorithm | Lai Jiangshan | 1 | -6/+1 |
2012-04-30 | rcu: Increment upper bit only for srcu_read_lock() | Lai Jiangshan | 1 | -1/+1 |
2012-04-30 | rcu: Direct algorithmic SRCU implementation | Paul E. McKenney | 1 | -2/+8 |
2012-02-21 | rcu: Convert WARN_ON_ONCE() in rcu_lock_acquire() to lockdep | Heiko Carstens | 1 | -0/+4 |
2012-02-21 | rcu: Check for illegal use of RCU from offlined CPUs | Paul E. McKenney | 1 | -4/+7 |
2011-12-11 | rcu: Document same-context read-side constraints | Paul E. McKenney | 1 | -0/+5 |
2011-12-11 | rcu: Introduce raw SRCU read-side primitives | Paul E. McKenney | 1 | -0/+43 |
2011-12-11 | rcu: Make srcu_read_lock_held() call common lockdep-enabled function | Paul E. McKenney | 1 | -1/+4 |
2011-12-11 | rcu: Warn when srcu_read_lock() is used in an extended quiescent state | Paul E. McKenney | 1 | -13/+23 |