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