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
2007-10-25
TLB: Fix serialization issues with the tlb entries and make the page table st...
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-03-07
Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...
Gabe Black
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-03
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-03
Implement Niagara I/O interface and rework interrupts
Ali Saidi
2007-02-28
Make trap instructions always generate TrapInstruction Fault objects which ca...
Gabe Black
2007-01-24
Merge zizzer:/bk/newmem
Gabe Black
2007-01-23
use pstate.am to mask off PC/NPC where it needs to +be
Ali Saidi
2007-01-22
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-01-22
clean up fault code a little bit
Ali Saidi
2007-01-08
some formatting changes, and update how I do bitfields for HPSTATE and PSTATE...
Lisa Hsu
2007-01-05
set the softint appropriately on an timer compare interrupt
Ali Saidi
2006-12-16
Merge zizzer:/bk/newmem
Gabe Black
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-12-07
Change how Page Faults work in SPARC. It now prints the faulting address, and...
Gabe Black
2006-12-05
Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...
Gabe Black
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