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
/
packet.hh
Age
Commit message (
Expand
)
Author
2010-09-30
CPU/Cache: Fix some errors exposed by valgrind
Ali Saidi
2010-09-21
cache: improve coherence handling of writebacks
Steve Reinhardt
2010-09-09
cache: fail SC when invalidated while waiting for bus
Steve Reinhardt
2010-08-25
mem: fix dumb typo in copyrights
Steve Reinhardt
2010-08-20
ruby: fix ruby llsc support to sync sc outcomes
Brad Beckmann
2010-06-16
cache: fail store conditionals when upgrade loses race
Steve Reinhardt
2010-06-16
cache: fix dirty bit setting
Steve Reinhardt
2010-03-12
packet: add a method to set the size
Nathan Binkert
2009-11-18
m5: Added isValidSrc and isValidDest calls to packet.hh
Brad Beckmann
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-05-29
request: add accessor and constructor for setting time other than curTick
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-04-20
request: split public and private flags into separate fields.
Steve Reinhardt
2009-04-19
Mem: Change isLlsc to isLLSC.
Gabe Black
2009-04-19
Memory: Rename LOCKED for load locked store conditional to LLSC.
Gabe Black
2008-12-06
flags: Change naming of functions to be clearer
Nathan Binkert
2008-11-14
Fix a bunch of bugs I introduced when I changed the flags stuff for packets.
Nathan Binkert
2008-11-10
style: clean up the Packet stuff
Nathan Binkert
2008-10-12
Create a message port for sending messages as apposed to reading/writing a me...
Gabe Black
2008-07-15
Use ReadResp instead of LoadLockedResp for LoadLockedReq responses.
Steve Reinhardt
2008-03-24
Delete the Request for a no-response Packet
Steve Reinhardt
2008-03-24
Don't FastAlloc MSHRs since we don't allocate them on the fly.
Steve Reinhardt
2008-01-02
Add ReadRespWithInvalidate to handle multi-level coherence situation
Steve Reinhardt
2008-01-02
Additional comments and helper functions for PrintReq.
Steve Reinhardt
2008-01-02
Add functional PrintReq command for memory-system debugging.
Steve Reinhardt
2007-08-26
Merge with head
Gabe Black
2007-07-27
packet: get rid of unused intersect() function.
Steve Reinhardt
2007-07-26
Add downward express snoops for invalidations.
Steve Reinhardt
2007-07-22
Replace lowerMSHRPending flag with more robust scheme
Steve Reinhardt
2007-07-22
Replace DeferredSnoop flag with LowerMSHRPending flag.
Steve Reinhardt
2007-07-21
Several more fixes for multi-level timing coherence.
Steve Reinhardt
2007-07-15
Fix up a bunch of multilevel coherence issues.
Steve Reinhardt
2007-07-14
Fix bug in copying packet with static data pointer.
Steve Reinhardt
2007-06-30
Get rid of obsolete fixPacket() functions.
Steve Reinhardt
2007-06-30
Get rid of Packet result field. Error responses are
Steve Reinhardt
2007-06-23
Minor fix plus new assertion to catch similar bugs.
Steve Reinhardt
2007-06-21
Merge vm1.(none):/home/stever/bk/newmem-head
Steve Reinhardt
2007-06-21
Getting closer...
Steve Reinhardt
2007-06-21
Use FastAlloc for Packet, Request, CoherenceState, and SenderState so we don'...
Ali Saidi
2007-06-17
More major reorg of cache. Seems to work for atomic mode now,
Steve Reinhardt
2007-05-28
Merge vm1.(none):/home/stever/bk/newmem-head
Steve Reinhardt
2007-05-28
Reformat comments to meet line length restriction.
Steve Reinhardt
2007-05-22
Another pass of minor changes in preparation for new protocol.
Steve Reinhardt
2007-05-18
First set of changes for reorganized cache coherence support.
Steve Reinhardt
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-02-12
rename store conditional stuff as extra data so it can be used for conditiona...
Ali Saidi
2007-02-07
Merge zizzer.eecs.umich.edu:/bk/newmem
Steve Reinhardt
2007-02-07
Make memory commands dense again to avoid cache stat table explosion.
Steve Reinhardt
2007-02-06
Include compiler.hh since we use some of the #defines
Nathan Binkert
[next]