aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-16rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang1-4/+1
2024-02-14srcu: Improve comments about acceleration leakJoel Fernandes (Google)1-4/+20
2023-12-12srcu: Explain why callbacks invocations can't run concurrentlyFrederic Weisbecker1-0/+6
2023-12-12srcu: No need to advance/accelerate if no callback enqueuedFrederic Weisbecker1-3/+5
2023-12-12srcu: Remove superfluous callbacks advancing from srcu_gp_start()Frederic Weisbecker1-10/+0
2023-10-13srcu: Only accelerate on enqueue timeFrederic Weisbecker1-4/+2
2023-10-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker1-2/+29
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev1-2/+2
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei1-0/+1
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Joel Fernandes (Google)1-15/+17
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree', remote-tracking branches 'paul/srcu-cf.2023.04.04a', 'fbq/rcu/lockdep.2023.03.27a' and 'fbq/rcu/rcutorture.2023.03.20a' into rcu/stagingJoel Fernandes (Google)1-195/+243
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)1-7/+27
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney1-13/+14
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney1-20/+21
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney1-10/+11
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney1-5/+6
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney1-1/+2
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney1-19/+22
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney1-19/+19
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney1-4/+4
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney1-9/+9
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney1-64/+64
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney1-7/+7
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney1-28/+28
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney1-2/+2
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney1-3/+3
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney1-18/+19
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney1-7/+7
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney1-9/+19
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney1-6/+13
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng1-0/+2
2023-01-03srcu: Update comment after the index flipPaul E. McKenney1-4/+5
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney1-16/+51
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu1-4/+7
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu1-1/+1
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu1-4/+5
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker1-15/+10
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker1-0/+5
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker1-0/+2
2022-10-20srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney1-0/+5
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney1-6/+32
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney1-4/+39
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney1-12/+12
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay1-19/+63
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney1-7/+13
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn1-1/+1
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney1-6/+38
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney1-9/+36
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney1-3/+20
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney1-24/+83