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
2012-06-05
sim: Remove FastAlloc
Ali Saidi
2012-05-30
Packet: Unify the use of PortID in packet and port
Andreas Hansson
2012-05-30
Packet: Updated comments for src and dest fields
Andreas Hansson
2012-05-23
Packet: Cleaning up packet command and attribute
Andreas Hansson
2012-04-14
MEM: Remove the Broadcast destination from the packet
Andreas Hansson
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
2012-01-23
MemCmd: Add a command for invalidation requests to LSQ
Nilay Vaish
2012-01-09
Packet: Add derived class FunctionalPacket to enable partial functional reads
Geoffrey Blake
2011-06-30
Ruby: Add support for functional accesses
Brad Beckmann ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2011-04-15
includes: sort all includes
Nathan Binkert
2011-03-28
This patch supports cache flushing in MOESI_hammer
Somayeh Sardashti
2011-02-06
mem: Added support for Null data packet
Brad Beckmann
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
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
[next]