Age | Commit message (Expand) | Author |
2006-10-29 | An attempt to serialize the state of the micro code mechanism in the simple cpu. | Gabe Black |
2006-10-28 | This one really needs to be arch/faults.hh | Gabe Black |
2006-10-28 | Include the right version of faults.hh | Gabe Black |
2006-10-28 | One last adjustment to get rid of skew in the simple atomic cpu. | Gabe Black |
2006-10-27 | A more complete attempt to fix the clock skew. | Gabe Black |
2006-10-27 | Potential fix to clock skew problem. | Gabe Black |
2006-10-23 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-10-23 | make this parallel to the other cpu types so that resume works correctly. | Lisa Hsu |
2006-10-23 | Minor compile fix. Not sure why this is broken. | Gabe Black |
2006-10-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-23 | Don't let interupts interupt microcode at undesired points. | Gabe Black |
2006-10-21 | Add Quiesce trace flag to track CPU quiesce/wakeup events. | Steve Reinhardt |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-20 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-20 | Use fixPacket function everywhere. | Ron Dreslinski |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-19 | Fix memtester to use functional access, fix cache to work functionally now th... | Ron Dreslinski |
2006-10-19 | Small changes: | Ron Dreslinski |
2006-10-19 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-18 | Fixed up exetrace.cc to deal with microcode, and to made floating point regis... | Gabe Black |
2006-10-18 | only do this assert after you know you're not switched out or idle. | Lisa Hsu |
2006-10-17 | Fixes for uni-coherence in timing mode for FS. | Ron Dreslinski |
2006-10-16 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-16 | Fix up microcode support. | Gabe Black |
2006-10-15 | Started implementing microcode. | Gabe Black |
2006-10-13 | Fix assertion. I haven't tested it fully (I can't reproduce Lisa's error) bu... | Kevin Lim |
2006-10-12 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-10-12 | StaticInst support for microcode | Gabe Black |
2006-10-12 | Another memleak in the memtester (need [] with the delete) | Ron Dreslinski |
2006-10-12 | Fix a memory leak in the memtester | Ron Dreslinski |
2006-10-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-11 | some drain changes in timing (kevin's) and some memory mode assertion changes... | Lisa Hsu |
2006-10-11 | More cache fixes. Atomic coherence now works as well. | Ron Dreslinski |
2006-10-09 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-10-09 | Comment out code that messed up SMT (but will be needed eventually). | Kevin Lim |
2006-10-09 | Be sure to delete packet and sender state if the cache is blocked. | Kevin Lim |
2006-10-09 | Fix caches plus sampling switch over. | Kevin Lim |
2006-10-09 | One step closet to having NACK's work. | Ron Dreslinski |
2006-10-09 | Fix outstanding bug (FS#158). | Kevin Lim |
2006-10-09 | Fix checker bug. | Kevin Lim |
2006-10-09 | Have cpus send snoop ranges | Ron Dreslinski |
2006-10-09 | Put a check in so people know not to create more than 8 memtesters. | Ron Dreslinski |
2006-10-09 | Merge zizzer:/z/m5/Bitkeeper/newmem | Ron Dreslinski |
2006-10-09 | Update the Memtester, commit a config file/test for it. | Ron Dreslinski |
2006-10-08 | add in serialization of AtomicSimpleCPU _status. This is needed because righ... | Lisa Hsu |
2006-10-08 | Fixes for functional path. | Ron Dreslinski |
2006-10-08 | Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable(). | Steve Reinhardt |
2006-10-08 | Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) | Steve Reinhardt |
2006-10-08 | Rename some vars for clarity. | Steve Reinhardt |