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

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 1 as of 2013-05-01 16:27:47
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 [https://lwn.net LWN] articles, including:

    • [http://lwn.net/Articles/262464/ What is RCU, Fundamentally?]

    • [http://lwn.net/Articles/263130/ What is RCU's Usage?]

    • [http://lwn.net/Articles/418853/ The RCU API, 2010 Edition.]

    • [http://lwn.net/Articles/202847/ Sleepable RCU.]

  • [http://doi.ieeecomputersociety.org/10.1109/TPDS.2011.159 User-Level Implementations of Read-Copy Update] (freely available [http://www.rdrop.com/users/paulmck/RCU/urcu-main-accepted.2011.08.30a.pdf pre-publication version]). See also the freely available [http://www.computer.org/cms/Computer.org/dl/trans/td/2012/02/extras/ttd2012020375s.pdf supplementary information].

  • [http://en.wikipedia.org/wiki/Read-copy-update 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