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
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
2007-01-27
While I'm waiting for legion to run make m5 compile with a few more compilers
Ali Saidi
2006-11-14
Fix bugs around uni-coherence invalidates being propogated properly.
Ron Dreslinski
2006-11-12
Fix functional access errors related to delayed respnoses in cachePort
Ron Dreslinski
2006-10-21
Small bug fixes for timing LL/SC. Better now but
Steve Reinhardt
2006-10-21
Fix formatting that got screwed up when tabs were removed.
Steve Reinhardt
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-19
refactor code for the packet, get rid of packet_impl.hh
Nathan Binkert
2006-10-18
Fix WriteInvalidateResp
Ron Dreslinski
2006-10-13
Fix for DMA's in FS caches.
Ron Dreslinski
2006-10-12
Merge zizzer:/bk/newmem
Ali Saidi
2006-10-12
add a traceflag for functional accesses
Ali Saidi
2006-10-11
Update for Atomic Coherece with Gabes bus
Ron Dreslinski
2006-10-10
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
[next]