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
Age
Commit message (
Expand
)
Author
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
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: Explicitly check MSHR snoops for cases not dealt with
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-15
arm: Add missing explicit overrides for classic caches
Andreas Sandberg
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: Do not treat CleanEvict as a write operation
Andreas Hansson
2015-11-06
mem: Unify delayed packet deletion
Andreas Hansson
2015-11-06
misc: Appease clang static analyzer
Andreas Hansson
2015-10-29
mem: Clarify cache MSHR handling on fill
Andreas Hansson
2015-10-12
misc: Add explicit overrides and fix other clang >= 3.5 issues
Andreas Hansson
2015-10-12
misc: Remove redundant compiler-specific defines
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: Avoid setting markPending if not needed
Andreas Hansson
2015-09-04
mem: Tidy up CacheSet
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-08-07
base: Declare a type for context IDs
Andreas Sandberg
2015-07-30
mem: Add missing clean eviction on uncacheable access
Andreas Hansson
2015-07-30
mem: Remove unused RequestCause in cache
Andreas Hansson
2015-07-30
mem: Make caches way aware
David Guillen-Fandos
2015-07-30
mem: Transition away from isSupplyExclusive for writebacks
Andreas Hansson
2015-07-30
mem: Tidy up CacheBlk class
Andreas Hansson
2015-07-13
mem: Fix (ab)use of emplace to avoid temporary object creation
Andreas Hansson
2015-07-07
sim: Refactor and simplify the drain API
Andreas Sandberg
2015-07-07
sim: Decouple draining from the SimObject hierarchy
Andreas Sandberg
2015-07-07
sim: Make the drain state a global typed enum
Andreas Sandberg
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-07-03
mem: Delay responses in the crossbar before forwarding
Andreas Hansson
2015-07-03
mem: Remove redundant is_top_level cache parameter
Andreas Hansson
2015-07-03
mem: Split WriteInvalidateReq into write and invalidate
Andreas Hansson
2015-07-03
mem: Add ReadCleanReq and ReadSharedReq packets
Andreas Hansson
2015-07-03
mem: Allow read-only caches and check compliance
Andreas Hansson
2015-07-03
mem: Add clean evicts to improve snoop filter tracking
Ali Jafri
2015-06-09
mem: Fix snoop packet data allocation bug
Andreas Hansson
[next]