aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-05doc: Update stallwarn.rstPaul E. McKenney1-18/+25
2023-01-05doc: Update rcu.rstPaul E. McKenney1-1/+2
2023-01-05doc: Update and wordsmith rculist_nulls.rstPaul E. McKenney1-55/+54
2023-01-03doc: Update rcu_dereference.rstPaul E. McKenney1-5/+16
2023-01-03doc: Update rcubarrier.rstPaul E. McKenney1-86/+110
2023-01-03doc: Update NMI-RCU.rstPaul E. McKenney1-2/+2
2023-01-03doc: Further updates to RCU's lockdep.rstPaul E. McKenney1-7/+6
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-11-24timers: Update the documentation to reflect on the new timer_shutdown() APISteven Rostedt (Google)1-1/+1
2022-11-24Documentation: Replace del_timer/del_timer_sync()Thomas Gleixner1-1/+1
2022-10-20doc: Update RCU's lockdep.rstPaul E. McKenney1-0/+4
2022-10-20doc: Update listRCU.rstPaul E. McKenney1-71/+103
2022-10-18doc: Update checklist.txtPaul E. McKenney1-101/+143
2022-10-18doc: Remove arrayRCU.rstPaul E. McKenney2-166/+0
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2022-09-27Delete duplicate words from kernel docsAkhil Raj2-2/+2
2022-08-31doc/rcu: Update LWN article URLs and add 2019 articleShao-Tse Hung1-7/+9
2022-08-31doc: SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocksPaul E. McKenney1-7/+12
2022-08-31doc: Update rcu_access_pointer() advice in rcu_dereference.rstPaul E. McKenney1-4/+10
2022-08-31doc: Fix list: rcu_access_pointer() is not lockdep-checkedPaul E. McKenney1-3/+9
2022-08-31doc: Use rcu_barrier() to rate-limit RCU callbacksPaul E. McKenney1-1/+2
2022-08-31doc: Call out queue_rcu_work() for blocking RCU callbacksPaul E. McKenney1-0/+3
2022-08-31doc: Emphasize the need for explicit RCU read-side markersPaul E. McKenney1-2/+7
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker1-1/+1
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker1-1/+1
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2-7/+7
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker1-2/+2
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney1-0/+20
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki1-0/+20
2022-04-20docs: Update RCU cross-references as suggested in doc-guideAkira Yokosawa8-29/+25
2022-04-20docs: Add documentation for rude and trace RCU flavorsPaul E. McKenney1-0/+32
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Paul E. McKenney1-11/+0
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionPaul E. McKenney1-11/+0
2021-11-30doc: RCU: Avoid 'Symbol' font-family in SVG figuresAkira Yokosawa11-67/+67
2021-11-30doc: Add refcount analogy to What is RCUNeilBrown1-8/+82
2021-09-13rcu: Fix undefined Kconfig macrosZhouyi Zhou1-37/+32
2021-09-13doc: Add another stall-warning root cause in stallwarn.rstPaul E. McKenney1-0/+10
2021-07-20doc: Update stallwarn.rst with recent changesPaul E. McKenney1-6/+15
2021-07-20rcu/doc: Add a quick quiz to explain further why we need smp_mb__after_unlock...Frederic Weisbecker1-0/+29
2021-07-20docs: Fix a typo in Documentation/RCU/stallwarn.rstHaocheng Xie1-1/+1
2021-07-20Documentation/RCU: Fix nested inline markupAkira Yokosawa1-3/+5
2021-07-20Documentation/RCU: Fix emphasis markersAkira Yokosawa3-19/+19
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2021-06-24doc: Give XDP as example of non-obvious RCU reader/updater pairingToke Høiland-Jørgensen1-2/+9
2021-06-24doc: Clarify and expand RCU updaters and corresponding readersPaul E. McKenney1-21/+27
2021-05-10doc: Fix diagram references in memory-ordering documentFrederic Weisbecker1-2/+2
2021-05-10doc: Fix statement of RCU's memory-ordering requirementsPaul E. McKenney1-1/+1
2021-03-15docs: Correctly spell Stephen Hemminger's namePaul E. McKenney1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds1-47/+47
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-377/+412
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-377/+412
2021-01-29drivers: Remove CONFIG_OPROFILE supportViresh Kumar1-2/+1
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2-1/+40
2021-01-11Documentation: Replace lkml.org links with loreJoe Perches1-47/+47
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay1-1/+22
2021-01-06doc: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior6-24/+24
2021-01-06doc: Update RCU's requirements page about the PREEMPT_RT wikiSebastian Andrzej Siewior1-1/+1
2021-01-04srcu: Document polling interfaces for Tree SRCU grace periodsPaul E. McKenney1-0/+18
2021-01-04doc: Update RCU requirements RCU_INIT_POINTER() descriptionPaul E. McKenney1-2/+1
2021-01-04docs: Fix typos and drop/fix dead links in RCU documentationPaul Gortmaker2-17/+14
2021-01-04doc: Remove obsolete RCU-bh and RCU-sched update-side API membersPaul E. McKenney1-14/+14
2021-01-04docs: Remove redundant "``" from Requirements.rstPaul E. McKenney1-332/+332
2020-12-31docs: Fix reST markup when linking to sectionsNícolas F. R. A. Prado2-14/+14
2020-11-06docs/rcu: Update the call_rcu() APIHui Su1-2/+1
2020-11-06docs: RCU: Requirements.rst: Fix a list blockMauro Carvalho Chehab1-0/+1
2020-11-06docs: Update RCU's hotplug requirements with a bit about designJoel Fernandes (Google)1-10/+39
2020-11-02doc: Present the role of READ_ONCE()Paul E. McKenney2-0/+13
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar3-4/+4
2020-08-24docs: Fix function name trailing double-()sKees Cook1-1/+1
2020-08-24doc: Drop doubled words from RCU requirements documentationRandy Dunlap1-2/+2
2020-08-24doc: Drop doubled words from RCU Data-Structures.rstRandy Dunlap1-1/+1
2020-08-24docs: Fix typo in synchronize_rcu() function nameTobias Klauser1-1/+1
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-404/+500
2020-07-21Documentation/barriers: Remove references to [smp_]read_barrier_depends()Will Deacon1-1/+1
2020-06-29doc: Tasks RCU must protect instructions before trampolinePaul E. McKenney1-1/+6
2020-06-29doc: Timer problems can cause RCU CPU stall warningsPaul E. McKenney1-0/+7
2020-06-29docs: RCU: Don't duplicate chapter names in rculist_nulls.rstMauro Carvalho Chehab1-0/+6
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab2-21/+35
2020-06-29docs: RCU: Convert rcuref.txt to ReSTMauro Carvalho Chehab2-96/+104
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab2-53/+65
2020-06-29docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab3-172/+195
2020-06-29docs: RCU: Convert lockdep.txt to ReSTMauro Carvalho Chehab2-4/+9
2020-06-29docs: RCU: Convert lockdep-splat.txt to ReSTMauro Carvalho Chehab2-52/+58
2020-06-29docs: RCU: Convert checklist.txt to ReSTMauro Carvalho Chehab2-5/+15
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney1-45/+16
2020-02-27doc: Add rcutorture scripting to torture.txtPaul E. McKenney1-7/+140
2020-02-27doc/RCU/rcu: Use https instead of http if possibleSeongJae Park1-1/+1
2020-02-27doc/RCU/rcu: Use absolute paths for non-rst filesSeongJae Park1-2/+2
2020-02-27doc/RCU/rcu: Use ':ref:' for links to other docsSeongJae Park1-6/+6
2020-02-27doc/RCU/listRCU: Update example function nameSeongJae Park1-3/+3
2020-02-27doc/RCU/listRCU: Fix typos in a example code snippetsSeongJae Park1-2/+2
2020-02-27doc/RCU/Design: Remove remaining HTML tags in ReST filesSeongJae Park1-4/+4
2020-02-27doc: Add some more RCU list patterns in the kernelJoel Fernandes (Google)1-64/+211
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney1-8/+3
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)1-8/+3
2019-12-10doc: Fix typo "deference" to "dereference"Paul E. McKenney1-1/+1
2019-12-10doc: Updated full list of RCU API in whatisRCU.rstMadhuparna Bhowmik1-2/+7
2019-12-10doc: Convert to rcubarrier.txt to ReSTAmol Grover2-97/+126
2019-12-10doc: Convert to rcu_dereference.txt to rcu_dereference.rstAmol Grover2-34/+42
2019-12-10doc: Convert whatisRCU.txt to .rstPhong Tran2-107/+178
2019-12-10doc: Converted NMI-RCU.txt to NMI-RCU.rst.Madhuparna Bhowmik2-25/+29
2019-12-10doc: Convert arrayRCU.txt to arrayRCU.rstMadhuparna Bhowmik2-11/+24
2019-10-29Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Sebastian Andrzej Siewior3-3/+3
2019-10-29doc: Update list_for_each_entry_rcu() documentationJoel Fernandes (Google)2-5/+23
2019-10-29Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"Joel Fernandes (Google)1-0/+54
2019-10-29Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)1-1/+1
2019-10-29docs: rcu: Increase toctree to 3Joel Fernandes (Google)1-1/+1
2019-10-29docs: rcu: Correct links referring to titlesJoel Fernandes (Google)2-60/+47
2019-10-29docs: rcu: convert some articles from html to ReSTMauro Carvalho Chehab11-6104/+4978
2019-10-29Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)1-1/+1
2019-10-29Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo...Joel Fernandes (Google)1-71/+0
2019-08-13Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney2-1/+78
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)1-1/+1
2019-08-01doc: Add rcutree.kthread_prio pointer to stallwarn.txtPaul E. McKenney1-0/+6
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney1-0/+71
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds5-125/+163
2019-06-28doc: RCU callback locks need only _bh, not necessarily _irqJiunn Chang1-6/+7
2019-06-27Documentation: RCU: Add TOC tree hooksJiunn Chang1-0/+19
2019-06-27Documentation: RCU: Rename txt files to rstJiunn Chang3-0/+0
2019-06-27Documentation: RCU: Convert RCU UP systems to reSTJiunn Chang1-14/+23
2019-06-27Documentation: RCU: Convert RCU linked list to reSTJiunn Chang1-16/+22
2019-06-27Documentation: RCU: Convert RCU basic concepts to reSTJiunn Chang1-58/+61
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney3-6/+25
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-4/+4
2019-05-28doc: Fixup definition of rcupdate.rcu_task_stall_timeoutZhenzhong Duan1-1/+1
2019-05-28doc/rcuref: Document real world examples in kernelJoel Fernandes (Google)1-1/+20
2019-03-26doc: Fix typos and otherwise modernize checklist.txtPaul E. McKenney1-18/+25
2019-03-26doc: Describe choice of rcu_dereference() APIs and __rcu usagePaul E. McKenney1-0/+103
2019-03-26doc: Repair some whitespace damageTycho Andersen1-5/+5
2019-03-26doc: Remove obsolete RCU update functions from RCU documentationPaul E. McKenney8-76/+66
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds1-6/+6
2019-03-04Documentation/locking/lockdep: Drop last two chars of sample statesGeert Uytterhoeven1-3/+3
2019-03-04doc: rcu: Suspicious RCU usage is a warningGeert Uytterhoeven1-3/+3
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney5-178/+13
2019-01-25RCU/torture.txt: Remove section MODULE PARAMETERSJunchang Wang1-167/+2
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney3-5/+5
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney4-6/+6
2019-01-25doc: Fix outdated linksJunchang Wang1-2/+2
2019-01-25doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Paul E. McKenney1-7/+13
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney1-7/+8
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney2-20/+24
2018-11-12doc: Fix "struction" typo in RCU memory-ordering documentationJoel Fernandes (Google)1-1/+1
2018-11-12doc: Correct parameter in stallwarnJoel Fernandes (Google)1-1/+1
2018-11-12doc: RCU scheduler spinlock rcu_read_unlock() restriction remainsPaul E. McKenney1-15/+29
2018-11-12doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()Joel Fernandes (Google)1-1/+1
2018-11-12doc: Remove obsolete (non-)requirement about disabling preemptionJoel Fernandes (Google)1-50/+0
2018-11-12doc: Make reader aware of rcu_dereference_protectedJoel Fernandes (Google)1-1/+14
2018-11-12doc: rcu: Encourage use of rcu_barrier in checklistJoel Fernandes (Google)1-2/+2
2018-11-12doc: rcu: Remove obsolete checklist item about synchronize_rcu usageJoel Fernandes (Google)1-30/+7
2018-11-12doc: rcu: Remove obsolete suggestion from checklistJoel Fernandes (Google)1-5/+1
2018-11-12doc: rcu: Add more rationale for using rcu_read_lock_sched in checklistJoel Fernandes (Google)1-1/+1
2018-11-12doc: rcu: Update core and full API in whatisRCUJoel Fernandes (Google)1-27/+28
2018-11-12doc: rcu: Update description of gp_seq fields in rcu_dataJoel Fernandes (Google)1-3/+4
2018-11-12doc: rcu: Better clarify the rcu_segcblist ->len fieldJoel Fernandes (Google)1-8/+15
2018-11-12doc: rcu: Update Data-Structures for RCU flavor consolidationJoel Fernandes (Google)5-2240/+559
2018-11-12doc: Remove rcu_dynticks from Data-StructuresJoel Fernandes (Google)2-760/+25
2018-11-12doc: Update information about resched_cpuJoel Fernandes (Google)1-3/+3
2018-11-08doc: Remove rcu_preempt_state reference in stallwarnJoel Fernandes (Google)1-3/+2
2018-11-08doc: Clarify RCU data-structure comment about rcu_tree fanoutJoel Fernandes (Google)1-3/+5
2018-11-08doc: Set down forward-progress requirementsPaul E. McKenney1-2/+108
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2-38/+0
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad2-38/+0
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney1-26/+24
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-26/+24