summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-093-4/+4
|\
| * doc: Drop doubled words from RCU requirements documentationRandy Dunlap2020-08-241-2/+2
| * doc: Drop doubled words from RCU Data-Structures.rstRandy Dunlap2020-08-241-1/+1
| * docs: Fix typo in synchronize_rcu() function nameTobias Klauser2020-08-241-1/+1
* | docs: Fix function name trailing double-()sKees Cook2020-08-241-1/+1
|/
* Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-0310-404/+500
|\
| * doc: Tasks RCU must protect instructions before trampolinePaul E. McKenney2020-06-291-1/+6
| * doc: Timer problems can cause RCU CPU stall warningsPaul E. McKenney2020-06-291-0/+7
| * docs: RCU: Don't duplicate chapter names in rculist_nulls.rstMauro Carvalho Chehab2020-06-291-0/+6
| * docs: RCU: Convert stallwarn.txt to ReSTMauro Carvalho Chehab2020-06-292-21/+35
| * docs: RCU: Convert rcuref.txt to ReSTMauro Carvalho Chehab2020-06-292-96/+104
| * docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab2020-06-292-53/+65
| * docs: RCU: Convert rculist_nulls.txt to ReSTMauro Carvalho Chehab2020-06-293-172/+195
| * docs: RCU: Convert lockdep.txt to ReSTMauro Carvalho Chehab2020-06-292-4/+9
| * docs: RCU: Convert lockdep-splat.txt to ReSTMauro Carvalho Chehab2020-06-292-52/+58
| * docs: RCU: Convert checklist.txt to ReSTMauro Carvalho Chehab2020-06-292-5/+15
* | Documentation/barriers: Remove references to [smp_]read_barrier_depends()Will Deacon2020-07-211-1/+1
|/
* rcu: Make rcu_read_unlock_special() safe for rq/pi locksPaul E. McKenney2020-04-271-45/+16
* doc: Add rcutorture scripting to torture.txtPaul E. McKenney2020-02-271-7/+140
* doc/RCU/rcu: Use https instead of http if possibleSeongJae Park2020-02-271-1/+1
* doc/RCU/rcu: Use absolute paths for non-rst filesSeongJae Park2020-02-271-2/+2
* doc/RCU/rcu: Use ':ref:' for links to other docsSeongJae Park2020-02-271-6/+6
* doc/RCU/listRCU: Update example function nameSeongJae Park2020-02-271-3/+3
* doc/RCU/listRCU: Fix typos in a example code snippetsSeongJae Park2020-02-271-2/+2
* doc/RCU/Design: Remove remaining HTML tags in ReST filesSeongJae Park2020-02-271-4/+4
* doc: Add some more RCU list patterns in the kernelJoel Fernandes (Google)2020-02-271-64/+211
*-. Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney2020-01-241-8/+3
|\ \
| | * rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)2020-01-241-8/+3
| |/
* | doc: Fix typo "deference" to "dereference"Paul E. McKenney2019-12-101-1/+1
* | doc: Updated full list of RCU API in whatisRCU.rstMadhuparna Bhowmik2019-12-101-2/+7
* | doc: Convert to rcubarrier.txt to ReSTAmol Grover2019-12-102-97/+126
* | doc: Convert to rcu_dereference.txt to rcu_dereference.rstAmol Grover2019-12-102-34/+42
* | doc: Convert whatisRCU.txt to .rstPhong Tran2019-12-102-107/+178
* | doc: Converted NMI-RCU.txt to NMI-RCU.rst.Madhuparna Bhowmik2019-12-102-25/+29
* | doc: Convert arrayRCU.txt to arrayRCU.rstMadhuparna Bhowmik2019-12-102-11/+24
|/
* Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Sebastian Andrzej Siewior2019-10-293-3/+3
* doc: Update list_for_each_entry_rcu() documentationJoel Fernandes (Google)2019-10-292-5/+23
* Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"Joel Fernandes (Google)2019-10-291-0/+54
* Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)2019-10-291-1/+1
* docs: rcu: Increase toctree to 3Joel Fernandes (Google)2019-10-291-1/+1
* docs: rcu: Correct links referring to titlesJoel Fernandes (Google)2019-10-292-60/+47
* docs: rcu: convert some articles from html to ReSTMauro Carvalho Chehab2019-10-2911-6104/+4978
* Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"Joel Fernandes (Google)2019-10-291-1/+1
* Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo...Joel Fernandes (Google)2019-10-291-71/+0
*-. Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...Paul E. McKenney2019-08-132-1/+78
|\ \
| | * treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-011-1/+1
| |/ |/|
| * doc: Add rcutree.kthread_prio pointer to stallwarn.txtPaul E. McKenney2019-08-011-0/+6
| * rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Paul E. McKenney2019-08-011-0/+71
|/
* docs: fix broken doc references due to renamesMauro Carvalho Chehab2019-07-171-1/+1
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-095-125/+163
|\