summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09Don't create a response if one isn't needed.Ron Dreslinski
2006-10-09Don't block responses even if the cache is blocked.Ron Dreslinski
2006-10-09Update the Memtester, commit a config file/test for it.Ron Dreslinski
2006-10-09Update memory assertion to check for whole range.Kevin Lim
2006-10-08Merge zizzer:/bk/newmemLisa Hsu
2006-10-08post checkpoint restoration the bus ranges need to be re-initialized for ALL ...Lisa Hsu
2006-10-08add in serialization of AtomicSimpleCPU _status. This is needed because righ...Lisa Hsu
2006-10-08Fixes for Port proxies and proxy parameters.Steve Reinhardt
2006-10-08Make sure to propogate sendFunctional calls with functional not atomic.Ron Dreslinski
2006-10-08Fixes for functional path.Ron Dreslinski
2006-10-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Only respond if the pkt needs a response.Ron Dreslinski
2006-10-08Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-08Move away from using the statusChange function on snoops. Clean up snooping ...Ron Dreslinski
2006-10-08missing elseGabe Black
2006-10-08bus changesGabe Black
2006-10-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().Steve Reinhardt
2006-10-08Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08A possible implementation of a multiplexed bus.Gabe Black
2006-10-08Add in HasData, and move the define of NUM_MEM_CMDS to a more visible location.Gabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-08Rename some vars for clarity.Steve Reinhardt
2006-10-08Allocate new thread stacks and shared mem region via Process page tableSteve Reinhardt
2006-10-08Clean up configs.Kevin Lim
2006-10-08Record numCycles properly.Kevin Lim
2006-10-08Updates to O3 CPU. It should now work in FS mode, although sampling still ha...Kevin Lim
2006-10-07Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-07Merge zizzer:/bk/newmemAli Saidi
2006-10-07Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-07Updates to bring MemTest closer to working with newmem. Ron still needs to d...Kevin Lim
2006-10-07Fix a missing pointerRon Dreslinski
2006-10-07No need to keep trying to request the data bus if we are already waiting.Ron Dreslinski
2006-10-07Add mechanism for caches to handle failure of the fast path on responses.Ron Dreslinski
2006-10-07Fix infinite writebacks bug in cache.Ron Dreslinski
2006-10-06Merge zizzer:/bk/newmemAli Saidi
2006-10-06system.cc:Ali Saidi
2006-10-06Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-06Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-06Another thread number removedRon Dreslinski
2006-10-06Remove threadnum from cache everywhere for nowRon Dreslinski
2006-10-06checkpoint recovery was screwed up because a new section was created in the m...Lisa Hsu
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-10-05remove traces of binningNathan Binkert
2006-10-05Fixes for functional accesses to use the snoop path.Ron Dreslinski
2006-10-05First pass at snooping stuff that compiles and doesn't break.Ron Dreslinski
2006-10-05Partial reimplementation of the bus. The "clock" and "width" parameters have ...Gabe Black