Age | Commit message (Expand) | Author |
2006-03-18 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-03-18 | steps toward making syscalls work | Korey Sewell |
2006-03-17 | An attempt to get byteswap to work accross more machines. | Gabe Black |
2006-03-15 | add translations for new sections that are mmapped or when the brk | Ali Saidi |
2006-03-14 | Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output... | Korey Sewell |
2006-03-12 | Replace Memory with MemObject; no need for two different levels of hierarchy ... | Steve Reinhardt |
2006-03-12 | Get rid of "Functional" suffix from (read|write)(Blob|String) functions. | Steve Reinhardt |
2006-03-12 | Get rid of validInstAddr() & validDataAddr(). | Steve Reinhardt |
2006-03-12 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Steve Reinhardt |
2006-03-12 | Get rid of obsolete header that had only one declaration of | Steve Reinhardt |
2006-03-12 | Fix TranslatingPort access functions to: | Steve Reinhardt |
2006-03-11 | Tweak exit() message. | Steve Reinhardt |
2006-03-10 | Work towards factoring isa_traits.hh into smaller, more specialized files. | Gabe Black |
2006-03-10 | Moved MaxAddr. | Gabe Black |
2006-03-10 | It now runs hello world binary. | Ron Dreslinski |
2006-03-10 | Compiles now (with CPU_MODELS=SimpleCPU), but hangs | Steve Reinhardt |
2006-03-09 | SimpleCPU compiles with merge. | Gabe Black |
2006-03-09 | Hand merge. Stuff probably doesn't compile. | Gabe Black |
2006-03-09 | fix merging issues | Ali Saidi |
2006-03-09 | Merge zizzer:/bk/multiarch | Ali Saidi |
2006-03-09 | no more common syscall emulation, now common for everyone | Ali Saidi |
2006-03-07 | Avoid accessing objects directly within the XC. | Kevin Lim |
2006-03-07 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-07 | Updates for the quiesceEvent that was added to the XC. | Kevin Lim |
2006-03-07 | Some clean up work with faults. | Gabe Black |
2006-03-05 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | Emulated syscalls should return -errno on failure | Steve Reinhardt |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-03-04 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-03-04 | Filled out the object file loader so it can load object files for several OSs... | Gabe Black |
2006-03-03 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-03 | First cut at moving alpha specefic stuff out of /sim/system* into | Ali Saidi |
2006-03-02 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-03-01 | Got rid of the multiple inheritance in the Fault classes, and the base Machin... | Gabe Black |
2006-03-01 | More progress toward actually running a program. | Steve Reinhardt |
2006-03-01 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-01 | Cleaned up some of the Fault system. | Gabe Black |
2006-03-01 | Changed the name of the fault's invocation method from ev5_trap to invoke. | Gabe Black |
2006-02-28 | Add quiesceNs, quiesceTime, quiesceCycles, and m5panic pseudo ops. | Ali Saidi |
2006-02-28 | Cleaned up and slightly reorganized the Fault class heirarchy. | Gabe Black |
2006-02-27 | Changed ev5_trap from a function of the execution context to a function of th... | Gabe Black |
2006-02-27 | Moved the _stat for MachineCheckFault and AlignmentFault into the isa specifi... | Gabe Black |
2006-02-27 | Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc... | Gabe Black |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-27 | Added isMachineCheckFault and isAlignmentFault virtual functions to the fault... | Gabe Black |
2006-02-27 | Where architecture independent sources included arch/alpha/xxx.hh, they were ... | Gabe Black |
2006-02-24 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-02-24 | Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr... | Gabe Black |
2006-02-23 | Add support for multiple ports on the memory. Hook up simple cpu to memory. | Ron Dreslinski |
2006-02-23 | Merge zizzer:/bk/m5 | Ali Saidi |