aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU/Design
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Gravatar Frederic Weisbecker 6-27/+9
2023-10-04rcu: Standardize explicit CPU-hotplug callsGravatar Frederic Weisbecker 5-9/+9
2023-10-04rcu: Remove references to rcu_migrate_callbacks() from diagramsGravatar Frederic Weisbecker 2-18/+0
2023-05-11rcu: Remove RCU_NONIDLE()Gravatar Peter Zijlstra 1-35/+1
2023-04-05Documentation: RCU: Correct spellingGravatar Randy Dunlap 2-4/+4
2022-11-24timers: Update the documentation to reflect on the new timer_shutdown() APIGravatar Steven Rostedt (Google) 1-1/+1
2022-11-24Documentation: Replace del_timer/del_timer_sync()Gravatar Thomas Gleixner 1-1/+1
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUGravatar Frederic Weisbecker 1-1/+1
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUGravatar Frederic Weisbecker 1-5/+5
2022-04-20docs: Update RCU cross-references as suggested in doc-guideGravatar Akira Yokosawa 3-4/+4
2022-04-20docs: Add documentation for rude and trace RCU flavorsGravatar Paul E. McKenney 1-0/+32
2021-11-30doc: RCU: Avoid 'Symbol' font-family in SVG figuresGravatar Akira Yokosawa 11-67/+67
2021-09-13rcu: Fix undefined Kconfig macrosGravatar Zhouyi Zhou 1-37/+32
2021-07-20rcu/doc: Add a quick quiz to explain further why we need smp_mb__after_unlock...Gravatar Frederic Weisbecker 1-0/+29
2021-07-20Documentation/RCU: Fix nested inline markupGravatar Akira Yokosawa 1-3/+5
2021-05-10doc: Fix diagram references in memory-ordering documentGravatar Frederic Weisbecker 1-2/+2
2021-05-10doc: Fix statement of RCU's memory-ordering requirementsGravatar Paul E. McKenney 1-1/+1
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 2-360/+376
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Gravatar Paul E. McKenney 1-0/+18
2021-01-06doc: Use CONFIG_PREEMPTIONGravatar Sebastian Andrzej Siewior 2-13/+13
2021-01-06doc: Update RCU's requirements page about the PREEMPT_RT wikiGravatar Sebastian Andrzej Siewior 1-1/+1
2021-01-04srcu: Document polling interfaces for Tree SRCU grace periodsGravatar Paul E. McKenney 1-0/+18
2021-01-04doc: Update RCU requirements RCU_INIT_POINTER() descriptionGravatar Paul E. McKenney 1-2/+1
2021-01-04docs: Fix typos and drop/fix dead links in RCU documentationGravatar Paul Gortmaker 1-12/+11
2021-01-04doc: Remove obsolete RCU-bh and RCU-sched update-side API membersGravatar Paul E. McKenney 1-14/+14
2021-01-04docs: Remove redundant "``" from Requirements.rstGravatar Paul E. McKenney 1-332/+332
2020-12-31docs: Fix reST markup when linking to sectionsGravatar Nícolas F. R. A. Prado 2-14/+14
2020-11-06docs: RCU: Requirements.rst: Fix a list blockGravatar Mauro Carvalho Chehab 1-0/+1
2020-11-06docs: Update RCU's hotplug requirements with a bit about designGravatar Joel Fernandes (Google) 1-10/+39
2020-08-24doc: Drop doubled words from RCU requirements documentationGravatar Randy Dunlap 1-2/+2
2020-08-24doc: Drop doubled words from RCU Data-Structures.rstGravatar Randy Dunlap 1-1/+1
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+6
2020-07-21Documentation/barriers: Remove references to [smp_]read_barrier_depends()Gravatar Will Deacon 1-1/+1
2020-06-29doc: Tasks RCU must protect instructions before trampolineGravatar Paul E. McKenney 1-1/+6
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksGravatar Paul E. McKenney 1-45/+16
2020-02-27doc/RCU/Design: Remove remaining HTML tags in ReST filesGravatar SeongJae Park 1-4/+4
2019-10-29Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Gravatar Sebastian Andrzej Siewior 3-3/+3
2019-10-29Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"Gravatar Joel Fernandes (Google) 1-0/+54
2019-10-29Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"Gravatar Joel Fernandes (Google) 1-1/+1
2019-10-29docs: rcu: Correct links referring to titlesGravatar Joel Fernandes (Google) 2-60/+47
2019-10-29docs: rcu: convert some articles from html to ReSTGravatar Mauro Carvalho Chehab 9-6102/+4971
2019-10-29Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"Gravatar Joel Fernandes (Google) 1-1/+1
2019-10-29Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo...Gravatar Joel Fernandes (Google) 1-71/+0
2019-08-13Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Gravatar Paul E. McKenney 1-1/+72
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Gravatar Joel Fernandes (Google) 1-1/+1
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Gravatar Paul E. McKenney 1-0/+71
2019-03-26doc: Remove obsolete RCU update functions from RCU documentationGravatar Paul E. McKenney 3-6/+6
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Gravatar Paul E. McKenney 4-11/+11
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUGravatar Paul E. McKenney 3-5/+5
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Gravatar Paul E. McKenney 4-6/+6