Age | Commit message (Expand) | Author |
2007-07-27 | packet: get rid of unused intersect() function. | Steve Reinhardt |
2007-07-26 | Add downward express snoops for invalidations. | Steve Reinhardt |
2007-07-22 | Replace lowerMSHRPending flag with more robust scheme | Steve Reinhardt |
2007-07-22 | Replace DeferredSnoop flag with LowerMSHRPending flag. | Steve Reinhardt |
2007-07-21 | Several more fixes for multi-level timing coherence. | Steve Reinhardt |
2007-07-15 | Fix up a bunch of multilevel coherence issues. | Steve Reinhardt |
2007-07-14 | Fix bug in copying packet with static data pointer. | Steve Reinhardt |
2007-06-30 | Get rid of obsolete fixPacket() functions. | Steve Reinhardt |
2007-06-30 | Get rid of Packet result field. Error responses are | Steve Reinhardt |
2007-06-23 | Minor fix plus new assertion to catch similar bugs. | Steve Reinhardt |
2007-06-21 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-06-21 | Getting closer... | Steve Reinhardt |
2007-06-21 | Use FastAlloc for Packet, Request, CoherenceState, and SenderState so we don'... | Ali Saidi |
2007-06-17 | More major reorg of cache. Seems to work for atomic mode now, | Steve Reinhardt |
2007-05-28 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-05-28 | Reformat comments to meet line length restriction. | Steve Reinhardt |
2007-05-22 | Another pass of minor changes in preparation for new protocol. | Steve Reinhardt |
2007-05-18 | First set of changes for reorganized cache coherence support. | Steve Reinhardt |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-07 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2007-02-07 | Make memory commands dense again to avoid cache stat table explosion. | Steve Reinhardt |
2007-02-06 | Include compiler.hh since we use some of the #defines | Nathan Binkert |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2006-11-14 | Fix bugs around uni-coherence invalidates being propogated properly. | Ron Dreslinski |
2006-11-12 | Fix functional access errors related to delayed respnoses in cachePort | Ron Dreslinski |
2006-10-21 | Small bug fixes for timing LL/SC. Better now but | Steve Reinhardt |
2006-10-21 | Fix formatting that got screwed up when tabs were removed. | Steve Reinhardt |
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-18 | Fix WriteInvalidateResp | Ron Dreslinski |
2006-10-13 | Fix for DMA's in FS caches. | Ron Dreslinski |
2006-10-12 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-10-12 | add a traceflag for functional accesses | Ali Saidi |
2006-10-11 | Update for Atomic Coherece with Gabes bus | Ron Dreslinski |
2006-10-10 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-10 | Yet another fix to the HasData command attribute. | Ron Dreslinski |
2006-10-10 | Actually set the HasData attribute on Read Responses | Ron Dreslinski |
2006-10-10 | Fix another merge issue | Ron Dreslinski |
2006-10-10 | Merge zizzer:/z/m5/Bitkeeper/newmem | Ron Dreslinski |
2006-10-10 | Fix several bugs pertaining to upgrades/mem leaks. | Ron Dreslinski |
2006-10-09 | Fixes to the bus, and added fields to the packet. | Gabe Black |
2006-10-09 | Handle NACK's that occur from devices on the same bus. | Ron Dreslinski |
2006-10-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-09 | Fix a typo preventing compilation | Ron Dreslinski |
2006-10-09 | Fix how upgrades work. | Ron Dreslinski |
2006-10-08 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-08 | Add in HasData, and move the define of NUM_MEM_CMDS to a more visible location. | Gabe Black |
2006-10-05 | Fixes for functional accesses to use the snoop path. | Ron Dreslinski |
2006-10-05 | Partial reimplementation of the bus. The "clock" and "width" parameters have ... | Gabe Black |