summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-11some drain changes in timing (kevin's) and some memory mode assertion changes...Lisa Hsu
2006-10-09Update configs for cpu_idRon Dreslinski
2006-10-09Fix a typo in the printfRon Dreslinski
2006-10-09Multiprogrammed workload, need to generate ref's for it yet. But Nate wanted...Ron Dreslinski
2006-10-09Fix a bitwise operation that was accidentally a logical operation.Ron Dreslinski
2006-10-09Make memtest work with 8 memtestersRon Dreslinski
2006-10-09Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-09Add more DPRINTF's fix a supply condition.Ron Dreslinski
2006-10-09Set size properly on uncache accessesRon Dreslinski
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-09add in checkpoint restoration option, you can restore a checkpoint by giving ...Lisa Hsu
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-08Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-10-08Set cpu_id params (required by ll/sc code now).Steve Reinhardt
2006-10-08update for m5 base linux. (the last changes were for the latest m5hack, i.e. ...Lisa Hsu
2006-10-08Fixes for Port proxies and proxy parameters.Steve Reinhardt
2006-10-08Update stats for functional path fixRon Dreslinski
2006-10-08Make sure to propogate sendFunctional calls with functional not atomic.Ron Dreslinski
2006-10-08Fixes for functional path.Ron Dreslinski
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-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().Steve Reinhardt
2006-10-08Update ref stats: ll/sc, cpu_id, new kernel (?)Steve Reinhardt
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-07Merge zizzer:/bk/newmemAli Saidi
2006-10-07Update stats for change in functional path in cacheRon Dreslinski
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-07Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-07Fix infinite writebacks bug in cache.Ron Dreslinski
2006-10-07Update refs.Kevin Lim
2006-10-06Merge zizzer:/bk/newmemAli Saidi
2006-10-06system.cc:Ali Saidi
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-06Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-10-06add SMT hello world test - 2 threadsKorey Sewell
2006-10-06checkpoint recovery was screwed up because a new section was created in the m...Lisa Hsu