Age | Commit message (Expand) | Author |
2006-07-07 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-07 | Switch out fixes for CPUs. | Kevin Lim |
2006-07-07 | Remove hack now that ports work properly | Ron Dreslinski |
2006-07-07 | Update cpus to use the getPort function to use a connector object to connect ... | Ron Dreslinski |
2006-07-06 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-06 | Support serializing and unserializing in the O3 CPU. Also a few small fixes ... | Kevin Lim |
2006-07-06 | Fix the O3CPU to support the multi-pass method for checking if the system has... | Kevin Lim |
2006-07-06 | Various serialization changes to make it possible for the O3CPU to checkpoint. | Kevin Lim |
2006-07-06 | Timing cache works for hello world test. | Ron Dreslinski |
2006-07-06 | Fixes for draining. | Kevin Lim |
2006-07-06 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-06 | Support for draining, and the new method of switching out. Now switching out... | Kevin Lim |
2006-07-06 | Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALP... | Korey Sewell |
2006-07-06 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Korey Sewell |
2006-07-06 | Use O3DynInst in cpu_models.py and in static_inst_exec_sigs.hh instead of a s... | Korey Sewell |
2006-07-06 | more steps toward O3 SMT | Korey Sewell |
2006-07-05 | Remove sampler and serializer. Now they are handled through C++ interacting ... | Kevin Lim |
2006-07-05 | Rename quiesce to drain to avoid confusion with the pseudo instruction. | Kevin Lim |
2006-07-05 | Checker ignores any faults that occur in syscall emulation mode for now. | Kevin Lim |
2006-07-05 | Fix up some merge problems. | Kevin Lim |
2006-07-05 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-07-05 | Need to change state upon quiescing. | Kevin Lim |
2006-07-05 | Split off files that are shared across the O3 and Ozone models. | Kevin Lim |
2006-07-05 | Add some different parameters. The main change is that the writeback count i... | Kevin Lim |
2006-07-05 | Fix some unset values in the request in the timing CPU. | Ron Dreslinski |
2006-07-03 | Fix for FS O3CPU compile ... missing forward class declaration/header file af... | Korey Sewell |
2006-07-02 | typo ... change 'single_thread' to 'round_robin_policy' | Korey Sewell |
2006-07-02 | Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads) | Korey Sewell |
2006-07-01 | traceflag stuff | Korey Sewell |
2006-07-01 | fix cpu builder to build the correct name... | Korey Sewell |
2006-06-30 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Korey Sewell |
2006-06-30 | now O3CPU is totally independent of the ISA... all alpha specific stuff is t... | Korey Sewell |
2006-06-30 | Make O3CPU model independent of the ISA | Korey Sewell |
2006-06-30 | AtomicSimpleCPU with a cache now runs the hello world! test program. | Ron Dreslinski |
2006-06-29 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-29 | Various fixes for the CPU models to support the features that have been moved... | Kevin Lim |
2006-06-27 | Make full CPU handle SE faults | Ali Saidi |
2006-06-26 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-06-26 | don't depend on the memory system to return the atomic cpu a multiple of cpu ... | Ali Saidi |
2006-06-26 | add syscall emulation page table fault so we can allocate more stack pages | Ali Saidi |
2006-06-25 | Make OzoneCPU work again in SE/FS. | Kevin Lim |
2006-06-22 | Checker related updates. | Kevin Lim |
2006-06-22 | Changes to get OzoneCPU to compile once more. | Kevin Lim |
2006-06-22 | Change ThreadState constructor ordering to match the rest of the ThreadStates. | Kevin Lim |
2006-06-22 | Misc fixes. | Kevin Lim |
2006-06-22 | Split Checker up properly into templated and non-templated definitions. | Kevin Lim |
2006-06-22 | Fix to have the static inst exec sigs also dependent on the CPU models used. | Kevin Lim |
2006-06-17 | Minor updates. | Kevin Lim |
2006-06-17 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-17 | Fix up code to be able to use the Checker. | Kevin Lim |