aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RCU (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14Documentation: Fix spelling mistakeEric Engestrom1-1/+1
2016-06-14documentation: Add RCU_NONIDLE() restrictions to requirementsPaul E. McKenney1-0/+35
2016-06-14documentation: Add references to 2010 and 2014 Big API TablesPaul E. McKenney1-0/+2
2016-06-14documentation: Add reference to 2014 RCU API LWN articlePaul E. McKenney1-0/+1
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2016-04-28Documentation: fix common spelling mistakesKees Cook1-3/+3
2016-04-21Merge branches 'doc.2016.04.19a', 'exp.2016.03.31d', 'fixes.2016.03.31d' and 'torture.2016.04.21a' into HEADPaul E. McKenney1-5/+5
2016-04-19documentation: Add documentation for RCU's major data structuresPaul E. McKenney12-0/+8291
2016-03-31rcu: Remove expedited GP funnel-lock bypassPaul E. McKenney1-5/+5
2016-03-31documentation: Emphasize the call_rcu() is illegal from idlePaul E. McKenney1-1/+1
2016-03-31documentation: Sharpen up the no-readers quick quizPaul E. McKenney1-5/+8
2016-03-31documentation: Get rid of duplicate .htmlx filePaul E. McKenney3-3441/+428
2016-03-31documentation: Remove unnecessary images from requirementsPaul E. McKenney4-253/+40
2016-03-31documentation: Document illegality of call_rcu() from offline CPUsPaul E. McKenney2-2/+4
2016-03-31documentation: Explain why rcu_read_lock() needs no barrier()Paul E. McKenney2-43/+115
2016-03-31documentation: Add synchronize_rcu_mult() to the requirementsPaul E. McKenney2-0/+174
2016-03-31documentation: Add real-time requirements from CPU-bound workloadsPaul E. McKenney2-1/+17
2016-03-31documentation: Make sample code and documentation consistentYao Dongdong1-7/+15
2015-12-05documentation: Update RCU requirements based on expedited changesPaul E. McKenney2-3/+19
2015-12-05documentation: Clarify RCU memory barriers and requirementsPaul E. McKenney2-54/+78
2015-12-05documentation: Expand on scheduler/RCU deadlock requirementsPaul E. McKenney2-10/+18
2015-12-05documentation: Composability analogiesPaul E. McKenney2-0/+16
2015-12-05documentation: Cover requirements controlling stall warningsPaul E. McKenney2-2/+48
2015-12-05Documentation: Record bottom-bit-zero guarantee for ->nextPaul E. McKenney2-0/+86
2015-12-05documentation: Record RCU requirementsPaul E. McKenney7-0/+6800
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEADPaul E. McKenney3-29/+23
2015-10-06documentation: Catch up list of torture_type optionsPaul E. McKenney1-26/+13
2015-10-06documentation: Correct doc to use rcu_dereference_protectedJason A. Donenfeld1-3/+3
2015-10-06documentation: Call out slow consoles as cause of stall warningsPaul E. McKenney1-0/+7
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney1-16/+16
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney1-1/+1
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney2-36/+29
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-1/+1
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney1-26/+10
2015-07-17documentation: Describe new expedited stall warningsPaul E. McKenney1-0/+17
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney1-10/+2
2015-07-15documentation: Fix spelling of "operators"Paul E. McKenney1-1/+1
2015-06-24Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-1/+1
2015-06-22Doc: Change wikipedia's URL from http to httpsMasanari Iida1-1/+1
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEADPaul E. McKenney2-1/+8
2015-05-27documentation: State that rcu_dereference() reloads pointerMilos Vyletel1-1/+3
2015-05-27documentation: Update rcu_dereference.txt based on WG21 discussionsPaul E. McKenney1-0/+5
2015-05-27documentation: RCU-protected array indexes no longer supportedPaul E. McKenney4-37/+28
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul E. McKenney2-16/+30
2015-01-15rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney1-0/+9
2015-01-15rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney1-16/+16
2015-01-06rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney1-0/+5
2015-01-06documentation: Update sysfs path for rcu_cpu_stall_timeoutXie XiuQi1-1/+1
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', 'fixes.2014.11.13a', 'signal.2014.10.29a' and 'rt.2014.10.29a' into HEADPaul E. McKenney4-15/+9
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar4-9/+9