mem-cache: Avoid hiding a virtual method in the dictionary compressor.
[gem5.git] / src / mem / packet.cc
2019-10-18 Gabe Blackmem: Delete the MessageReq and MessageResp memory commands.
2019-04-19 Daniel R. Carvalhomem: Add packet matching functions
2019-04-19 Daniel R. Carvalhomem: Allow packet to provide its own addr range
2019-02-26 Nikos Nikolerismem-cache: Copy over flags to forwarded response
2018-10-26 yuetsu.kodamaarch-arm: We add PRFM PST instruction for arm
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-20 Robert Kovacsicsmem: Removed "using namespace std;" from src/mem/packet.cc
2018-07-19 Robert Kovacsicsmem: Fix off-by-one error in checkFunctional, and simpl...
2018-04-17 Andreas Sandbergmem: Add a helper function to get a word of variable...
2017-12-05 Nikos Nikolerismem: Add support for cache maintenance operation requests
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add a WriteClean command to the packet class
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-08-12 Andreas Hanssonmem: Add a FromCache packet attribute
2015-12-31 Andreas Hanssonmem: Do not rely on the NeedsWritable flag for responses
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-12-10 Tony Gutierrezmem: remove acq/rel cmds from packet and add mem fence req
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-11-06 Andreas Hanssonmem: Do not treat CleanEvict as a write operation
2015-08-07 Andreas Hanssonmem: Remove extraneous acquire/release flags and attributes
2015-07-20 David Hashemem: add request types for acquire and release
2015-07-03 Andreas Hanssonmem: Split WriteInvalidateReq into write and invalidate
2015-07-03 Andreas Hanssonmem: Add ReadCleanReq and ReadSharedReq packets
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2015-03-02 Andreas Hanssonmem: Add byte mask to Packet::checkFunctional
2014-12-02 Andreas Hanssonmem: Cleanup Packet::checkFunctional and hasData usage
2014-12-02 Andreas Hanssonmem: Remove redundant Packet::allocate calls
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-09-19 Andreas Hanssonmisc: Use safe_cast when assumptions are made about...
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-09-03 Geoffrey Blakecache: Fix handling of LL/SC requests under contention
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-23 Nilay VaishMemCmd: Add a command for invalidation requests to LSQ
2012-01-12 Ali SaidiPacket: Put back part of the assert
2012-01-12 Ali SaidiPacket: Remove meaningless assert statement
2012-01-10 Geoffrey BlakePacket: Add derived class FunctionalPacket to enable...
2011-07-01 Brad Beckmann ext... Ruby: Add support for functional accesses
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-28 Somayeh SardashtiThis patch supports cache flushing in MOESI_hammer
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-09-09 Steve Reinhardtmem: fix functional accesses to deal with coherence...
2010-08-25 Steve Reinhardtmem: fix dumb typo in copyrights
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-19 Gabe BlackX86: Fix the flags for interrupt response messages.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-11-10 Nathan Binkertstyle: clean up the Packet stuff
2008-10-12 Gabe BlackCreate a message port for sending messages as apposed...
2008-07-15 Steve ReinhardtUse ReadResp instead of LoadLockedResp for LoadLockedRe...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2007-08-27 Gabe BlackMerge with head
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Steve Reinhardtpacket: get rid of unused intersect() function.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-02 Steve ReinhardtFix a couple LL/SC bugs that only affected timing mode.
2007-07-01 Steve ReinhardtGet rid of obsolete fixPacket() functions.
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-06-29 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-23 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-21 Steve ReinhardtGetting closer...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-18 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-18 Steve ReinhardtMore major reorg of cache. Seems to work for atomic...
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-30 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-30 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-29 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-28 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-28 Steve ReinhardtReformat comments to meet line length restriction.
next