Age | Commit message (Expand) | Author |
2019-10-18 | mem: Delete the MessageReq and MessageResp memory commands. | Gabe Black |
2019-04-19 | mem: Add packet matching functions | Daniel R. Carvalho |
2019-04-19 | mem: Allow packet to provide its own addr range | Daniel R. Carvalho |
2019-02-26 | mem-cache: Copy over flags to forwarded response | Nikos Nikoleris |
2018-10-26 | arch-arm: We add PRFM PST instruction for arm | yuetsu.kodama |
2018-07-23 | mem: Rename Packet::checkFunctional to trySatisfyFunctional | Robert Kovacsics |
2018-07-20 | mem: Removed "using namespace std;" from src/mem/packet.cc | Robert Kovacsics |
2018-07-19 | mem: Fix off-by-one error in checkFunctional, and simplify it | Robert Kovacsics |
2018-04-17 | mem: Add a helper function to get a word of variable length | Andreas Sandberg |
2017-12-05 | mem: Add support for cache maintenance operation requests | Nikos Nikoleris |
2017-12-05 | mem: Support for specifying the destination of a WriteClean | Nikos Nikoleris |
2017-12-05 | mem: Add a WriteClean command to the packet class | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-12-05 | mem: Make packet debug printing more uniform | Nikos Nikoleris |
2016-08-12 | mem: Add a FromCache packet attribute | Andreas Hansson |
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 |