aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds2-38/+0
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad2-38/+0
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-26/+24
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-26/+24
2018-08-30doc: Fix broken HTML directivePaul E. McKenney1-1/+1
2018-08-30doc: Update removal of RCU-bh/sched update machineryPaul E. McKenney5-143/+52
2018-08-29doc: Improve rcu_dynticks::dynticks documentationJoel Fernandes (Google)1-3/+5
2018-08-29doc: Fix broken RCU-requirements link to LKML archiveJoel Fernandes (Google)1-2/+2
2018-08-29doc: Add design documentation on interruption of NMI handlersPaul E. McKenney1-0/+11
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown1-0/+2
2018-07-12doc: Update synchronize_rcu() definition in whatisRCU.txtAndrea Parri1-6/+10
2018-07-12doc: Update RCU CPU stall-warning documentationPaul E. McKenney1-12/+12
2018-07-12doc: Update memory-ordering documentation for ->gp-seqPaul E. McKenney6-223/+243
2018-07-12doc: Update data-structure documentation for ->gp_seqPaul E. McKenney1-55/+63
2018-05-15doc: Ensure whatisRCU.txt actually says what RCU isPaul Gortmaker1-0/+2
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEADPaul E. McKenney4-22/+36
2017-12-05doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney3-8/+4
2017-12-04doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney3-9/+8
2017-11-28doc: Update dyntick-idle design documentation for NMI/irq consolidationPaul E. McKenney1-14/+32
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds15-78/+14292
2017-10-19Documentation: fix ref to workqueue contentTom Saeger1-1/+1
2017-10-09documentation: Update RCU CPU stall warning messagesPaul E. McKenney1-77/+105
2017-10-09documentation: Slow systems can stall RCU grace periodsPaul E. McKenney1-0/+6
2017-10-09documentation: Long-running irq handlers can stall RCU grace periodsPaul E. McKenney1-1/+11
2017-10-09documentation: RCU grace-period memory ordering guaranteesPaul E. McKenney14-0/+14170
2017-08-17doc: Set down RCU's scheduling-clock-interrupt needsPaul E. McKenney1-0/+130
2017-08-17doc: No longer allowed to use rcu_dereference on non-pointersPaul E. McKenney1-40/+21
2017-08-17doc: Update RCU documentationPaul E. McKenney5-49/+111
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney3-538/+1
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2-10/+7
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney1-5/+1
2017-06-08doc: Take tail recursion into account in RCU requirementsPaul E. McKenney1-1/+2
2017-06-08srcu: Document auto-expediting requirementPaul E. McKenney1-0/+14
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEADPaul E. McKenney4-6/+31
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney3-5/+6
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney1-1/+10
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney1-2/+2
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney1-2/+10
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney1-1/+8
2017-04-12doc: Emphasize that "toy" RCU requires recursive rwlockPaul E. McKenney1-1/+3
2017-04-12doc: Update the comparisons rule in rcu_dereference.txtMichalis Kokologiannakis1-0/+9
2017-04-12doc: Update rcu_assign_pointer() definition in whatisRCU.txtPaul E. McKenney1-14/+15
2017-04-12doc: Update requirements based on recent changesPaul E. McKenney1-26/+94
2017-04-12doc: Update RCU data-structure documentation for rcu_segcblistPaul E. McKenney2-85/+156
2017-04-12doc: Update stallwarn.txt to make causes more prominentPaul E. McKenney1-90/+100
2017-04-12doc: Add mid-boot operation to expedited grace periodsPaul E. McKenney1-3/+44
2017-04-12doc: Synchronous RCU grace periods are now legal throughout bootPaul E. McKenney1-34/+47
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEADPaul E. McKenney1-4/+1
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney1-4/+1
2017-01-14doc: Quick-Quiz answers are now inlinePaul E. McKenney1-4/+1