KernelNewbies:

Read-Copy Update (RCU)

RCU is a synchronization mechanism that is used in the Linux kernel to replace some uses of reader-writer locking and reference counting. RCU is only recently being added to university coursework, but fortunately there is quite a bit of documentation available:

For additional documentation on RCU, see Documentation/RCU/RTFP.txt in your friendly Linux-kernel source tree.

KernelNewbies: Documentation/Subsystems/ReadCopyUpdate (last edited 2013-05-01 16:30:48 by PaulMcKenney)