summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)Author
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
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng
2023-01-03srcu: Update comment after the index flipPaul E. McKenney
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker
2022-10-20srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney
2022-04-11srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney
2022-04-11srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney