Age | Commit message (Expand) | Author |
2004-03-04 | Reenable functioning copies. | Erik Hallnor |
2004-03-04 | Automerged | Erik Hallnor |
2004-03-04 | Copy implementations | Erik Hallnor |
2004-02-29 | Remove copys from isa_desc, and implement a store and forward bus bridge | Erik Hallnor |
2004-02-29 | fix rpcc | Nathan Binkert |
2004-02-28 | Fix handling of rpcc in full-system mode. | Steve Reinhardt |
2004-02-27 | Added copy instructions to the ISA. Well it didn't break anything yet... | Erik Hallnor |
2004-02-27 | Initial copy support in the pipeline. Add copypal counting. | Erik Hallnor |
2004-02-26 | Make SW prefetch flag a parameter again, and add code to make | Steve Reinhardt |
2004-02-18 | Change the physical memory logic, and also add misspeculation fix to | Andrew Schultz |
2004-02-16 | Change logic for translating a memory addresses, extra checks for invalid | Andrew Schultz |
2004-02-13 | fix up vtophys a bit | Nathan Binkert |
2004-02-10 | Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 | Steve Reinhardt |
2004-02-10 | Fixes for Linux syscall emulation. | Steve Reinhardt |
2004-02-09 | Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5 | Nathan Binkert |
2004-02-09 | Add that one IPR memory space address that we keep seeing | Nathan Binkert |
2004-02-09 | Results of automatic (yet incomplete) merge. | Steve Reinhardt |
2004-02-09 | Add support for memory barriers. | Steve Reinhardt |
2004-02-05 | Modify the emulated system calls to support running the SPEC Int | David Oehmke |
2004-02-04 | Add support for "serializing" instructions that flush | Steve Reinhardt |
2004-02-03 | Fix bug: forgot branchTarget() method on indirect branches. | Steve Reinhardt |
2004-02-02 | Change MemReqPtr parameters to references. | Steve Reinhardt |
2004-01-27 | a bunch of warning fixes | Nathan Binkert |
2004-01-13 | Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5 | Erik Hallnor |
2004-01-13 | Change to a new centralized way to specify the memory hierarchy parameters (d... | Erik Hallnor |
2004-01-11 | Modify handling of serialize:dir parameter to make it more useful. | Steve Reinhardt |
2003-12-19 | Make stuff build on openbsd | Nathan Binkert |
2003-12-16 | Fix previously committed call_pal fix... the main problem was in the | Steve Reinhardt |
2003-12-15 | Fixes for full-system call_pal instruction. | Steve Reinhardt |
2003-12-11 | Stats & serialization tweaks & cleanup. Unserializing from | Steve Reinhardt |
2003-12-10 | Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), | Steve Reinhardt |
2003-12-09 | Generate a fault when a privileged PAL call is | Steve Reinhardt |
2003-12-01 | Formatting & doxygen docs for new syscall emulation code. | Steve Reinhardt |
2003-12-01 | Restructuring of LiveProcess etc. to support multiple emulated OS syscall | Steve Reinhardt |
2003-11-12 | Rewrite getdirentries to replace SS-derived version. | Steve Reinhardt |
2003-11-07 | add a couple of hacks to get thigns going for ISCA | Nathan Binkert |
2003-11-03 | Automerge | Steve Reinhardt |
2003-11-03 | Fix bugs in and expand syscall emulation code. | Steve Reinhardt |
2003-11-03 | Minor changes to instruction trace output. | Steve Reinhardt |
2003-11-03 | Make it so the quiesce instruction is conditionally enabled | Nathan Binkert |
2003-11-02 | ok, let's get this right | Nathan Binkert |
2003-11-02 | Fix a bug in the pseudo instruction context | Nathan Binkert |
2003-11-02 | Add the option to ignore some of the pseudo instructions | Nathan Binkert |
2003-11-02 | Move the m5 pseudo instructions into their own file | Nathan Binkert |
2003-11-02 | Implement more m5 pseduo opcodes: | Nathan Binkert |
2003-11-02 | SimExit takes a time now | Nathan Binkert |
2003-11-02 | deprecate the m5exit instruction and rename it to m5exit_old | Nathan Binkert |
2003-10-29 | Support for Serializable non-SimObject things like events. | Steve Reinhardt |
2003-10-29 | Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. | Steve Reinhardt |
2003-10-29 | Flesh out ExecContext serialize/unserialize (including RegFile). | Steve Reinhardt |