summaryrefslogtreecommitdiff
path: root/kernel/rcu/srcutree.c
AgeCommit message (Expand)Author
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
2022-04-11srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sdaPaul E. McKenney
2022-04-11srcu: Avoid NULL dereference in srcu_torture_stats_print()Paul E. McKenney
2022-04-11srcu: Add boot-time control over srcu_node array allocationPaul E. McKenney
2022-04-11srcu: Ensure snp nodes tree is fully initialized before traversalNeeraj Upadhyay
2022-04-11srcu: Use invalid initial value for srcu_node GP sequence numbersPaul E. McKenney
2022-04-11srcu: Compute snp_seq earlier in srcu_funnel_gp_start()Paul E. McKenney
2022-04-11srcu: Make rcutorture dump the SRCU size statePaul E. McKenney
2022-04-11srcu: Add size-state transitioning codePaul E. McKenney
2022-04-11srcu: Dynamically allocate srcu_node arrayPaul E. McKenney
2022-04-11srcu: Make Tree SRCU able to operate without snp_node arrayPaul E. McKenney
2022-04-11srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leafPaul E. McKenney
2022-04-11srcu: Tighten cleanup_srcu_struct() GP checksPaul E. McKenney
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney
2021-05-12rcu: Fix various typos in commentsIngo Molnar
2021-05-10rcu: Point to documentation of ordering guaranteesPaul E. McKenney
2021-05-10srcu: Fix broken node geometry after early ssp initFrederic Weisbecker
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker
2021-05-10srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker
2021-05-10srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)
2021-01-04srcu: Add comment explaining cookie overflow/wrapPaul E. McKenney
2021-01-04srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney
2021-01-04srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney
2020-11-19srcu: Take early exit on memory-allocation failurePaul E. McKenney
2020-11-02srcu: Use a more appropriate lockdep helperJakub Kicinski
2020-08-24srcu: Remove KCSAN stubsPaul E. McKenney
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul
2020-04-27srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney
2020-04-27srcu: Add KCSAN stubsPaul E. McKenney
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney
2020-02-20srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney
2020-02-20srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney
2020-02-20srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney
2020-02-20srcu: Fix __call_srcu()/process_srcu() dataracePaul E. McKenney
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)
2019-08-01srcu: Avoid srcutorture security-based pointer obfuscationPaul E. McKenney
2019-05-28rcu: Make __call_srcu staticJiang Biao