aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RCU/Design
AgeCommit message (Expand)AuthorFilesLines
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-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-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+6
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-04-27rcu: Make rcu_read_unlock_special() safe for rq/pi locksGravatar Paul E. McKenney 1-45/+16
2020-02-27doc/RCU/Design: Remove remaining HTML tags in ReST filesGravatar SeongJae Park 1-4/+4
2019-10-29Documentation: Rename rcu_node_context_switch() to rcu_note_context_switch()Gravatar Sebastian Andrzej Siewior 3-3/+3
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: 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 9-6102/+4971
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 1-1/+72
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Gravatar Joel Fernandes (Google) 1-1/+1
2019-08-01rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()Gravatar Paul E. McKenney 1-0/+71
2019-03-26doc: Remove obsolete RCU update functions from RCU documentationGravatar Paul E. McKenney 3-6/+6
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Gravatar Paul E. McKenney 4-11/+11
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: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Gravatar Paul E. McKenney 1-7/+13
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: 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: rcu: Update description of gp_seq fields in rcu_dataGravatar Joel Fernandes (Google) 1-3/+4
2018-11-12doc: rcu: Better clarify the rcu_segcblist ->len fieldGravatar Joel Fernandes (Google) 1-8/+15
2018-11-12doc: rcu: Update Data-Structures for RCU flavor consolidationGravatar Joel Fernandes (Google) 5-2240/+559
2018-11-12doc: Remove rcu_dynticks from Data-StructuresGravatar Joel Fernandes (Google) 2-760/+25
2018-11-12doc: Update information about resched_cpuGravatar Joel Fernandes (Google) 1-3/+3
2018-11-08doc: Clarify RCU data-structure comment about rcu_tree fanoutGravatar Joel Fernandes (Google) 1-3/+5
2018-11-08doc: Set down forward-progress requirementsGravatar Paul E. McKenney 1-2/+108
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Gravatar Paul E. McKenney 1-26/+24
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledGravatar Paul E. McKenney 1-26/+24
2018-08-30doc: Fix broken HTML directiveGravatar Paul E. McKenney 1-1/+1
2018-08-30doc: Update removal of RCU-bh/sched update machineryGravatar Paul E. McKenney 3-134/+45
2018-08-29doc: Improve rcu_dynticks::dynticks documentationGravatar Joel Fernandes (Google) 1-3/+5
2018-08-29doc: Fix broken RCU-requirements link to LKML archiveGravatar Joel Fernandes (Google) 1-2/+2
2018-08-29doc: Add design documentation on interruption of NMI handlersGravatar Paul E. McKenney 1-0/+11
2018-07-12doc: Update memory-ordering documentation for ->gp-seqGravatar Paul E. McKenney 6-223/+243
2018-07-12doc: Update data-structure documentation for ->gp_seqGravatar Paul E. McKenney 1-55/+63
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Gravatar Paul E. McKenney 2-15/+34
2017-12-05doc: De-emphasize smp_read_barrier_dependsGravatar Paul E. McKenney 1-1/+2
2017-12-04doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Gravatar Paul E. McKenney 2-3/+4
2017-11-28doc: Update dyntick-idle design documentation for NMI/irq consolidationGravatar Paul E. McKenney 1-14/+32
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 14-0/+14170