summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)AuthorFilesLines
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-12srcu: Add contention-triggered addition of srcu_node treePaul E. McKenney1-24/+83
2022-04-12srcu: Create concurrency-safe helper for initiating size transitionPaul E. McKenney1-2/+21
2022-04-12srcu: Explain srcu_funnel_gp_start() call to list_add() is safePaul E. McKenney1-0/+6
2022-04-12srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney1-3/+6
2022-04-12srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney1-28/+34
2022-04-12srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney1-16/+32
2022-04-12srcu: Ensure snp nodes tree is fully initialized before traversalNeeraj Upadhyay1-3/+19
2022-04-12srcu: Use invalid initial value for srcu_node GP sequence numbersPaul E. McKenney1-9/+27
2022-04-12srcu: Compute snp_seq earlier in srcu_funnel_gp_start()Paul E. McKenney1-5/+3
2022-04-12srcu: Make rcutorture dump the SRCU size statePaul E. McKenney1-2/+20
2022-04-12srcu: Add size-state transitioning codePaul E. McKenney1-0/+13
2022-04-12srcu: Dynamically allocate srcu_node arrayPaul E. McKenney1-15/+50
2022-04-12srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney1-92/+111
2022-04-12srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leafPaul E. McKenney1-6/+7
2022-04-12srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney1-2/+4
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney1-13/+15
2021-05-12rcu: Fix various typos in commentsIngo Molnar1-2/+2
2021-05-11rcu: Point to documentation of ordering guaranteesPaul E. McKenney1-0/+3
2021-05-11srcu: Fix broken node geometry after early ssp initFrederic Weisbecker1-0/+3
2021-05-11srcu: Initialize SRCU after timersFrederic Weisbecker1-0/+5
2021-05-11srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker1-1/+0
2021-05-11srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker1-10/+2
2021-01-23Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney1-31/+116
2021-01-07rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)1-1/+4
2021-01-05srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney1-0/+15
2021-01-05srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-4/+63
2021-01-05srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney1-29/+37
2020-11-20Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney1-2/+4
2020-11-20srcu: Take early exit on memory-allocation failurePaul E. McKenney1-1/+3
2020-11-03srcu: Use a more appropriate lockdep helperJakub Kicinski1-1/+1
2020-08-25srcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior1-7/+7
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul1-1/+1
2020-04-27srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney1-4/+4
2020-04-27srcu: Add KCSAN stubsPaul E. McKenney1-0/+13
2020-03-22Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney1-8/+10
2020-02-21srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney1-1/+3
2020-02-21srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney1-1/+1
2020-02-21srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney1-3/+3
2020-02-21srcu: Fix __call_srcu()/process_srcu() dataracePaul E. McKenney1-2/+2
2020-02-21rcu: Fix typos in file-header commentsSeongJae Park1-1/+1
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney1-5/+6
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney1-3/+4
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-2/+2