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
/
mshr.cc
Age
Commit message (
Expand
)
Author
2017-02-21
mem: Fix MSHR assert triggering for invalidated prefetches
Sascha Bischoff
2017-02-21
mem: Remove stale argument from a panic statement
Nikos Nikoleris
2017-02-19
mem: Ensure deferred snoops are cache-line aligned
Andreas Hansson
2016-12-05
mem: Respond to InvalidateReq when the block is (pending) dirty
Nikos Nikoleris
2016-12-05
mem: Make packet debug printing more uniform
Nikos Nikoleris
2016-12-05
mem: Service only the 1st FromCPU MSHR target on ReadRespWithInv
Nikos Nikoleris
2016-12-05
mem: Keep track of allocOnFill in the TargetList
Nikos Nikoleris
2016-12-05
mem: Add support for repopulating the flags of an MSHR TargetList
Nikos Nikoleris
2016-08-15
mem: Print an MSHR without triggering any assertions
Nikos Nikoleris
2016-05-26
mem: Do not set cacheResponding on MSHR snoop if not responding
Andreas Hansson
2016-05-26
mem: fix headers include order in the cache related classes
Nikos Nikoleris
2016-05-26
mem: change NULL to nullptr in the cache related classes
Nikos Nikoleris
2016-03-17
mem: Create a separate class for the cache write buffer
Andreas Hansson
2015-12-31
mem: Do not allocate space for packet data if not needed
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-17
mem: Fix memory allocation bug in deferred snoop handling
Andreas Hansson
2015-11-06
mem: Add cache clusivity
Andreas Hansson
2015-10-29
mem: Clarify cache MSHR handling on fill
Andreas Hansson
2015-09-04
mem: Avoid setting markPending if not needed
Andreas Hansson
2015-07-13
mem: Fix (ab)use of emplace to avoid temporary object creation
Andreas Hansson
2015-03-17
mem: Create a request copy for deferred snoops
Stephan Diestelhorst
2015-05-05
mem: Snoop into caches on uncacheable accesses
Andreas Hansson
2015-03-27
mem: Ignore uncacheable MSHRs when finding matches
Andreas Hansson
2015-03-27
mem: Modernise MSHR iterators to C++11
Andreas Hansson
2015-03-27
mem: Align all MSHR entries to block boundaries
Andreas Hansson
2015-03-02
mem: Unify all cache DPRINTF address formatting
Andreas Hansson
2015-02-03
mem: Clarify cache behaviour for pending dirty responses
Andreas Hansson
2014-12-02
mem: Remove WriteInvalidate support
Curtis Dunham
2014-12-02
mem: Clean up packet data allocation
Andreas Hansson
2014-10-21
mem: don't inhibit WriteInv's or defer snoops on their MSHRs
Curtis Dunham
2014-10-29
mem: have WriteInvalidate obsolete MSHRs
Curtis Dunham
2014-10-09
mem: Add packet sanity checks to cache and MSHRs
Andreas Hansson
2014-01-24
mem: Add support for a security bit in the memory system
Giacomo Gabrielli
2013-05-30
mem: Spring cleaning of MSHR and MSHRQueue
Andreas Hansson
2013-05-30
mem: Fix MSHR print format
Andreas Hansson
2013-04-22
mem: Adding verbose debug output in the memory system
Uri Wiener
2013-02-19
mem: Fix SenderState related cache deadlock
Sascha Bischoff
2012-07-09
Fix: Address a few benign memory leaks
Andreas Hansson
2012-05-10
gem5: Fix a number of incorrect case statements
Ali Saidi
2012-04-06
MEM: Enable multiple distributed generalized memories
Andreas Hansson
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-09-09
cache: fail SC when invalidated while waiting for bus
Steve Reinhardt
2010-09-09
cache: coherence protocol enhancements & bug fixes
Steve Reinhardt
2010-08-25
mem: fix dumb typo in copyrights
Steve Reinhardt
2010-06-16
cache: fail store conditionals when upgrade loses race
Steve Reinhardt
2009-05-26
types: add a type for thread IDs and try to use it everywhere
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
[next]