diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-29 13:31:56 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-29 13:32:14 +0200 |
commit | d0be387433a8c941f35f301eccf03e9013a7e42e (patch) | |
tree | 30b09871f3ef055d3e6a943664825b9cc4e955b2 | |
parent | c47dd25cb66f3e557d592653def2d87e4527203a (diff) |
bibliography: Add spectre/meltdown (maybe use a better ref)
-rw-r--r-- | bibliography.bib | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bibliography.bib b/bibliography.bib index faaacaf..521f8bc 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -77,6 +77,21 @@ pages={1–44} } +@article{ SpectreMeltdown:HillMasters, + author={Hill, Mark D. and Masters, Jon and Ranganathan, Parthasarathy and + Turner, Paul and Hennessy, John L.}, + journal={IEEE Micro}, + title={On the Spectre and Meltdown Processor Security Vulnerabilities}, + year={2019}, + volume={39}, + number={2}, + pages={9-19}, + keywords={Hardware;Computer architecture;Virtual + machining;Microarchitecture;Microprocessors;Software development}, + doi={10.1109/MM.2019.2897677} +} + + % Programming languages @article{ lua:Ierusalimschy, abstract = {We discuss the main novelties of the implementation of Lua |