mem: Co-ordination of CMOs in the xbar
[gem5.git] / src / mem / cache /
2017-12-05 Nikos Nikolerismem: Co-ordination of CMOs in the xbar
2017-12-05 Nikos Nikolerismem: Add support for handling CMOs in the MSHRs
2017-12-05 Nikos Nikolerismem: Add support for CMOs in the cache
2017-12-05 Nikos Nikolerismem: Promote deferred targets only when the block is...
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add support for WriteClean packets in the memory...
2017-12-05 Nikos Nikolerismem-cache: Add support for checking whether a cache...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-08-08 Pau Cabremem-cache: Delete squashed HWPrefetches
2017-06-27 Andreas Sandbergmem-cache: Add missing overrides to BaseCache
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-03-03 Nikos Nikolerismem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2017-02-21 Nikos Nikolerismem: Remove the unused asid field from the CacheBlk...
2017-02-21 Nikos Nikolerismem: Remove unused arguments (asid/contex_id) from...
2017-02-21 Nikos Nikolerismem: Remove unused type BlkList from the cache and...
2017-02-21 Nikos Nikolerismem: Remove unused functions from the tag classes
2017-02-21 Nikos Nikolerismem: Always use the helper function to invalidate a...
2017-02-21 Sascha Bischoffmem: Fix MSHR assert triggering for invalidated prefetches
2017-02-21 Nikos Nikolerismem: Populate the secure flag in the writeback visitor
2017-02-21 Nikos Nikolerismem: Remove stale argument from a panic statement
2017-02-19 Andreas Hanssonsim: Ensure draining is deterministic
2017-02-19 Andreas Hanssonmem: Ensure deferred snoops are cache-line aligned
2017-02-11 Bjoern A. Zeebmem: fix printing of 1st cache tags line
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-05 Nikos Nikolerismem: Respond to InvalidateReq when the block is (pendin...
2016-12-05 Nikos Nikolerismem: Invalidate a blk when servicing the 1st invalidati...
2016-12-05 Nikos Nikolerismem: Allow non invalidating snoops on an InvalidateReq...
2016-12-05 Nikos Nikolerismem: Always use InvalidateReq to service WriteLineReq...
2016-12-05 Andreas Hanssonmem: Ensure InvalidateReq is considered isForward by...
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-12-05 Nikos Nikolerismem: Service only the 1st FromCPU MSHR target on ReadRe...
2016-12-05 Nikos Nikolerismem: Keep track of allocOnFill in the TargetList
2016-12-05 Nikos Nikolerismem: Add support for repopulating the flags of an MSHR...
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-08-15 Nikos Nikolerismem: Print an MSHR without triggering any assertions
2016-08-12 Andreas Hanssonmem: Update mostly exclusive policy even further
2016-08-12 Andreas Hanssonmem: Update mostly exclusive cache policy to cover...
2016-08-12 Andreas Hanssonmem: Add a FromCache packet attribute
2016-07-11 Nikos Nikolerismem: Remove stale argument from a DPRINTF in the cache...
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-05-26 Andreas Hanssonmem: Fix memory leak in handling of deferred snoops
2016-05-26 Andreas Hanssonmem: Do not set cacheResponding on MSHR snoop if not...
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2016-05-26 Nikos Nikolerismem: remove redudant check whether the cache forwards...
2016-05-26 Nikos Nikolerismem: change NULL to nullptr in the cache related classes
2016-05-26 Nikos Nikolerismem: fix the line length in the cache related classes
2016-04-21 Andreas Hanssonmem: Include WriteLineReq in cache demand stats
2016-04-21 Andreas Hanssonmem: Remove unused cache stats
2016-04-21 Andreas Hanssonmem: Deallocate all write-queue entries when sent
2016-04-21 Andreas Hanssonmem: Align downstream cache packet creation in atomic...
2016-04-07 Rekai Gonzalez Alb... mem: Add priority to QueuedPrefetcher
2016-04-07 Rekai Gonzalez Alb... mem: Handful extra features for BasePrefetcher
2015-05-27 Rekai Gonzalez Alb... mem: Add unused prefetch counter in caches
2016-04-07 Mitch Hayengamem: Remove threadId from memory request class
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 Mitch Hayengamem: Remove threadId from memory request class
2016-03-17 Andreas Hanssonmem: Adjust cache queue reserve to more conservative...
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2015-08-10 Stephan Diestelhorstmem, cpu: Add assertions to snoop invalidation logic
2016-02-24 Andreas Hanssonmem: Ensure that InvalidateReq is not forwarded as...
2016-02-15 Andreas Hanssonmem: Avoid using invalid iterator in cache lock list...
2016-02-10 Andreas Hanssonmem: Be less conservative in clearing load locks in...
2016-02-10 Andreas Hanssonmem: Move the point of coherency to the coherent crossbar
2016-02-10 Andreas Hanssonmem: Align cache behaviour in atomic when upstream...
2016-02-10 Andreas Hanssonmem: Align how snoops are handled when hitting writebacks
2016-02-10 Andreas Hanssonmem: Deduce if cache should forward snoops
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-12-31 Steve Reinhardtmem: add CacheVerbose debug flag, filter noisy DPRINTFs
2015-12-31 Andreas Hanssonmem: Do not allocate space for packet data if not needed
2015-12-31 Andreas Hanssonmem: Do not alter cache block state on uncacheable...
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-12-28 Andreas Hanssonmem: Explicitly check MSHR snoops for cases not dealt...
2015-12-28 Andreas Hanssonmem: Remove unused cache squash functionality
2015-12-28 Andreas Hanssonmem: Avoid unecessary checks when creating HardPFReq...
2015-12-28 Andreas Hanssonmem: Do not use sender state to track forwarded snoops...
2015-12-28 Andreas Hanssonmem: Fix cache sender state handling and add clarification
2015-12-17 Andreas Hanssonmem: Fix memory allocation bug in deferred snoop handling
2015-11-16 Nilay VaishMerged changesets: 47e2adf7fb1a and b65d4e878ed2
2015-11-15 Andreas Sandbergarm: Add missing explicit overrides for classic caches
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-11-06 Andreas Hanssonmem: Add cache clusivity
2015-11-06 Ali Jafrimem: Enforce insertion order on the cache response...
2015-11-06 Andreas Hanssonmem: Do not treat CleanEvict as a write operation
2015-11-06 Andreas Hanssonmem: Unify delayed packet deletion
2015-11-06 Andreas Hanssonmisc: Appease clang static analyzer
2015-10-29 Andreas Hanssonmem: Clarify cache MSHR handling on fill
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-25 Andreas Hanssonmem: Add check for block status on WriteLineReq fill
2015-09-25 Andreas Hanssonmem: Fix WriteLineReq fill behaviour
2015-09-25 Ali Jafrimem: Add snoops for CleanEvicts and Writebacks in atomi...
2015-09-25 Andreas Hanssonmem: Make the coherent crossbar account for timing...
2015-09-04 Andreas Hanssonmem: Avoid setting markPending if not needed
2015-09-04 Andreas Hanssonmem: Tidy up CacheSet
2015-09-04 Andreas Hanssonmem: Tidy up the snoop state-transition logic
2015-08-21 Andreas Hanssonarm, mem: Remove unused CLEAR_LL request flag
2015-08-21 Andreas Hanssonmem: Remove unused cache squash functionality
next