summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2006-10-10Debugging infoRon Dreslinski
2006-10-10Put in an accounting mechanism and an assert to make sure something doesn't t...Gabe Black
2006-10-10Fixed a corner case and simplified the logic in Packet::intersect.Gabe Black
2006-10-10Merge zizzer:/n/wexford/x/gblack/m5/newmem_busRon Dreslinski
2006-10-10Some more code cleanupRon Dreslinski
2006-10-10Changed the bus to use a bool to keep track of retries rather than a pointerGabe Black
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Fix some more mem leaks, still some leftRon Dreslinski
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Fix cshr Retry'sRon Dreslinski
2006-10-10Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-10Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-10Yet another fix to the HasData command attribute.Ron Dreslinski
2006-10-10Actually set the HasData attribute on Read ResponsesRon Dreslinski
2006-10-10Fix another merge issueRon Dreslinski
2006-10-10Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-10-10Fix several bugs pertaining to upgrades/mem leaks.Ron Dreslinski
2006-10-10Fixed a bug where a packet was attempted to be sent even though another packe...Gabe Black
2006-10-09Fixes to the bus, and added fields to the packet.Gabe Black
2006-10-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-09Handle NACK's that occur from devices on the same bus.Ron Dreslinski
2006-10-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-09Fix a typo preventing compilationRon Dreslinski
2006-10-09Fix how upgrades work.Ron Dreslinski
2006-10-09One step closet to having NACK's work.Ron Dreslinski
2006-10-09Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-09Potentially functional partially timed bandwidth limitted bus model.Gabe Black
2006-10-09Fix a typo in the printfRon 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-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 memory assertion to check for whole range.Kevin Lim
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