mem: Rename Bus to XBar to better reflect its behaviour
[gem5.git] / src / mem / cache / cache_impl.hh
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-19 Andreas Hanssonmem: Add checks to sendTimingReq in cache
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-09-03 Andreas Hanssonmem: Fix a bug in the cache port flow control
2014-05-13 Curtis Dunhamcpu, mem: Make software prefetches non-blocking
2014-09-03 Geoffrey Blakecache: Fix handling of LL/SC requests under contention
2014-08-13 Mitch Hayengamem: Properly set cache block status fields on writebacks
2014-05-09 Mitch Hayengamem: Squash prefetch requests from downstream caches
2014-03-07 Prakash Ramrakhyanimem: Fix incorrect assert failure in the Cache
2014-02-18 Andreas Hanssonmem: Filter cache snoops based on address ranges
2014-01-30 Mitch Hayenga ext... mem: prefetcher: add options, support for unaligned...
2014-01-29 Amin Farmahinimem: Remove redundant findVictim() input argument
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Dam Sunwoomem: per-thread cache occupancy and per-block ages
2013-10-17 Matt Horsnellcpu: add consistent guarding to *_impl.hh files.
2013-07-18 Xiangyu Dongmem: Add cache class destructor to avoid memory leaks
2013-06-27 Prakash Ramrakhyanimem: Reorganize cache tags and make them a SimObject
2013-06-27 Andreas Hanssonmem: Align cache timing to clock edges
2013-06-27 Andreas Hanssonmem: Cycles converted to Ticks in atomic cache accesses
2013-06-27 Andreas Hanssonmem: Remove a redundant heap allocation for a snoop...
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-03-27 Mitch Hayengamem: Fix cache latency bug
2013-02-19 Andreas Hanssonmem: Fix sender state bug and delay popping
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2013-02-19 Andreas Hanssonmem: Change accessor function names to match the port...
2013-02-19 Andreas Hanssonmem: Make packet bus-related time accounting relative
2013-02-19 Andreas Hanssonsim: Make clock private and access using clockPeriod()
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-15 Andreas Hanssonmem: Tighten up cache constness and scoping
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-01-07 Andreas Sandbergmem: Fix guest corruption when caches handle uncacheabl...
2013-01-07 Ali Saidicache: add note about where conflicts are handled
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-10-15 Andreas HanssonMem: Use cycles to express cache-related latencies
2012-09-25 Mrinmoy GhoshCache: add a response latency to the caches
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-11 Lena OlsonCache: Split invalidateBlk up to seperate block vs...
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-08-22 Andreas HanssonPort: Extend the QueuedPort interface and use where...
2012-07-27 Anthony Gutierrezcache: don't allow dirty data in the i-cache
2012-07-09 Andreas HanssonPort: Align port names in C++ and Python
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonPort: Add isSnooping to slave port (asking master port)
2012-06-29 Dam SunwooMem: fix master id assertion in cache_impl.hh
2012-06-29 Ali SaidiCache: Only invalidate a line in the cache when an...
2012-06-07 Ali Saidimem: Delay deleting of incoming packets by one call.
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-30 Andreas HanssonBus: Turn the PortId into a transport function parameter
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-10 Ali SaidiCache: restructure code that actually isn't a loop
2012-05-10 Ali SaidiCache: Panic if you attempt to create a checkpoint...
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-03-09 Ali Saidicache: Allow main memory to be at disjoint address...
2012-03-01 Ali SaidiCache: Fix an issue with LRU when bonus block is used...
2012-02-24 Andreas HanssonMEM: Simplify cache ports preparing for master/slave...
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-12 Mrinmoy Ghoshprefetcher: Make prefetcher a sim object instead of...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Andreas HanssonMEM: Remove the otherPort from the cache ports
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 William WangMEM: Remove the functional ports from the memory system
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Remove Port removeConn and MemObject deletePortRefs
2012-01-17 Andreas HanssonMEM: Simplify ports by removing EventManager
2012-01-17 Andreas HanssonMEM: Differentiate functional cache accesses from CPU...
2011-09-13 Ali SaidiPrefetch: Don't prefetch if address is in the write...
2011-08-19 Ali SaidiMem: Put prefetcher notify call before packet is deleted.
2011-08-19 Ali SaidiPrefetcher: Fix some memory leaks with the prefetcher.
2011-07-15 Ali SaidiMem: Fix issue with prefetches originating at non-L1...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-10-18 Steve Reinhardtcache: minor SC assertion fix
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-09-22 Steve Reinhardtcache: improve coherence handling of writebacks
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-09-09 Steve Reinhardtmem: fix functional accesses to deal with coherence...
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2010-08-26 Steve Reinhardtmem: fix m5.fast compile bug in previous cset
2010-08-26 Steve Reinhardtcache: fix a bug in atomic multilevel snoops
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Make sure that software prefetch instructions...
2010-07-22 Timothy M. JonesPort: Only indicate that a SimpleTimingPort is drained...
2010-07-09 Steve Reinhardtcache: fix bug in SC upgrade handling
2010-06-23 Steve Reinhardtcache: fix longstanding prefetcher bug
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2010-06-16 Steve Reinhardtcache: fix dirty bit setting
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2010-01-18 Lisa HsuAutomated merge with ssh://hsul@localhost:4444//repo/m5
2010-01-12 Lisa Hsucache: make tags->insertBlock() and tags->accessBlock...
next