summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.bib')
-rw-r--r--thesis.bib90
1 files changed, 89 insertions, 1 deletions
diff --git a/thesis.bib b/thesis.bib
index 4dbdb5e..35a3875 100644
--- a/thesis.bib
+++ b/thesis.bib
@@ -21,6 +21,69 @@
bibsource = {dblp computer science bibliography, https://dblp.org}
}
+@ARTICLE{tomasulo,
+author={R. M. {Tomasulo}},
+journal={IBM Journal of Research and Development},
+title={An Efficient Algorithm for Exploiting Multiple Arithmetic Units},
+year={1967},
+volume={11},
+number={1},
+pages={25-33},
+keywords={},
+doi={10.1147/rd.111.0025},
+ISSN={0018-8646},
+month={Jan},
+type={J},
+}
+
+@article{btb,
+ title={Branch prediction strategies and branch target buffer design},
+ author={Lee, Johnny KF and Smith, Alan Jay},
+ journal={Computer},
+ number={1},
+ pages={6--22},
+ year={1984},
+ publisher={IEEE},
+ type={J},
+}
+
+@inproceedings{rsb,
+ title={Branch history table prediction of moving target branches due to subroutine returns},
+ author={Kaeli, David R and Emma, Philip G},
+ booktitle={ACM SIGARCH Computer Architecture News},
+ volume={19},
+ number={3},
+ pages={34--42},
+ year={1991},
+ organization={Citeseer},
+ type={C},
+}
+
+@inproceedings{smt,
+ title={Simultaneous multithreading: Maximizing on-chip parallelism},
+ author={Tullsen, Dean M and Eggers, Susan J and Levy, Henry M},
+ booktitle={ACM SIGARCH computer architecture news},
+ volume={23},
+ number={2},
+ pages={392--403},
+ year={1995},
+ organization={ACM},
+ type={C},
+}
+
+
+@article{preciseint,
+ title={Implementing precise interrupts in pipelined processors},
+ author={Smith, James E. and Pleszkun, Andrew R.},
+ journal={IEEE Transactions on computers},
+ volume={37},
+ number={5},
+ pages={562--573},
+ year={1988},
+ publisher={IEEE},
+ type={J},
+}
+
@inproceedings{meltdown,
author = {Moritz Lipp and Michael Schwarz and Daniel Gruss and Thomas Prescher and Werner Haas and Anders Fogh and Jann Horn and Stefan Mangard and Paul Kocher and Daniel Genkin and Yuval Yarom and Mike Hamburg},
title = {Meltdown: Reading Kernel Memory from User Space},
@@ -347,7 +410,7 @@
timestamp = {Mon, 13 Aug 2018 16:48:54 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1806-05179},
bibsource = {dblp computer science bibliography, https://dblp.org},
- type={J},
+ type={R},
}
@INPROCEEDINGS{invisispec,
@@ -751,4 +814,29 @@ This thesis highlights two aspects of the BOOM design: its industry-competitive
type={J}
}
+@article{zombie,
+ title = {{ZombieLoad}: Cross-Privilege-Boundary Data Sampling},
+ author = {Schwarz, Michael and Lipp, Moritz and Moghimi, Daniel and Van Bulck, Jo and Stecklina, Julian and Prescher, Thomas and Gruss, Daniel},
+ journal = {arXiv:1905.05726},
+ year = {2019},
+ type={R},
+}
+
+@inproceedings{ridl,
+ title = {{RIDL}: Rogue In-flight Data Load},
+ booktitle = {S\&{P}},
+ author = {van Schaik, Stephan and Milburn, Alyssa and Ă–sterlund, Sebastian and Frigo, Pietro and Maisuradze, Giorgi and Razavi, Kaveh and Bos, Herbert and Giuffrida, Cristiano},
+ month = may,
+ year = {2019},
+ type={C},
+}
+
+@article{fallout,
+ title={{Fallout}: Reading Kernel Writes From User Space},
+ author={Minkin, Marina and Moghimi, Daniel and Lipp, Moritz and Schwarz, Michael and Van Bulck, Jo, and Genkin, Daniel and Gruss, Daniel and Sunar, Berk and Piessens, Frank and Yarom, Yuval},
+ year={2019},
+ type={R},
+}
+
+
% vim:ts=4:sw=4