git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9893e49
)
HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs
author
Andi Kleen
<andi@firstfloor.org>
Wed, 16 Sep 2009 09:50:17 +0000
(11:50 +0200)
committer
Andi Kleen
<ak@linux.intel.com>
Wed, 16 Sep 2009 09:50:17 +0000
(11:50 +0200)
Useful for some testing scenarios, although specific testing is often
done better through MADV_POISON
This can be done with the x86 level MCE injector too, but this interface
allows it to do independently from low level x86 changes.
v2: Add module license (Haicheng Li)
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found