Age | Commit message (Expand) | Author |
2006-11-14 | interrupts.hh: | Lisa Hsu |
2006-11-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-11-12 | Make setRegWithEffect do something in SE mode. | Steve Reinhardt |
2006-11-12 | Merge ktlim@zamp:./local/clean/tmp/test-regress | Kevin Lim |
2006-11-12 | Updates to support new interrupt processing and removal of PcPAL. | Kevin Lim |
2006-11-11 | Certain header files should only be used in FS. | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Elaborated on the tlb stubs so that they just set the physical address to the... | Gabe Black |
2006-11-10 | Fixed up DepTags a little. I think NumMicroIntRegs shouldn't be added to Ctrl... | Gabe Black |
2006-11-10 | Added StrandStsReg operand. | Gabe Black |
2006-11-10 | Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro... | Gabe Black |
2006-11-10 | Made the annul of unconditional conditional branches behave properly, added c... | Gabe Black |
2006-11-10 | Fixed up the code that prints out registers to take into account microregisters. | Gabe Black |
2006-11-10 | Tweaked debug output. | Gabe Black |
2006-11-10 | Touched up faults, and made POR actually do something. | Gabe Black |
2006-11-10 | Actually finished moving the register file stuff around. | Gabe Black |
2006-11-10 | Moved the Alpha float regfile into it's own regfile and got rid of constants.... | Gabe Black |
2006-11-10 | Split out alpha integer register file into it's own files. | Gabe Black |
2006-11-10 | The reset function of the MiscRegFile really resets it now. This function is ... | Gabe Black |
2006-11-10 | Set the ASI register to be something explicitly so that simulation is determi... | Gabe Black |
2006-11-10 | Fix up instructions to read and write control registers, and got rid of the c... | Gabe Black |
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 |