Age | Commit message (Expand) | Author |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2006-12-18 | Streamline Cache/Tags interface: get rid of redundant functions, | Steve Reinhardt |
2006-12-18 | No need to template prefetcher on cache TagStore type. | Steve Reinhardt |
2006-12-18 | Get rid of generic CacheTags object (fold back into Cache). | Steve Reinhardt |
2006-12-13 | Split CachePort class into CpuSidePort and MemSidePort | Steve Reinhardt |
2006-12-05 | Don't compress data on writebacks unless it's actually necessary. | Steve Reinhardt |
2006-12-04 | Turn cache MissQueue/BlockingBuffer into virtual object | Steve Reinhardt |
2006-12-02 | Make cache compression policy a runtime virtual thing | Steve Reinhardt |
2006-11-28 | Remove assertion. It's not needed and messes up writebacks when a 2 level ca... | Kevin Lim |
2006-11-22 | Do a functional access to levels above on a read as a temporary solution for ... | Ron Dreslinski |
2006-11-13 | Fix a bug to handle the fact that a CPU can send Functional accesses while a ... | Ron Dreslinski |
2006-11-13 | If we didn't satisfy all targets, reset the packet we are requesting with. | Ron Dreslinski |
2006-11-13 | Since cpus now send out snoop ranges, remove it from the cache. | Ron Dreslinski |
2006-11-12 | Handle packets being deleted by lower level properly. | Ron Dreslinski |
2006-11-12 | Don't insert reponses into the list more than once | Ron Dreslinski |
2006-11-12 | Move code before a early return to make sure it is executed on all paths | Ron Dreslinski |
2006-11-12 | Yet another small bug in mem system related to flow control | Ron Dreslinski |
2006-11-12 | Fix functional access errors related to delayed respnoses in cachePort | Ron Dreslinski |
2006-11-10 | More fixes for functional accesses. It now makes the writeback memory leak t... | Ron Dreslinski |
2006-11-07 | Fix up bus draining and add draining to the caches. | Kevin Lim |
2006-11-02 | Caches return a new functional port whenever asked for one. | Kevin Lim |
2006-10-31 | Ports now have a pointer to the MemObject that owns it (can be NULL). | Kevin Lim |
2006-10-22 | Clean up cache DPRINTFs | Steve Reinhardt |
2006-10-22 | s/pktuest/request/ (all in comments) | Steve Reinhardt |
2006-10-21 | Small bug fixes for timing LL/SC. Better now but | Steve Reinhardt |
2006-10-21 | Just give up if a store conditional misses completely | Steve Reinhardt |
2006-10-21 | Refactor coherence state table initialization. | Steve Reinhardt |
2006-10-20 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-20 | Use fixPacket function everywhere. | Ron Dreslinski |
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-19 | Fix corner case on assertion. | Ron Dreslinski |
2006-10-19 | Fix memtester to use functional access, fix cache to work functionally now th... | Ron Dreslinski |
2006-10-19 | Small changes: | Ron Dreslinski |
2006-10-19 | Fixes to get single level uni-coherence to work. | Ron Dreslinski |
2006-10-19 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-19 | Always get the functional access from the highest level of cache first. | Ron Dreslinski |
2006-10-19 | First cut at LL/SC support in caches (atomic mode only). | Steve Reinhardt |
2006-10-18 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-18 | Break a lot of overly long lines. | Steve Reinhardt |
2006-10-18 | Get rid of doData() lines (were already commented out). | Steve Reinhardt |
2006-10-18 | Get rid of obsolete in-cache copy support. | Steve Reinhardt |
2006-10-17 | Include packet_impl.hh (need this on my laptop, | Steve Reinhardt |
2006-10-17 | Fixes for uni-coherence in timing mode for FS. | Ron Dreslinski |
2006-10-17 | Fixes to cache eliminating the assumption that the Packet is still valid afte... | Ron Dreslinski |
2006-10-17 | Properly chack the pkt pointer on upgrades to insure no segfaults when writeb... | Ron Dreslinski |
2006-10-17 | Fix it so that the cache does not assume to gave the packet it sent out via s... | Ron Dreslinski |
2006-10-17 | Merge zizzer:/bk/newmem | Ron Dreslinski |
2006-10-14 | Get rid of unused CacheBlk << output operator. | Steve Reinhardt |
2006-10-13 | Fix for DMA's in FS caches. | Ron Dreslinski |