summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2006-10-31add the ability to insert into the middle of the timing port send listAli Saidi
2006-10-26Merge zizzer:/bk/newmemAli Saidi
2006-10-25Fix simple timing port keep a list of all packets, have only one event, and s...Ali Saidi
2006-10-25Fix fixPacket functionality to calculate sizes properlyRon Dreslinski
2006-10-22Clean up cache DPRINTFsSteve Reinhardt
2006-10-22s/pktuest/request/ (all in comments)Steve Reinhardt
2006-10-21Small bug fixes for timing LL/SC. Better now butSteve Reinhardt
2006-10-21Just give up if a store conditional misses completelySteve Reinhardt
2006-10-21Fix formatting that got screwed up when tabs were removed.Steve Reinhardt
2006-10-21Refactor coherence state table initialization.Steve Reinhardt
2006-10-20Get rid of a variable put back by merge.Ron 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-19initialize end, clean up loopNathan Binkert
2006-10-19Fix compile of m5.fastNathan Binkert
2006-10-19Fix corner case on assertion.Ron Dreslinski
2006-10-19Fix memtester to use functional access, fix cache to work functionally now th...Ron Dreslinski
2006-10-19Small changes:Ron Dreslinski
2006-10-19Fixes to get single level uni-coherence to work.Ron Dreslinski
2006-10-19Merge zizzer:/bk/newmemRon Dreslinski
2006-10-19Always get the functional access from the highest level of cache first.Ron Dreslinski
2006-10-19First cut at LL/SC support in caches (atomic mode only).Steve Reinhardt
2006-10-18need some initializations before doing the loop.Lisa Hsu
2006-10-18Fix WriteInvalidateRespRon Dreslinski
2006-10-18Merge zizzer:/bk/newmemRon Dreslinski
2006-10-18Break a lot of overly long lines.Steve Reinhardt
2006-10-18Get rid of doData() lines (were already commented out).Steve Reinhardt
2006-10-18Get rid of obsolete in-cache copy support.Steve Reinhardt
2006-10-17Include packet_impl.hh (need this on my laptop,Steve Reinhardt
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-10-17Fixes for uni-coherence in timing mode for FS.Ron Dreslinski
2006-10-17Fixes to cache eliminating the assumption that the Packet is still valid afte...Ron Dreslinski
2006-10-17Properly chack the pkt pointer on upgrades to insure no segfaults when writeb...Ron Dreslinski
2006-10-17Fix it so that the cache does not assume to gave the packet it sent out via s...Ron Dreslinski
2006-10-17Merge zizzer:/bk/newmemRon Dreslinski
2006-10-14Get rid of unused CacheBlk << output operator.Steve Reinhardt
2006-10-13Merge zizzer:/bk/newmemRon Dreslinski
2006-10-13Fix for DMA's in FS caches.Ron Dreslinski
2006-10-12replace functional code in tport with fixPacket().Ali Saidi
2006-10-12Fix CSHR retrysRon Dreslinski
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12small bus updates for functional accessesAli Saidi
2006-10-12Merge zizzer:/bk/newmemRon Dreslinski
2006-10-12Remove bus and top level parameters from cacheRon Dreslinski
2006-10-12Merge zizzer:/bk/newmemAli Saidi
2006-10-12add a traceflag for functional accessesAli Saidi
2006-10-12Check the response queue on functional accesses.Ron Dreslinski
2006-10-12Fix problems with unCacheable addresses in timing-coherenceRon Dreslinski