KernelNewbies
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Kernel Hacking

  • Frontpage

  • Kernel Hacking

  • Kernel Documentation

  • Kernel Glossary

  • FAQ

  • Found a bug?

  • Kernel Changelog

  • Upstream Merge Guide

Projects

  • KernelJanitors

  • KernelMentors

  • KernelProjects

Community

  • Why a community?

  • Regional Kernelnewbies

  • Personal Pages

  • Upcoming Events

References

  • Mailing Lists

  • Related Sites

  • Programming Links

Wiki

  • Recent Changes

  • Site Editors

  • Side Bar

  • Tips for Editors

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents
Revision 2 as of 2017-12-30 01:29:53
KernelNewbies:
  • ReadCopyUpdate

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:

  • Documentation/RCU in the Linux-kernel source tree.
  • A number of LWN articles, including:

    • What is RCU, Fundamentally?

    • What is RCU's Usage?

    • The RCU API, 2010 Edition.

    • Sleepable RCU.

  • User-Level Implementations of Read-Copy Update (freely available pre-publication version). See also the freely available supplementary information.

  • The wikipedia article.

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

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01