Lines Matching refs:to
3 knowledge to what they need to know. Unfortunately, the expected
5 to expert both in kernel hacking and in understanding LKMM.
7 This document therefore points out a number of places to start reading,
8 depending on what you know and what you would like to learn. Please note
14 o You are new to Linux-kernel concurrency: simple.txt
20 Here, "low level" means atomic operations to single variables.
23 that you need, and just want to get started with LKMM litmus
26 o You need to locklessly access shared variables that are otherwise
37 and cannot do to control dependencies: control-dependencies.txt
39 o You would like to mark concurrent normal accesses to shared
41 documented, especially when you are responding to complaints
48 of LKMM, and would like to learn about LKMM's requirements,
52 o You are interested in the publications related to LKMM, including
65 Guidelines for marking intentionally concurrent accesses to
69 Quick-reference guide to the Linux-kernel memory model.
72 Guide to preventing compiler optimizations from destroying
104 Starting point for someone new to Linux-kernel concurrency.
105 And also a reminder of the simpler approaches to concurrency!