references.txt 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. This document provides background reading for memory models and related
  2. tools. These documents are aimed at kernel hackers who are interested
  3. in memory models.
  4. Hardware manuals and models
  5. ===========================
  6. o SPARC International Inc. (Ed.). 1994. "The SPARC Architecture
  7. Reference Manual Version 9". SPARC International Inc.
  8. o Compaq Computer Corporation (Ed.). 2002. "Alpha Architecture
  9. Reference Manual". Compaq Computer Corporation.
  10. o Intel Corporation (Ed.). 2002. "A Formal Specification of Intel
  11. Itanium Processor Family Memory Ordering". Intel Corporation.
  12. o Intel Corporation (Ed.). 2002. "Intel 64 and IA-32 Architectures
  13. Software Developer’s Manual". Intel Corporation.
  14. o Peter Sewell, Susmit Sarkar, Scott Owens, Francesco Zappa Nardelli,
  15. and Magnus O. Myreen. 2010. "x86-TSO: A Rigorous and Usable
  16. Programmer's Model for x86 Multiprocessors". Commun. ACM 53, 7
  17. (July, 2010), 89-97. http://doi.acm.org/10.1145/1785414.1785443
  18. o IBM Corporation (Ed.). 2009. "Power ISA Version 2.06". IBM
  19. Corporation.
  20. o ARM Ltd. (Ed.). 2009. "ARM Barrier Litmus Tests and Cookbook".
  21. ARM Ltd.
  22. o Susmit Sarkar, Peter Sewell, Jade Alglave, Luc Maranget, and
  23. Derek Williams. 2011. "Understanding POWER Multiprocessors". In
  24. Proceedings of the 32Nd ACM SIGPLAN Conference on Programming
  25. Language Design and Implementation (PLDI ’11). ACM, New York,
  26. NY, USA, 175–186.
  27. o Susmit Sarkar, Kayvan Memarian, Scott Owens, Mark Batty,
  28. Peter Sewell, Luc Maranget, Jade Alglave, and Derek Williams.
  29. 2012. "Synchronising C/C++ and POWER". In Proceedings of the 33rd
  30. ACM SIGPLAN Conference on Programming Language Design and
  31. Implementation (PLDI '12). ACM, New York, NY, USA, 311-322.
  32. o ARM Ltd. (Ed.). 2014. "ARM Architecture Reference Manual (ARMv8,
  33. for ARMv8-A architecture profile)". ARM Ltd.
  34. o Imagination Technologies, LTD. 2015. "MIPS(R) Architecture
  35. For Programmers, Volume II-A: The MIPS64(R) Instruction,
  36. Set Reference Manual". Imagination Technologies,
  37. LTD. https://imgtec.com/?do-download=4302.
  38. o Shaked Flur, Kathryn E. Gray, Christopher Pulte, Susmit
  39. Sarkar, Ali Sezgin, Luc Maranget, Will Deacon, and Peter
  40. Sewell. 2016. "Modelling the ARMv8 Architecture, Operationally:
  41. Concurrency and ISA". In Proceedings of the 43rd Annual ACM
  42. SIGPLAN-SIGACT Symposium on Principles of Programming Languages
  43. (POPL ’16). ACM, New York, NY, USA, 608–621.
  44. o Shaked Flur, Susmit Sarkar, Christopher Pulte, Kyndylan Nienhuis,
  45. Luc Maranget, Kathryn E. Gray, Ali Sezgin, Mark Batty, and Peter
  46. Sewell. 2017. "Mixed-size Concurrency: ARM, POWER, C/C++11,
  47. and SC". In Proceedings of the 44th ACM SIGPLAN Symposium on
  48. Principles of Programming Languages (POPL 2017). ACM, New York,
  49. NY, USA, 429–442.
  50. o Christopher Pulte, Shaked Flur, Will Deacon, Jon French,
  51. Susmit Sarkar, and Peter Sewell. 2018. "Simplifying ARM concurrency:
  52. multicopy-atomic axiomatic and operational models for ARMv8". In
  53. Proceedings of the ACM on Programming Languages, Volume 2, Issue
  54. POPL, Article No. 19. ACM, New York, NY, USA.
  55. Linux-kernel memory model
  56. =========================
  57. o Jade Alglave, Will Deacon, Boqun Feng, David Howells, Daniel
  58. Lustig, Luc Maranget, Paul E. McKenney, Andrea Parri, Nicholas
  59. Piggin, Alan Stern, Akira Yokosawa, and Peter Zijlstra.
  60. 2019. "Calibrating your fear of big bad optimizing compilers"
  61. Linux Weekly News. https://lwn.net/Articles/799218/
  62. o Jade Alglave, Will Deacon, Boqun Feng, David Howells, Daniel
  63. Lustig, Luc Maranget, Paul E. McKenney, Andrea Parri, Nicholas
  64. Piggin, Alan Stern, Akira Yokosawa, and Peter Zijlstra.
  65. 2019. "Who's afraid of a big bad optimizing compiler?"
  66. Linux Weekly News. https://lwn.net/Articles/793253/
  67. o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and
  68. Alan Stern. 2018. "Frightening small children and disconcerting
  69. grown-ups: Concurrency in the Linux kernel". In Proceedings of
  70. the 23rd International Conference on Architectural Support for
  71. Programming Languages and Operating Systems (ASPLOS 2018). ACM,
  72. New York, NY, USA, 405-418. Webpage: http://diy.inria.fr/linux/.
  73. o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and
  74. Alan Stern. 2017. "A formal kernel memory-ordering model (part 1)"
  75. Linux Weekly News. https://lwn.net/Articles/718628/
  76. o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and
  77. Alan Stern. 2017. "A formal kernel memory-ordering model (part 2)"
  78. Linux Weekly News. https://lwn.net/Articles/720550/
  79. o Jade Alglave, Luc Maranget, Paul E. McKenney, Andrea Parri, and
  80. Alan Stern. 2017-2019. "A Formal Model of Linux-Kernel Memory
  81. Ordering" (backup material for the LWN articles)
  82. https://mirrors.edge.kernel.org/pub/linux/kernel/people/paulmck/LWNLinuxMM/
  83. Memory-model tooling
  84. ====================
  85. o Daniel Jackson. 2002. "Alloy: A Lightweight Object Modelling
  86. Notation". ACM Trans. Softw. Eng. Methodol. 11, 2 (April 2002),
  87. 256–290. http://doi.acm.org/10.1145/505145.505149
  88. o Jade Alglave, Luc Maranget, and Michael Tautschnig. 2014. "Herding
  89. Cats: Modelling, Simulation, Testing, and Data Mining for Weak
  90. Memory". ACM Trans. Program. Lang. Syst. 36, 2, Article 7 (July
  91. 2014), 7:1–7:74 pages.
  92. o Jade Alglave, Patrick Cousot, and Luc Maranget. 2016. "Syntax and
  93. semantics of the weak consistency model specification language
  94. cat". CoRR abs/1608.07531 (2016). https://arxiv.org/abs/1608.07531
  95. Memory-model comparisons
  96. ========================
  97. o Paul E. McKenney, Ulrich Weigand, Andrea Parri, and Boqun
  98. Feng. 2018. "Linux-Kernel Memory Model". (27 September 2018).
  99. http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0124r6.html.