aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge tag 'docs-6.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2022-09-27Delete duplicate words from kernel docsGravatar Akhil Raj 2-2/+2
2022-08-31doc/rcu: Update LWN article URLs and add 2019 articleGravatar Shao-Tse Hung 1-7/+9
2022-08-31doc: SLAB_TYPESAFE_BY_RCU uses cannot rely on spinlocksGravatar Paul E. McKenney 1-7/+12
2022-08-31doc: Update rcu_access_pointer() advice in rcu_dereference.rstGravatar Paul E. McKenney 1-4/+10
2022-08-31doc: Fix list: rcu_access_pointer() is not lockdep-checkedGravatar Paul E. McKenney 1-3/+9
2022-08-31doc: Use rcu_barrier() to rate-limit RCU callbacksGravatar Paul E. McKenney 1-1/+2
2022-08-31doc: Call out queue_rcu_work() for blocking RCU callbacksGravatar Paul E. McKenney 1-0/+3
2022-08-31doc: Emphasize the need for explicit RCU read-side markersGravatar Paul E. McKenney 1-2/+7
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsGravatar Frederic Weisbecker 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 2-7/+7
2022-07-05context_tracking: Take idle eqs entrypoints over RCUGravatar Frederic Weisbecker 1-2/+2
2022-05-11Merge branch 'exp.2022.05.11a' into HEADGravatar Paul E. McKenney 1-0/+20
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTGravatar Uladzislau Rezki 1-0/+20
2022-04-20docs: Update RCU cross-references as suggested in doc-guideGravatar Akira Yokosawa 8-29/+25
2022-04-20docs: Add documentation for rude and trace RCU flavorsGravatar Paul E. McKenney 1-0/+32
2021-12-09Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...Gravatar Paul E. McKenney 1-11/+0
2021-11-30rcu: Remove the RCU_FAST_NO_HZ Kconfig optionGravatar Paul E. McKenney 1-11/+0
2021-11-30doc: RCU: Avoid 'Symbol' font-family in SVG figuresGravatar Akira Yokosawa 11-67/+67
2021-11-30doc: Add refcount analogy to What is RCUGravatar NeilBrown 1-8/+82
2021-09-13rcu: Fix undefined Kconfig macrosGravatar Zhouyi Zhou 1-37/+32
2021-09-13doc: Add another stall-warning root cause in stallwarn.rstGravatar Paul E. McKenney 1-0/+10
2021-07-20doc: Update stallwarn.rst with recent changesGravatar Paul E. McKenney 1-6/+15
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-20docs: Fix a typo in Documentation/RCU/stallwarn.rstGravatar Haocheng Xie 1-1/+1
2021-07-20Documentation/RCU: Fix nested inline markupGravatar Akira Yokosawa 1-3/+5
2021-07-20Documentation/RCU: Fix emphasis markersGravatar Akira Yokosawa 3-19/+19
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2021-06-24doc: Give XDP as example of non-obvious RCU reader/updater pairingGravatar Toke Høiland-Jørgensen 1-2/+9
2021-06-24doc: Clarify and expand RCU updaters and corresponding readersGravatar Paul E. McKenney 1-21/+27
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-03-15docs: Correctly spell Stephen Hemminger's nameGravatar Paul E. McKenney 1-1/+1
2021-02-22Merge tag 'docs-5.12' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-47/+47
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-377/+412
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 6-377/+412
2021-01-29drivers: Remove CONFIG_OPROFILE supportGravatar Viresh Kumar 1-2/+1
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Gravatar Paul E. McKenney 2-1/+40
2021-01-11Documentation: Replace lkml.org links with loreGravatar Joe Perches 1-47/+47
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallGravatar Neeraj Upadhyay 1-1/+22
2021-01-06doc: Use CONFIG_PREEMPTIONGravatar Sebastian Andrzej Siewior 6-24/+24
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 2-17/+14
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: Update the call_rcu() APIGravatar Hui Su 1-2/+1