Mem: Use deque instead of list for bus retries
[gem5.git] / src / mem / packet.hh
2012-09-25 Ali Saidimem: Add a gasket that allows memory ranges to be re...
2012-08-22 Andreas HanssonPacket: Remove NACKs from packet and its use in endpoints
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-30 Andreas HanssonPacket: Updated comments for src and dest fields
2012-05-23 Andreas HanssonPacket: Cleaning up packet command and attribute
2012-04-14 Andreas HanssonMEM: Remove the Broadcast destination from the packet
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
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-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
2011-02-07 Brad Beckmannmem: Added support for Null data packet
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-09-30 Ali SaidiCPU/Cache: Fix some errors exposed by valgrind
2010-09-22 Steve Reinhardtcache: improve coherence handling of writebacks
2010-09-09 Steve Reinhardtcache: fail SC when invalidated while waiting for bus
2010-08-25 Steve Reinhardtmem: fix dumb typo in copyrights
2010-08-20 Brad Beckmannruby: fix ruby llsc support to sync sc outcomes
2010-06-16 Steve Reinhardtcache: fail store conditionals when upgrade loses race
2010-06-16 Steve Reinhardtcache: fix dirty bit setting
2010-03-13 Nathan Binkertpacket: add a method to set the size
2010-01-19 Derek Howermerge
2009-11-18 Brad Beckmannm5: Added isValidSrc and isValidDest calls to packet.hh
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-29 Nathan Binkertrequest: add accessor and constructor for setting time...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-21 Steve Reinhardtrequest: split public and private flags into separate...
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
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-03-24 Steve ReinhardtDelete the Request for a no-response Packet
2008-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
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-27 Steve ReinhardtAdd downward express snoops for invalidations.
2007-07-23 Steve ReinhardtReplace lowerMSHRPending flag with more robust scheme
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtReplace DeferredSnoop flag with LowerMSHRPending flag.
2007-07-21 Steve ReinhardtSeveral more fixes for multi-level timing coherence.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-16 Steve ReinhardtFix up a bunch of multilevel coherence issues.
2007-07-14 Steve ReinhardtFix bug in copying packet with static data pointer.
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-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-23 Steve ReinhardtMinor fix plus new assertion to catch similar bugs.
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 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-21 Steve ReinhardtGetting closer...
2007-06-21 Ali SaidiUse FastAlloc for Packet, Request, CoherenceState,...
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.
2007-05-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-27 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-27 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
next