summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorLines
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds-6/+6
2019-03-04Documentation/locking/lockdep: Drop last two chars of sample statesGeert Uytterhoeven-3/+3
2019-03-04doc: rcu: Suspicious RCU usage is a warningGeert Uytterhoeven-3/+3
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney-178/+13
2019-01-25RCU/torture.txt: Remove section MODULE PARAMETERSJunchang Wang-167/+2
2019-01-25rcu: Rename rcu_process_callbacks() to rcu_core() for Tree RCUPaul E. McKenney-5/+5
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney-6/+6
2019-01-25doc: Fix outdated linksJunchang Wang-2/+2
2019-01-25doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()Paul E. McKenney-7/+13
2019-01-25rcu: Discard separate per-CPU callback countsPaul E. McKenney-7/+8
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney-20/+24
2018-11-12doc: Fix "struction" typo in RCU memory-ordering documentationJoel Fernandes (Google)-1/+1
2018-11-12doc: Correct parameter in stallwarnJoel Fernandes (Google)-1/+1
2018-11-12doc: RCU scheduler spinlock rcu_read_unlock() restriction remainsPaul E. McKenney-15/+29
2018-11-12doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()Joel Fernandes (Google)-1/+1
2018-11-12doc: Remove obsolete (non-)requirement about disabling preemptionJoel Fernandes (Google)-50/+0
2018-11-12doc: Make reader aware of rcu_dereference_protectedJoel Fernandes (Google)-1/+14
2018-11-12doc: rcu: Encourage use of rcu_barrier in checklistJoel Fernandes (Google)-2/+2
2018-11-12doc: rcu: Remove obsolete checklist item about synchronize_rcu usageJoel Fernandes (Google)-30/+7
2018-11-12doc: rcu: Remove obsolete suggestion from checklistJoel Fernandes (Google)-5/+1
2018-11-12doc: rcu: Add more rationale for using rcu_read_lock_sched in checklistJoel Fernandes (Google)-1/+1
2018-11-12doc: rcu: Update core and full API in whatisRCUJoel Fernandes (Google)-27/+28
2018-11-12doc: rcu: Update description of gp_seq fields in rcu_dataJoel Fernandes (Google)-3/+4
2018-11-12doc: rcu: Better clarify the rcu_segcblist ->len fieldJoel Fernandes (Google)-8/+15
2018-11-12doc: rcu: Update Data-Structures for RCU flavor consolidationJoel Fernandes (Google)-2240/+559
2018-11-12doc: Remove rcu_dynticks from Data-StructuresJoel Fernandes (Google)-760/+25
2018-11-12doc: Update information about resched_cpuJoel Fernandes (Google)-3/+3
2018-11-08doc: Remove rcu_preempt_state reference in stallwarnJoel Fernandes (Google)-3/+2
2018-11-08doc: Clarify RCU data-structure comment about rcu_tree fanoutJoel Fernandes (Google)-3/+5
2018-11-08doc: Set down forward-progress requirementsPaul E. McKenney-2/+108
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds-38/+0
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad-38/+0
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney-26/+24
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney-26/+24
2018-08-30doc: Fix broken HTML directivePaul E. McKenney-1/+1
2018-08-30doc: Update removal of RCU-bh/sched update machineryPaul E. McKenney-143/+52
2018-08-29doc: Improve rcu_dynticks::dynticks documentationJoel Fernandes (Google)-3/+5
2018-08-29doc: Fix broken RCU-requirements link to LKML archiveJoel Fernandes (Google)-2/+2
2018-08-29doc: Add design documentation on interruption of NMI handlersPaul E. McKenney-0/+11
2018-07-12rculist: Improve documentation for list_for_each_entry_from_rcu()NeilBrown-0/+2
2018-07-12doc: Update synchronize_rcu() definition in whatisRCU.txtAndrea Parri-6/+10
2018-07-12doc: Update RCU CPU stall-warning documentationPaul E. McKenney-12/+12
2018-07-12doc: Update memory-ordering documentation for ->gp-seqPaul E. McKenney-223/+243
2018-07-12doc: Update data-structure documentation for ->gp_seqPaul E. McKenney-55/+63
2018-05-15doc: Ensure whatisRCU.txt actually says what RCU isPaul Gortmaker-0/+2
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney-22/+36
2017-12-05doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney-8/+4
2017-12-04doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney-9/+8
2017-11-28doc: Update dyntick-idle design documentation for NMI/irq consolidationPaul E. McKenney-14/+32
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-78/+14292