summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)Author
2025-04-08srcu: Use rcu_seq_done_exact() for polling APIJoel Fernandes
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-04Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...Boqun Feng
2025-02-05srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()Paul E. McKenney
2025-02-05srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()Paul E. McKenney
2025-02-05srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()Paul E. McKenney
2025-02-05srcu: Force synchronization for srcu_get_delay()Paul E. McKenney
2025-02-05srcu: Make Tree SRCU updates independent of ->srcu_idxPaul E. McKenney
2025-02-05srcu: Make SRCU readers use ->srcu_ctrs for counter selectionPaul E. McKenney
2025-02-05srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structurePaul E. McKenney
2025-02-05srcu: Use ->srcu_gp_seq for rcutorture reader batchPaul E. McKenney
2025-02-04srcu: Point call_srcu() to call_rcu() for detailed memory orderingPaul E. McKenney
2024-12-14srcu: Remove redundant GP sequence checks in srcu_funnel_gp_startFeng Lee
2024-12-14srcu: Guarantee non-negative return value from srcu_read_lock()Paul E. McKenney
2024-11-15srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavorPaul E. McKenney
2024-11-12srcu: Check for srcu_read_lock_lite() across all CPUsPaul E. McKenney
2024-11-12srcu: Allow inlining of __srcu_read_{,un}lock_lite()Paul E. McKenney
2024-11-12srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney
2024-11-12srcu: Create CPP macros for normal and NMI-safe SRCU readersPaul E. McKenney
2024-11-12srcu: Standardize srcu_data pointers to "sdp" and similarPaul E. McKenney
2024-11-12srcu: Bit manipulation changes for additional reader flavorPaul E. McKenney
2024-11-12srcu: Renaming in preparation for additional reader flavorPaul E. McKenney
2024-10-28srcu: Introduce srcu_gp_is_expedited() helper functionPaul E. McKenney
2024-10-28srcu: Rename srcu_might_be_idle() to srcu_should_expedite()Paul E. McKenney
2024-10-23srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possibleZhen Lei
2024-08-12srcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-12srcu: Check for concurrent updates of heuristicsPaul E. McKenney
2024-08-12srcu: faster gp seq wrap-aroundJP Kobryn
2024-07-04Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc...Paul E. McKenney
2024-06-18srcu: Fill out polled grace-period APIsPaul E. McKenney
2024-06-18srcu: Update cleanup_srcu_struct() commentPaul E. McKenney
2024-06-18srcu: Disable interrupts directly in srcu_gp_end()Paul E. McKenney
2024-04-16rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang
2024-02-14srcu: Improve comments about acceleration leakJoel Fernandes (Google)
2023-12-12srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker
2023-12-12srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker
2023-12-12srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker
2023-10-13srcu: Only accelerate on enqueue timeFrederic Weisbecker
2023-10-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Joel Fernandes (Google)
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney