diff options
author | Andrea Parri <andrea.parri@amarulasolutions.com> | 2018-05-14 19:33:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-05-15 02:11:19 -0400 |
commit | 99c12749b172758f6973fc023484f2fc8b91cd5a (patch) | |
tree | 53b9324624c13bc381ab2afcf22fa9c393c3657f | |
parent | 1a00b4554d477f05199e22ee71ba4c2525ca44cb (diff) |
tools/memory-model: Add reference for 'Simplifying ARM concurrency'
The paper discusses the revised ARMv8 memory model; such revision
had an important impact on the design of the LKMM.
Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Akira Yokosawa <akiyks@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Jade Alglave <j.alglave@ucl.ac.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luc Maranget <luc.maranget@inria.fr>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org
Cc: parri.andrea@gmail.com
Link: http://lkml.kernel.org/r/1526340837-12222-19-git-send-email-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-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 | ========================= |