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
/
arch
/
sparc
/
faults.cc
Age
Commit message (
Expand
)
Author
2006-12-09
Allocate the correct number of global registers
Ali Saidi
2006-12-07
get legion/m5 to first tlb miss fault
Ali Saidi
2006-11-20
Set the pstate.priv bit to 1 in hyperpriveleged mode. The description in the ...
Gabe Black
2006-11-14
Make sure a POR doesn't clobber the value of the hpstate.
Gabe Black
2006-11-10
fix endian issues with condition codes
Ali Saidi
2006-11-10
Touched up faults, and made POR actually do something.
Gabe Black
2006-11-09
Fix a couple uninitialized variables.
Gabe Black
2006-11-08
First cut at full blown SPARC faults. There are a few details that are missing.
Gabe Black
2006-11-08
Sorted faults by the trap type constant, expanded their names, added in new f...
Gabe Black
2006-11-08
Merge zeep.eecs.umich.edu:/home/gblack/m5/newmem
Gabe Black
2006-11-08
Major clean up of the fault code.
Gabe Black
2006-11-08
The new global level is computed with min, not max.
Gabe Black
2006-11-03
Calling syscalls from within the trap instruction's invoke method won't work ...
Gabe Black
2006-11-03
Move around misc reg code
Gabe Black
2006-10-31
Get rid of old, commented out code.
Gabe Black
2006-10-26
Got rid of some debug output
Gabe Black
2006-10-25
Implemented the SPARC fill and spill handlers.
Gabe Black
2006-06-26
add syscall emulation page table fault so we can allocate more stack pages
Ali Saidi
2006-06-12
Removed syscall function from thread_context.hh. ThreadContext is the interf...
Kevin Lim
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