aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
2020-08-24docs: Fix function name trailing double-()sGravatar Kees Cook 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
2020-02-27doc: Add rcutorture scripting to torture.txtGravatar Paul E. McKenney 1-7/+140
2020-02-27doc/RCU/rcu: Use https instead of http if possibleGravatar SeongJae Park 1-1/+1
2020-02-27doc/RCU/rcu: Use absolute paths for non-rst filesGravatar SeongJae Park 1-2/+2
2020-02-27doc/RCU/rcu: Use ':ref:' for links to other docsGravatar SeongJae Park 1-6/+6
2020-02-27doc/RCU/listRCU: Update example function nameGravatar SeongJae Park 1-3/+3
2020-02-27doc/RCU/listRCU: Fix typos in a example code snippetsGravatar SeongJae Park 1-2/+2
2020-02-27doc/RCU/Design: Remove remaining HTML tags in ReST filesGravatar SeongJae Park 1-4/+4
2020-02-27doc: Add some more RCU list patterns in the kernelGravatar Joel Fernandes (Google) 1-64/+211
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Gravatar Paul E. McKenney 1-8/+3
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingGravatar Joel Fernandes (Google) 1-8/+3
2019-12-10doc: Fix typo "deference" to "dereference"Gravatar Paul E. McKenney 1-1/+1
2019-12-10doc: Updated full list of RCU API in whatisRCU.rstGravatar Madhuparna Bhowmik 1-2/+7
2019-12-10doc: Convert to rcubarrier.txt to ReSTGravatar Amol Grover 2-97/+126
2019-12-10doc: Convert to rcu_dereference.txt to rcu_dereference.rstGravatar Amol Grover 2-34/+42
2019-12-10doc: Convert whatisRCU.txt to .rstGravatar Phong Tran 2-107/+178
2019-12-10doc: Converted NMI-RCU.txt to NMI-RCU.rst.Gravatar Madhuparna Bhowmik 2-25/+29
2019-12-10doc: Convert arrayRCU.txt to arrayRCU.rstGravatar Madhuparna Bhowmik 2-11/+24
2019-10-29Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Gravatar Sebastian Andrzej Siewior 3-3/+3
2019-10-29doc: Update list_for_each_entry_rcu() documentationGravatar Joel Fernandes (Google) 2-5/+23
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: Increase toctree to 3Gravatar 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 11-6104/+4978
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 2-1/+78
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Gravatar Joel Fernandes (Google) 1-1/+1
2019-08-01doc: Add rcutree.kthread_prio pointer to stallwarn.txtGravatar Paul E. McKenney 1-0/+6
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Gravatar Paul E. McKenney 1-0/+71
2019-07-17docs: fix broken doc references due to renamesGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 5-125/+163
2019-06-28doc: RCU callback locks need only _bh, not necessarily _irqGravatar Jiunn Chang 1-6/+7
2019-06-27Documentation: RCU: Add TOC tree hooksGravatar Jiunn Chang 1-0/+19
2019-06-27Documentation: RCU: Rename txt files to rstGravatar Jiunn Chang 3-0/+0
2019-06-27Documentation: RCU: Convert RCU UP systems to reSTGravatar Jiunn Chang 1-14/+23