diff options
-rw-r--r-- | tools/memory-model/Documentation/references.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/memory-model/Documentation/references.txt b/tools/memory-model/Documentation/references.txt index 74f448f2616a..b177f3e4a614 100644 --- a/tools/memory-model/Documentation/references.txt +++ b/tools/memory-model/Documentation/references.txt | |||
@@ -63,6 +63,12 @@ o Shaked Flur, Susmit Sarkar, Christopher Pulte, Kyndylan Nienhuis, | |||
63 | Principles of Programming Languages (POPL 2017). ACM, New York, | 63 | Principles of Programming Languages (POPL 2017). ACM, New York, |
64 | NY, USA, 429–442. | 64 | NY, USA, 429–442. |
65 | 65 | ||
66 | o Christopher Pulte, Shaked Flur, Will Deacon, Jon French, | ||
67 | Susmit Sarkar, and Peter Sewell. 2018. "Simplifying ARM concurrency: | ||
68 | multicopy-atomic axiomatic and operational models for ARMv8". In | ||
69 | Proceedings of the ACM on Programming Languages, Volume 2, Issue | ||
70 | POPL, Article No. 19. ACM, New York, NY, USA. | ||
71 | |||
66 | 72 | ||
67 | Linux-kernel memory model | 73 | Linux-kernel memory model |
68 | ========================= | 74 | ========================= |