index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sim
/
faults.cc
Age
Commit message (
Expand
)
Author
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-06-14
stats: get rid of the never-really-used event stuff
Nathan Binkert
2010-01-12
faults: i think these fault invocations should be panic and not fatal. it def...
Lisa Hsu
2007-11-15
put the flattenIndex stuff back in O3 AND put fatal() back in faults
Korey Sewell
2007-11-14
Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...
Korey Sewell
2007-08-26
Address translation: Make the page table more flexible.
Gabe Black
2007-05-09
fix the translating ports so it can add a page on a fault
Ali Saidi
2007-03-07
fix compiling of FS after Gabe's last compile
Ali Saidi
2007-03-07
Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...
Gabe Black
2006-10-21
Tweak a few things for better page fault debugging.
Steve Reinhardt
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt