Lines Matching +full:self +full:- +full:working
4 Linux-kernel memory model (LKMM) audience might be anywhere from novice
12 If LKMM-specific terms lost you, glossary.txt might help you.
14 o You are new to Linux-kernel concurrency: simple.txt
16 o You have some background in Linux-kernel concurrency, and would
17 like an overview of the types of low-level concurrency primitives
22 o You are familiar with the Linux-kernel concurrency primitives
24 tests: litmus-tests.txt
30 recipes.txt, but is self-contained.
32 o You are familiar with Linux-kernel concurrency, and would
37 and cannot do to control dependencies: control-dependencies.txt
42 from KCSAN: access-marking.txt
44 o You are familiar with Linux-kernel concurrency and the use of
47 o You are familiar with Linux-kernel concurrency and the use
50 herd-representation.txt
53 hardware manuals, academic literature, standards-committee
54 working papers, and LWN articles: references.txt
64 access-marking.txt
69 Quick-reference guide to the Linux-kernel memory model.
71 control-dependencies.txt
79 Brief definitions of LKMM-related terms.
81 herd-representation.txt
82 The (abstract) representation of the Linux-kernel concurrency
85 litmus-tests.txt
90 Rules for accessing lock-protected shared variables outside of
94 Overview of the Linux kernel's low-level memory-ordering
98 Common memory-ordering patterns.
104 Starting point for someone new to Linux-kernel concurrency.