aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-27Documentation: RCU: Convert RCU linked list to reSTGravatar Jiunn Chang 1-16/+22
2019-06-27Documentation: RCU: Convert RCU basic concepts to reSTGravatar Jiunn Chang 1-58/+61
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Gravatar Paul E. McKenney 3-6/+25
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Gravatar Andrea Parri 1-4/+4
2019-05-28doc: Fixup definition of rcupdate.rcu_task_stall_timeoutGravatar Zhenzhong Duan 1-1/+1
2019-05-28doc/rcuref: Document real world examples in kernelGravatar Joel Fernandes (Google) 1-1/+20
2019-03-26doc: Fix typos and otherwise modernize checklist.txtGravatar Paul E. McKenney 1-18/+25
2019-03-26doc: Describe choice of rcu_dereference() APIs and __rcu usageGravatar Paul E. McKenney 1-0/+103
2019-03-26doc: Repair some whitespace damageGravatar Tycho Andersen 1-5/+5
2019-03-26doc: Remove obsolete RCU update functions from RCU documentationGravatar Paul E. McKenney 8-76/+66
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-6/+6
2019-03-04Documentation/locking/lockdep: Drop last two chars of sample statesGravatar Geert Uytterhoeven 1-3/+3
2019-03-04doc: rcu: Suspicious RCU usage is a warningGravatar Geert Uytterhoeven 1-3/+3
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Gravatar Paul E. McKenney 5-178/+13
2019-01-25RCU/torture.txt: Remove section MODULE PARAMETERSGravatar Junchang Wang 1-167/+2
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
2019-01-25doc: Fix outdated linksGravatar Junchang Wang 1-2/+2
2019-01-25doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Gravatar Paul E. McKenney 1-7/+13
2019-01-25rcu: Discard separate per-CPU callback countsGravatar Paul E. McKenney 1-7/+8
2019-01-25rcu: Determine expedited-GP IPI handler at build timeGravatar Paul E. McKenney 2-20/+24
2018-11-12doc: Fix "struction" typo in RCU memory-ordering documentationGravatar Joel Fernandes (Google) 1-1/+1
2018-11-12doc: Correct parameter in stallwarnGravatar Joel Fernandes (Google) 1-1/+1
2018-11-12doc: RCU scheduler spinlock rcu_read_unlock() restriction remainsGravatar Paul E. McKenney 1-15/+29
2018-11-12doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()Gravatar Joel Fernandes (Google) 1-1/+1
2018-11-12doc: Remove obsolete (non-)requirement about disabling preemptionGravatar Joel Fernandes (Google) 1-50/+0
2018-11-12doc: Make reader aware of rcu_dereference_protectedGravatar Joel Fernandes (Google) 1-1/+14
2018-11-12doc: rcu: Encourage use of rcu_barrier in checklistGravatar Joel Fernandes (Google) 1-2/+2
2018-11-12doc: rcu: Remove obsolete checklist item about synchronize_rcu usageGravatar Joel Fernandes (Google) 1-30/+7
2018-11-12doc: rcu: Remove obsolete suggestion from checklistGravatar Joel Fernandes (Google) 1-5/+1
2018-11-12doc: rcu: Add more rationale for using rcu_read_lock_sched in checklistGravatar Joel Fernandes (Google) 1-1/+1