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
12 o You are new to Linux-kernel concurrency: simple.txt
18 Here, "low level" means atomic operations to single variables.
21 that you need, and just want to get started with LKMM litmus
29 and cannot do to control dependencies: control-dependencies.txt
35 of LKMM, and would like to learn about LKMM's requirements,
38 o You are interested in the publications related to LKMM, including
51 Quick-reference guide to the Linux-kernel memory model.
54 Guide to preventing compiler optimizations from destroying
75 Starting point for someone new to Linux-kernel concurrency.
76 And also a reminder of the simpler approaches to concurrency!