summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)AuthorLines
2023-10-13srcu: Only accelerate on enqueue timeFrederic Weisbecker-4/+2
2023-10-10srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker-2/+29
2023-09-26srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev-2/+2
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei-0/+1
2023-09-13srcu: Fix error handling in init_srcu_struct_fields()Joel Fernandes (Google)-15/+17
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)-195/+243
2023-04-05srcu: Clarify comments on memory barrier "E"Joel Fernandes (Google)-7/+27
2023-04-04srcu: Fix long lines in srcu_funnel_gp_start()Paul E. McKenney-13/+14
2023-04-04srcu: Fix long lines in srcu_gp_end()Paul E. McKenney-20/+21
2023-04-04srcu: Fix long lines in cleanup_srcu_struct()Paul E. McKenney-10/+11
2023-04-04srcu: Fix long lines in srcu_get_delay()Paul E. McKenney-5/+6
2023-04-04srcu: Check for readers at module-exit timePaul E. McKenney-1/+2
2023-04-04srcu: Move work-scheduling fields from srcu_struct to srcu_usagePaul E. McKenney-19/+22
2023-04-04srcu: Move srcu_barrier() fields from srcu_struct to srcu_usagePaul E. McKenney-19/+19
2023-04-04srcu: Move ->sda_is_static from srcu_struct to srcu_usagePaul E. McKenney-4/+4
2023-04-04srcu: Move heuristics fields from srcu_struct to srcu_usagePaul E. McKenney-9/+9
2023-04-04srcu: Move grace-period fields from srcu_struct to srcu_usagePaul E. McKenney-64/+64
2023-04-04srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Move ->lock from srcu_struct to srcu_usagePaul E. McKenney-28/+28
2023-04-04srcu: Move ->lock initialization after srcu_usage allocationPaul E. McKenney-2/+2
2023-04-04srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usagePaul E. McKenney-3/+3
2023-04-04srcu: Move ->srcu_size_state from srcu_struct to srcu_usagePaul E. McKenney-18/+19
2023-04-04srcu: Move ->level from srcu_struct to srcu_usagePaul E. McKenney-7/+7
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney-9/+19
2023-04-04srcu: Use static init for statically allocated in-module srcu_structPaul E. McKenney-6/+13
2023-03-27rcu: Annotate SRCU's update-side lockdep dependenciesBoqun Feng-0/+2
2023-01-03srcu: Update comment after the index flipPaul E. McKenney-4/+5
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney-16/+51
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu-4/+7
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu-1/+1
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu-4/+5
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker-15/+10
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker-0/+5
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker-0/+2
2022-10-20srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney-0/+5
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney-6/+32
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney-4/+39
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney-12/+12
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyNeeraj Upadhyay-19/+63
2022-07-19srcu: Block less aggressively for expedited grace periodsPaul E. McKenney-7/+13
2022-05-03srcu: Drop needless initialization of sdp in srcu_gp_start()Lukas Bulwahn-1/+1
2022-05-03srcu: Prevent expedited GPs and blocking readers from consuming CPUPaul E. McKenney-6/+38
2022-05-03srcu: Add contention check to call_srcu() srcu_data ->lock acquisitionPaul E. McKenney-9/+36
2022-05-03srcu: Automatically determine size-transition strategy at bootPaul E. McKenney-3/+20
2022-04-11srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney-24/+83
2022-04-11srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney-2/+21
2022-04-11srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney-0/+6
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney-3/+6
2022-04-11srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney-28/+34
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney-16/+32