| % ack.tex |
| % mainfile: perfbook.tex |
| % SPDX-License-Identifier: CC-BY-SA-3.0 |
| |
| \chapter{Credits} |
| \label{bck:ack:Credits} |
| % |
| \Epigraph{If I have seen further it is by standing on the shoulders of |
| giants.}{\emph{Isaac Newton, modernized}} |
| |
| % \section{Authors} |
| |
| % CCASA 3.0 US wording from John Wiegley. |
| % http://www.newartisans.com/blog_assets/git.from.bottom.up.pdf |
| |
| \section{\LaTeX\ Advisor} |
| |
| Akira Yokosawa is this book's \LaTeX\ advisor, which perhaps most |
| notably includes the care and feeding of the style guide laid out |
| in Appendix~\ref{chp:app:styleguide:Style Guide}. |
| This work includes table layout, listings, fonts, rendering of math, |
| acronyms, bibliography formatting, and epigraphs. |
| Akira also perfected the cross-referencing of quick quizzes, allowing |
| easy and exact navigation between quick quizzes and their answers. |
| |
| This role also includes the build system, which Akira has optimized and |
| made much more user-friendly. |
| His enhancements have included automating response to bibliography |
| changes and automatically determining which source files are present. |
| |
| \section{Reviewers} |
| |
| \begin{itemize} |
| \item Alan Stern (\Cref{chp:Advanced Synchronization: Memory Ordering}). |
| \item Andy Whitcroft (\Cref{sec:defer:RCU Fundamentals}, |
| \Cref{sec:defer:RCU Linux-Kernel API}). |
| \item Artem Bityutskiy (\Cref{chp:Advanced Synchronization: Memory Ordering}, |
| \Cref{chp:app:whymb:Why Memory Barriers?}). |
| \item Dave Keck (\Cref{chp:app:whymb:Why Memory Barriers?}). |
| \item David S. Horner |
| (\Cref{sec:formal:Promela Parable: dynticks and Preemptible RCU}). |
| \item Gautham Shenoy (\Cref{sec:defer:RCU Fundamentals}, |
| \Cref{sec:defer:RCU Linux-Kernel API}). |
| \item ``jarkao2'', AKA LWN guest \#41960 (\Cref{sec:defer:RCU Linux-Kernel API}). |
| \item Jonathan Walpole (\Cref{sec:defer:RCU Linux-Kernel API}). |
| \item Josh Triplett (\Cref{chp:Formal Verification}). |
| \item Michael Factor (\Cref{sec:future:Transactional Memory}). |
| \item Mike Fulton (\Cref{sec:defer:RCU Fundamentals}). |
| \item Peter Zijlstra |
| (\Cref{sec:defer:RCU Usage}). % Lanin and Shasha citation. |
| \item Richard Woodruff (\Cref{chp:app:whymb:Why Memory Barriers?}). |
| \item Suparna Bhattacharya (\Cref{chp:Formal Verification}). |
| \item Vara Prasad |
| (\Cref{sec:formal:Promela Parable: dynticks and Preemptible RCU}). |
| \end{itemize} |
| |
| Reviewers whose feedback took the extremely welcome form of a patch |
| are credited in the git logs. |
| |
| \section{Machine Owners} |
| |
| Readers might have noticed a few graphs showing scalability data out |
| to several hundred CPUs, courtesy of my current employer, with special |
| thanks to Paul Saab, Yashar Bayani, and Kyle McMartin. |
| |
| A great debt of thanks goes to Martin Bligh, who originated the |
| Advanced Build and Test (ABAT) system at IBM's Linux Technology |
| Center, as well as to Andy Whitcroft, Dustin Kirkland, and many |
| others who extended this system. |
| |
| Many thanks go also to a great number of machine owners: |
| Andrew Theurer, |
| Andy Whitcroft, |
| Anton Blanchard, |
| Chris McDermott, |
| Cody Schaefer, |
| Darrick Wong, |
| David ``Shaggy'' Kleikamp, |
| Jon M. Tollefson, |
| Jose R. Santos, |
| Marvin Heffler, |
| Nathan Lynch, |
| Nishanth Aravamudan, |
| Tim Pepper, |
| and |
| Tony Breeds. |
| |
| \section{Original Publications} |
| |
| \ListOriginalPublications |
| |
| \section{Figure Credits} |
| |
| \ListContributions |
| |
| Figure~\ref{fig:defer:RCU Areas of Applicability} was adapted from |
| Fedor Pikus's ``When to use RCU'' slide~\cite{FedorPikus2017RCUthenWhat}. |
| |
| \section{Other Support} |
| |
| We owe thanks to many CPU architects for patiently explaining the |
| instruction- and memory-reordering features of their CPUs, particularly |
| Wayne Cardoza, Ed Silha, Anton Blanchard, Tim Slegel, Juergen Probst, |
| Ingo Adlung, Ravi Arimilli, Cathy May, Derek Williams, |
| H.~Peter Anvin, |
| Andy Glew, Leonid Yegoshin, |
| Richard Grisenthwaite, and Will Deacon. |
| Wayne deserves special thanks for his patience in explaining Alpha's reordering |
| of dependent loads, a lesson that Paul resisted quite strenuously! |
| |
| The bibtex-generation service of the Association for Computing Machinery |
| has saved us a huge amount of time and effort compiling the bibliography, |
| for which we are grateful. |
| Thanks are also due to Stamatis Karnouskos, who convinced me to drag my |
| ancient bibliography database kicking and screaming into the |
| 21\textsuperscript{st} century. |
| Any technical work of this sort owes thanks to the many individuals and |
| organizations that keep Internet and the World Wide Web up and running, |
| and this one is no exception. |
| |
| Portions of this material are based upon work supported by the National |
| Science Foundation under Grant No. CNS-0719851. |