forked from google/rowhammer-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notes: Add a list of papers that cover rowhammer
- Loading branch information
Mark Seaborn
committed
Jul 4, 2015
1 parent
2013bb5
commit 0c29c09
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# References on the rowhammer problem | ||
|
||
* Paper: "[Flipping Bits in Memory Without Accessing Them: An | ||
Experimental Study of DRAM Disturbance | ||
Errors](http://users.ece.cmu.edu/~yoonguk/papers/kim-isca14.pdf)", | ||
Yoongu Kim, Ross Daly, Jeremie Kim, Chris Fallin, Ji Hye Lee, | ||
Donghyuk Lee, Chris Wilkerson, Konrad Lai, Onur Mutlu, 2014. | ||
|
||
* Paper: "[Active-Precharge Hammering on a Row Induced Failure in DDR3 | ||
SDRAMs under 3x nm | ||
Technology](http://rsc.hanyang.ac.kr/homepage_v2/journal/KyungbaePark_et_al_Active-Precharge%20Hammering%20on%20a%20Row%20Induced%20Failure%20in%20DDR3%20SDRAMs%20under%203x%20nm%20Technology.pdf)", | ||
Kyungbae Park, Sanghyeon Baeg, ShiJie Wen, Richard Wong, 2014. | ||
|
||
* Paper: "[Architectural Support for Mitigating Row Hammering in DRAM | ||
Memories](http://users.ece.gatech.edu/~pnair6/rowhammer/rowhammer.pdf)", | ||
Dae-Hyun Kim, Prashant J. Nair, and Moinuddin K. Qureshi, 2014. |