aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
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
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-11-02doc: Present the role of READ_ONCE()Gravatar Paul E. McKenney 2-0/+13
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 3-4/+4
2020-08-24docs: Fix function name trailing double-()sGravatar Kees Cook 1-1/+1
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-24docs: Fix typo in synchronize_rcu() function nameGravatar Tobias Klauser 1-1/+1
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-404/+500
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-06-29doc: Timer problems can cause RCU CPU stall warningsGravatar Paul E. McKenney 1-0/+7
2020-06-29docs: RCU: Don't duplicate chapter names in rculist_nulls.rstGravatar Mauro Carvalho Chehab 1-0/+6
2020-06-29docs: RCU: Convert stallwarn.txt to ReSTGravatar Mauro Carvalho Chehab 2-21/+35
2020-06-29docs: RCU: Convert rcuref.txt to ReSTGravatar Mauro Carvalho Chehab 2-96/+104
2020-06-29docs: RCU: Convert torture.txt to ReSTGravatar Mauro Carvalho Chehab 2-53/+65
2020-06-29docs: RCU: Convert rculist_nulls.txt to ReSTGravatar Mauro Carvalho Chehab 3-172/+195
2020-06-29docs: RCU: Convert lockdep.txt to ReSTGravatar Mauro Carvalho Chehab 2-4/+9
2020-06-29docs: RCU: Convert lockdep-splat.txt to ReSTGravatar Mauro Carvalho Chehab 2-52/+58
2020-06-29docs: RCU: Convert checklist.txt to ReSTGravatar Mauro Carvalho Chehab 2-5/+15
2020-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksGravatar Paul E. McKenney 1-45/+16