mem: Remove unused size field from the CacheBlk class
[gem5.git] / src / mem / packet.hh
2016-12-05 Nikos Nikolerismem: Assert that the responderHadWritable is set only...
2016-08-12 Andreas Hanssonmem: Add a FromCache packet attribute
2016-01-19 Tony Gutierrez* * *
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-12-31 Andreas Hanssonmem: Do not rely on the NeedsWritable flag for responses
2015-12-31 Andreas Hanssonmem: Do not allocate space for packet data if not needed
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-09-25 Andreas Hanssonmem: Make the coherent crossbar account for timing...
2015-08-24 Andreas Hanssonmem: Revert requirement on packet addr/size always...
2015-08-21 Andreas Hanssonmem: Reflect that packet address and size are always...
2015-08-07 Andreas Sandbergmem: Cleanup packet accessor methods
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-30 Andreas Hanssonmem: Transition away from isSupplyExclusive for writebacks
2015-07-30 Andreas Hanssonmem: Tidy up packet
2015-07-04 Nilay Vaishmem: packet: Add const to constructor argument
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-06-09 Ali Jafrimem: Add check for express snoop in packet destructor
2015-03-27 Ali Jafrimem: Rename PREFETCH_SNOOP_SQUASH flag to BLOCK_CACHED
2015-02-11 Steve Reinhardtmem: restructure Packet cmd initialization a bit more
2015-03-02 Andreas Hanssonmem: Add byte mask to Packet::checkFunctional
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2015-01-22 Andreas Hanssonmem: Remove unused Packet src and dest fields
2014-12-02 Curtis Dunhammem: Support WriteInvalidate (again)
2014-12-02 Andreas Hanssonmem: Relax packet src/dest check and shift onus to...
2014-12-02 Andreas Hanssonmem: Clean up packet data allocation
2014-12-02 Andreas Hanssonmem: Cleanup Packet::checkFunctional and hasData usage
2014-12-02 Andreas Hanssonmem: Make the requests carried by packets const
2014-12-02 Andreas Hanssonmem: Add checks and explanation for assertMemInhibit...
2014-12-02 Andreas Hanssonmem: Assume all dynamic packet data is array allocated
2014-12-02 Andreas Hanssonmem: Remove redundant Packet::allocate calls
2014-12-02 Andreas Hanssonmem: Use const pointers for port proxy write functions
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-12-02 Andreas Hanssonmem: Remove null-check bypassing in Packet::getPtr
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-05-13 Curtis Dunhamcpu, mem: Make software prefetches non-blocking
2014-05-13 Curtis Dunhammem: Refactor assignment of Packet types
2014-05-09 Mitch Hayengamem: Squash prefetch requests from downstream caches
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2013-10-31 Stephan Diestelhorstmem: Add "const" attribute to Packet getters
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-02-19 Andreas Hanssonmem: Make packet bus-related time accounting relative
2013-02-19 Andreas Hanssonmem: Add deferred packet class to prefetcher
2013-02-19 Sascha Bischoffmem: Fix SenderState related cache deadlock
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
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...
next