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
Age
Commit message (
Expand
)
Author
2006-11-09
Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...
Gabe Black
2006-11-09
Fix a couple uninitialized variables.
Gabe Black
2006-11-09
Get SPARC to the point that it starts running. Add ability to load the ROM bi...
Ali Saidi
2006-11-08
Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.
Gabe Black
2006-11-08
Make a function to say how big gdbregs is in bytes vs. regs.
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
Move the check to see if you're in user mode into the isa directory.
Gabe Black
2006-11-08
Sorted faults by the trap type constant, expanded their names, added in new f...
Gabe Black
2006-11-08
Fix for slightly mangled merge.
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-08
Changed the getReg and setReg functions so that they work like netbsd. Appare...
Gabe Black
2006-11-08
Put the ProcessInfo and StackTrace objects into the ISA namespaces.
Gabe Black
2006-11-08
Stubs for SPARC's tlbs
Gabe Black
2006-11-08
Replaced getArg with a SPARC implementation.
Gabe Black
2006-11-07
Force remote gdb code to use signal numbers and not ISA specific trap numbers.
Gabe Black
2006-11-07
Put kernel_stats back into arch.
Gabe Black
2006-11-07
A dummy implementation of stacktrace.cc to clear up linker errors.
Gabe Black
2006-11-07
Arguments class for SPARC. This is basically just a copy of Alpha's
Gabe Black
2006-11-07
Added a stub implementation of fixFuncEventAddr to get past linker errors.
Gabe Black
2006-11-07
The normal spill and fill faults only need to behave specially in SE.
Gabe Black
2006-11-07
Added in alot of missing source files.
Gabe Black
2006-11-07
Broke remote_gdb into a base class and architecture specific derived classes.
Gabe Black
2006-11-07
Moved the idle event out of system_events.hh. The skipFuncEvent can be made I...
Gabe Black
2006-11-07
Moved the switched version of kernel_stats.hh back to kern, and moved the bas...
Gabe Black
2006-11-07
Made kern a switching header file directory.
Gabe Black
2006-11-06
Merge zizzer.eecs.umich.edu:/bk/newmem/
Gabe Black
2006-11-06
Got rid of obsolete ivlb and ivle psuedo instructions.
Gabe Black
2006-11-06
Stub for SPARC interrupt handling object.
Gabe Black
2006-11-06
Remote GDB support has been changed to use inheritance. Alpha should work, bu...
Gabe Black
2006-11-06
Took the Alpha prefix off of AlphaArguments, and made sure it was being used ...
Gabe Black
2006-11-06
Created seperate SConscript for the dev directory. Made subdirectories for Al...
Gabe Black
2006-11-04
Merge zizzer:/bk/newmem
Ali Saidi
2006-11-04
fixes so that M5 will compile under solaris
Ali Saidi
2006-11-03
Make things compile in SE again.
Gabe Black
2006-11-03
Use a PowerOnReset to initialize the cpu.
Gabe Black
2006-11-03
Calling syscalls from within the trap instruction's invoke method won't work ...
Gabe Black
2006-11-03
Gutted out the old Alpha stuff.
Gabe Black
2006-11-03
Added a stub initCPU function. This would be a good place to force in a Power...
Gabe Black
2006-11-03
Compilation fixes.
Gabe Black
2006-11-03
Add the syscall number as the second parameter for the trap fault. This could...
Gabe Black
2006-11-03
Add an invoke function for PowerOnReset
Gabe Black
2006-11-03
Move around misc reg code
Gabe Black
2006-11-03
removed ua2005.cc since it's been obsorbed into the miscregfile, and added sy...
Gabe Black
2006-11-03
Got rid of "inPalMode". Some places are still effectively checking if they ar...
Gabe Black
2006-11-03
Add a new file which describes an ISA's interrupt handling mechanism. It reco...
Gabe Black
2006-11-03
Fixed a comment
Gabe Black
2006-11-02
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-11-02
Use ISA specific makeExtMI.
Kevin Lim
[next]