summaryrefslogtreecommitdiff
path: root/src/sim/faults.cc
AgeCommit message (Expand)Author
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2015-07-20syscall_emul: [patch 13/22] add system call retry capabilityBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-01-25cpu: Remove all notion that we know when the cpu is misspeculating.Ali Saidi
2014-09-27arch: Use const StaticInstPtr references where possibleAndreas Hansson
2011-11-02SE/FS: Get rid of FULL_SYSTEM in sim.Gabe Black
2011-09-27Faults: Make the generic faults more consistent between SE and FS.Gabe Black
2011-09-13LSQ: Only trigger a memory violation with a load/load if the value changes.Ali Saidi
2011-09-09Stack: Tidy up some comments, a warning, and make stack extension consistent.Gabe Black
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2010-06-14stats: get rid of the never-really-used event stuffNathan Binkert
2010-01-12faults: i think these fault invocations should be panic and not fatal. it def...Lisa Hsu
2007-11-15put the flattenIndex stuff back in O3 AND put fatal() back in faultsKorey Sewell
2007-11-14Get MIPS_SE actually working again by actually by fixing TLB stuff and runnin...Korey Sewell
2007-08-26Address translation: Make the page table more flexible.Gabe Black
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-03-07fix compiling of FS after Gabe's last compileAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt