summaryrefslogtreecommitdiff
path: root/src/mem/packet.cc
AgeCommit message (Expand)Author
2007-05-07fix partial writes with a functional memory hackAli Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2007-02-06More DPRINTF cleanup.Steve Reinhardt
2007-01-26make our code a little more standards compliantAli Saidi
2006-11-12Fix functional access errors related to delayed respnoses in cachePortRon Dreslinski
2006-11-10Big fix for functional access, where we forgot to copy the last byte on write...Ron Dreslinski
2006-10-25Fix fixPacket functionality to calculate sizes properlyRon Dreslinski
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-18Fix WriteInvalidateRespRon Dreslinski
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12add a traceflag for functional accessesAli Saidi
2006-10-11More cache fixes. Atomic coherence now works as well.Ron Dreslinski
2006-10-10Fixed a corner case and simplified the logic in Packet::intersect.Gabe Black
2006-06-28Backing in more changsets, getting closer to compileRon Dreslinski
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt