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.cc
Age
Commit message (
Expand
)
Author
2015-12-31
mem: Do not rely on the NeedsWritable flag for responses
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
2015-12-09
mem: remove acq/rel cmds from packet and add mem fence req
Tony Gutierrez
2015-11-06
mem: Add an option to perform clean writebacks from caches
Andreas Hansson
2015-11-06
mem: Do not treat CleanEvict as a write operation
Andreas Hansson
2015-08-07
mem: Remove extraneous acquire/release flags and attributes
Andreas Hansson
2015-07-20
mem: add request types for acquire and release
David Hashe
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: Add clean evicts to improve snoop filter tracking
Ali Jafri
2015-03-02
mem: Add byte mask to Packet::checkFunctional
Andreas Hansson
2014-12-02
mem: Cleanup Packet::checkFunctional and hasData usage
Andreas Hansson
2014-12-02
mem: Remove redundant Packet::allocate calls
Andreas Hansson
2014-12-02
mem: Add const getters for write packet data
Andreas Hansson
2014-09-19
misc: Use safe_cast when assumptions are made about return value
Andreas Hansson
2014-06-27
mem: write streaming support via WriteInvalidate promotion
Curtis Dunham
2014-09-03
cache: Fix handling of LL/SC requests under contention
Geoffrey Blake
2014-01-24
mem: Add support for a security bit in the memory system
Giacomo Gabrielli
2013-04-22
mem: Adding verbose debug output in the memory system
Uri Wiener
2013-02-19
mem: Add predecessor to SenderState base class
Andreas Hansson
2012-08-22
Packet: Remove NACKs from packet and its use in endpoints
Andreas Hansson
2012-05-23
Packet: Cleaning up packet command and attribute
Andreas Hansson
2012-01-23
MemCmd: Add a command for invalidation requests to LSQ
Nilay Vaish
2012-01-11
Packet: Put back part of the assert
Ali Saidi
2012-01-11
Packet: Remove meaningless assert statement
Ali Saidi
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
2010-09-09
cache: fail SC when invalidated while waiting for bus
Steve Reinhardt
2010-09-09
mem: fix functional accesses to deal with coherence change
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-04-19
Memory: Rename LOCKED for load locked store conditional to LLSC.
Gabe Black
2009-04-19
X86: Fix the flags for interrupt response messages.
Gabe Black
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-01-02
Add ReadRespWithInvalidate to handle multi-level coherence situation
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-02
Fix a couple LL/SC bugs that only affected timing mode.
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-21
Getting closer...
Steve Reinhardt
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
[next]