summaryrefslogtreecommitdiff
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay3-36/+30
2024-08-15rcu: Update stray documentation references to rcu_dynticks_eqs_{enter, exit}()Valentin Schneider4-8/+8
2024-08-15rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck()Valentin Schneider4-4/+4
2024-08-15rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save()Valentin Schneider4-4/+4
2024-08-15rcu: Rename struct rcu_data .dynticks_snap into .watching_snapValentin Schneider1-2/+2
2024-08-15rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since()Valentin Schneider1-1/+1
2024-08-14doc: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney3-36/+30
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i...Valentin Schneider1-7/+7
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ...Valentin Schneider1-5/+5
2024-07-29context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_...Valentin Schneider1-1/+1
2024-07-04Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc...Paul E. McKenney1-3/+3
2024-06-28rcu: Remove superfluous full memory barrier upon first EQS snapshotFrederic Weisbecker1-3/+3
2024-06-06doc: Clarify rcu_assign_pointer() and rcu_dereference() orderingPaul E. McKenney1-11/+19
2024-06-06doc: Update Tasks RCU and Tasks Rude RCU description in Requirements.rstPaul E. McKenney1-0/+16
2024-04-09doc: Remove references to arrayRCU.rstZenghui Yu1-3/+3
2024-03-12Merge tag 'docs-6.9' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2024-02-14doc: Update checklist.rst discussion of callback executionPaul E. McKenney1-10/+11
2024-02-14doc: Clarify use of slab constructors and SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-2/+2
2024-02-14doc: Add CONFIG_RCU_STRICT_GRACE_PERIOD to checklist.rstPaul E. McKenney1-0/+6
2024-02-14doc: Make checklist.rst note that spinlocks are implied RCU readersPaul E. McKenney1-2/+3
2024-02-14doc: Make whatisRCU.rst note that spinlocks are RCU readersPaul E. McKenney1-2/+13
2024-02-14doc: Spinlocks are implied RCU readersPaul E. McKenney1-1/+4
2024-01-30doc:it_IT: first translation for locking/Federico Vaga1-1/+1
2023-12-14doc: Mention address and data dependencies in rcu_dereference.rstPaul E. McKenney1-7/+20
2023-12-14doc: Clarify RCU Tasks reader/updater checklistPaul E. McKenney1-9/+16
2023-12-14Documentation: RCU: Remove repeated word in commentsCharles Han1-1/+1
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker8-29/+20
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker5-9/+9
2023-10-04rcu: Remove references to rcu_migrate_callbacks() from diagramsFrederic Weisbecker2-18/+0
2023-09-11rcu: Describe listRCU read-side guaranteesMatthew Wilcox (Oracle)1-0/+9
2023-09-11Documentation: RCU: Fix section numbers after adding Section 7 in whatisRCU.rstWei Zhang1-2/+2
2023-07-14Docs/RCU/rculist_nulls: Fix text about atomic_set_release()SeongJae Park1-2/+4
2023-07-14Docs/RCU/rculist_nulls: Fix hlist_[nulls]_head field names of 'obj'SeongJae Park1-4/+4
2023-07-14Docs/RCU/rculist_nulls: Specify type of the object in examplesSeongJae Park1-1/+13
2023-07-14Docs/RCU/rculist_nulls: Assign 'obj' before use from the examplesSeongJae Park1-2/+2
2023-07-14Docs/RCU/rculist_nulls: Fix trivial coding styleSeongJae Park1-3/+3
2023-07-14docs/RCU: Add the missing rcu_read_unlock()Alan Huang1-1/+3
2023-07-14documentation/rcu: Fix typoTycho Andersen1-1/+1
2023-05-11rcu: Remove RCU_NONIDLE()Peter Zijlstra2-36/+1
2023-04-05doc: Update whatisRCU.rstUladzislau Rezki (Sony)1-3/+3
2023-04-05Documentation: RCU: Correct spellingRandy Dunlap6-14/+14
2023-04-05Documentation/RCU: s/not/note/ in checklist.rstQiuxu Zhuo1-1/+1
2023-01-05doc: Fix htmldocs build warnings of stallwarn.rstZhen Lei1-26/+30
2023-01-05docs/RCU/rcubarrier: Right-adjust line numbers in code snippetsAkira Yokosawa1-84/+84
2023-01-05docs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as definition-listsAkira Yokosawa1-3/+6
2023-01-05doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall informationZhen Lei1-0/+88
2023-01-05doc: Update whatisRCU.rstPaul E. McKenney1-68/+125
2023-01-05doc: Update rcu.rst URL to RCU publicationsPaul E. McKenney1-1/+2
2023-01-05doc: Update UP.rstPaul E. McKenney1-2/+11
2023-01-05doc: Update torture.rstPaul E. McKenney1-4/+85