summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU
AgeCommit message (Expand)AuthorLines
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney-538/+1
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney-10/+7
2017-06-08rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney-5/+1
2017-06-08doc: Take tail recursion into account in RCU requirementsPaul E. McKenney-1/+2
2017-06-08srcu: Document auto-expediting requirementPaul E. McKenney-0/+14
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney-6/+31
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney-5/+6
2017-04-18rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney-1/+10
2017-04-18rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney-2/+2
2017-04-18rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney-2/+10
2017-04-18rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney-1/+8
2017-04-12doc: Emphasize that "toy" RCU requires recursive rwlockPaul E. McKenney-1/+3
2017-04-12doc: Update the comparisons rule in rcu_dereference.txtMichalis Kokologiannakis-0/+9
2017-04-12doc: Update rcu_assign_pointer() definition in whatisRCU.txtPaul E. McKenney-14/+15
2017-04-12doc: Update requirements based on recent changesPaul E. McKenney-26/+94
2017-04-12doc: Update RCU data-structure documentation for rcu_segcblistPaul E. McKenney-85/+156
2017-04-12doc: Update stallwarn.txt to make causes more prominentPaul E. McKenney-90/+100
2017-04-12doc: Add mid-boot operation to expedited grace periodsPaul E. McKenney-3/+44
2017-04-12doc: Synchronous RCU grace periods are now legal throughout bootPaul E. McKenney-34/+47
2017-01-25Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...Paul E. McKenney-4/+1
2017-01-23rcu: Eliminate unused expedited_normal counterPaul E. McKenney-4/+1
2017-01-14doc: Quick-Quiz answers are now inlinePaul E. McKenney-4/+1
2017-01-14doc: Fix RCU requirements typosTetsuo Handa-6/+6
2017-01-14rcu: Design documentation for expedited grace periodsPaul E. McKenney-0/+5093
2016-11-14Documentation/RCU: Fix minor typoPranith Kumar-1/+1
2016-11-14documentation: Present updated RCU guaranteePaul E. McKenney-1/+24
2016-10-11kthread: kthread worker API cleanupPetr Mladek-1/+1
2016-08-22documentation: Record reason for rcu_head two-byte alignmentPaul E. McKenney-0/+22
2016-08-22rcutorture: Remove outdated config option descriptionSeongJae Park-15/+0
2016-06-14Documentation: Fix spelling mistakeEric Engestrom-1/+1
2016-06-14documentation: Add RCU_NONIDLE() restrictions to requirementsPaul E. McKenney-0/+35
2016-06-14documentation: Add references to 2010 and 2014 Big API TablesPaul E. McKenney-0/+2
2016-06-14documentation: Add reference to 2014 RCU API LWN articlePaul E. McKenney-0/+1
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds-3/+3
2016-04-28Documentation: fix common spelling mistakesKees Cook-3/+3
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and ...Paul E. McKenney-5/+5
2016-04-19documentation: Add documentation for RCU's major data structuresPaul E. McKenney-0/+8291
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney-5/+5
2016-03-31documentation: Emphasize the call_rcu() is illegal from idlePaul E. McKenney-1/+1
2016-03-31documentation: Sharpen up the no-readers quick quizPaul E. McKenney-5/+8
2016-03-31documentation: Get rid of duplicate .htmlx filePaul E. McKenney-3441/+428
2016-03-31documentation: Remove unnecessary images from requirementsPaul E. McKenney-253/+40
2016-03-31documentation: Document illegality of call_rcu() from offline CPUsPaul E. McKenney-2/+4
2016-03-31documentation: Explain why rcu_read_lock() needs no barrier()Paul E. McKenney-43/+115
2016-03-31documentation: Add synchronize_rcu_mult() to the requirementsPaul E. McKenney-0/+174
2016-03-31documentation: Add real-time requirements from CPU-bound workloadsPaul E. McKenney-1/+17
2016-03-31documentation: Make sample code and documentation consistentYao Dongdong-7/+15
2015-12-05documentation: Update RCU requirements based on expedited changesPaul E. McKenney-3/+19
2015-12-05documentation: Clarify RCU memory barriers and requirementsPaul E. McKenney-54/+78
2015-12-05documentation: Expand on scheduler/RCU deadlock requirementsPaul E. McKenney-10/+18