index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
cache
/
cache.cc
Age
Commit message (
Expand
)
Author
2016-05-26
mem: remove redudant check whether the cache forwards snoops
Nikos Nikoleris
2016-05-26
mem: change NULL to nullptr in the cache related classes
Nikos Nikoleris
2016-05-26
mem: fix the line length in the cache related classes
Nikos Nikoleris
2016-04-21
mem: Deallocate all write-queue entries when sent
Andreas Hansson
2016-04-21
mem: Align downstream cache packet creation in atomic and timing
Andreas Hansson
2015-05-27
mem: Add unused prefetch counter in caches
Rekai Gonzalez Alberquilla
2016-03-17
mem: Create a separate class for the cache write buffer
Andreas Hansson
2016-02-24
mem: Ensure that InvalidateReq is not forwarded as ReadExReq
Andreas Hansson
2016-02-10
mem: Move the point of coherency to the coherent crossbar
Andreas Hansson
2016-02-10
mem: Align cache behaviour in atomic when upstream is responding
Andreas Hansson
2016-02-10
mem: Align how snoops are handled when hitting writebacks
Andreas Hansson
2015-12-31
mem: add CacheVerbose debug flag, filter noisy DPRINTFs
Steve Reinhardt
2015-12-31
mem: Do not allocate space for packet data if not needed
Andreas Hansson
2015-12-31
mem: Do not alter cache block state on uncacheable snoops
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
2015-12-28
mem: Remove unused cache squash functionality
Andreas Hansson
2015-12-28
mem: Avoid unecessary checks when creating HardPFReq in cache
Andreas Hansson
2015-12-28
mem: Do not use sender state to track forwarded snoops in cache
Andreas Hansson
2015-12-28
mem: Fix cache sender state handling and add clarification
Andreas Hansson
2015-12-17
mem: Fix memory allocation bug in deferred snoop handling
Andreas Hansson
2015-11-06
mem: Add an option to perform clean writebacks from caches
Andreas Hansson
2015-11-06
mem: Add cache clusivity
Andreas Hansson
2015-11-06
mem: Enforce insertion order on the cache response path
Ali Jafri
2015-11-06
mem: Unify delayed packet deletion
Andreas Hansson
2015-10-29
mem: Clarify cache MSHR handling on fill
Andreas Hansson
2015-09-25
mem: Add check for block status on WriteLineReq fill
Andreas Hansson
2015-09-25
mem: Fix WriteLineReq fill behaviour
Andreas Hansson
2015-09-25
mem: Add snoops for CleanEvicts and Writebacks in atomic mode
Ali Jafri
2015-09-25
mem: Make the coherent crossbar account for timing snoops
Andreas Hansson
2015-09-04
mem: Tidy up the snoop state-transition logic
Andreas Hansson
2015-08-21
arm, mem: Remove unused CLEAR_LL request flag
Andreas Hansson
2015-08-21
mem: Remove unused cache squash functionality
Andreas Hansson
2015-08-21
mem: Add explicit Cache subclass and make BaseCache abstract
Andreas Hansson
2015-08-21
mem: Move cache_impl.hh to cache.cc
Andreas Hansson
2015-05-05
mem: Remove templates in cache model
David Guillen
2014-07-28
mem: refactor LRU cache tags and add random replacement tags
Anthony Gutierrez
2013-06-27
mem: Remove the cache builder
Andreas Hansson
2013-01-07
mem: Remove the IIC replacement policy
Andreas Sandberg
2008-10-23
remove the totally obsolete split cache
Lisa Hsu
2007-06-27
Get rid of coherence protocol object.
Steve Reinhardt
2007-06-17
More major reorg of cache. Seems to work for atomic mode now,
Steve Reinhardt
2007-05-18
First set of changes for reorganized cache coherence support.
Steve Reinhardt
2006-12-18
Get rid of generic CacheTags object (fold back into Cache).
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-06-28
Was having difficulty with merging the cache, reverted to an early version an...
Ron Dreslinski