Age | Commit message (Expand) | Author |
2014-12-02 | mem: Add checks and explanation for assertMemInhibit usage | Andreas Hansson |
2014-12-02 | mem: Assume all dynamic packet data is array allocated | Andreas Hansson |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2014-12-02 | mem: Use const pointers for port proxy write functions | Andreas Hansson |
2014-12-02 | mem: Add const getters for write packet data | Andreas Hansson |
2014-12-02 | mem: Remove null-check bypassing in Packet::getPtr | Andreas Hansson |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-06-27 | mem: write streaming support via WriteInvalidate promotion | Curtis Dunham |
2014-05-13 | cpu, mem: Make software prefetches non-blocking | Curtis Dunham |
2014-05-13 | mem: Refactor assignment of Packet types | Curtis Dunham |
2014-05-09 | mem: Squash prefetch requests from downstream caches | Mitch Hayenga |
2014-01-24 | mem: Add support for a security bit in the memory system | Giacomo Gabrielli |
2013-10-31 | mem: Add "const" attribute to Packet getters | Stephan Diestelhorst |
2013-04-22 | mem: Adding verbose debug output in the memory system | Uri Wiener |
2013-02-19 | mem: Make packet bus-related time accounting relative | Andreas Hansson |
2013-02-19 | mem: Add deferred packet class to prefetcher | Andreas Hansson |
2013-02-19 | mem: Fix SenderState related cache deadlock | Sascha Bischoff |
2013-02-19 | mem: Add predecessor to SenderState base class | Andreas Hansson |
2012-09-25 | mem: Add a gasket that allows memory ranges to be re-mapped. | Ali Saidi |
2012-08-22 | Packet: Remove NACKs from packet and its use in endpoints | Andreas Hansson |
2012-06-05 | sim: Remove FastAlloc | Ali Saidi |
2012-05-30 | Packet: Unify the use of PortID in packet and port | Andreas Hansson |
2012-05-30 | Packet: Updated comments for src and dest fields | Andreas Hansson |
2012-05-23 | Packet: Cleaning up packet command and attribute | Andreas Hansson |
2012-04-14 | MEM: Remove the Broadcast destination from the packet | Andreas Hansson |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-23 | MemCmd: Add a command for invalidation requests to LSQ | Nilay Vaish |
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 |
2011-02-06 | mem: Added support for Null data packet | Brad Beckmann |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-09-30 | CPU/Cache: Fix some errors exposed by valgrind | Ali Saidi |
2010-09-21 | cache: improve coherence handling of writebacks | Steve Reinhardt |
2010-09-09 | cache: fail SC when invalidated while waiting for bus | Steve Reinhardt |
2010-08-25 | mem: fix dumb typo in copyrights | Steve Reinhardt |
2010-08-20 | ruby: fix ruby llsc support to sync sc outcomes | Brad Beckmann |
2010-06-16 | cache: fail store conditionals when upgrade loses race | Steve Reinhardt |
2010-06-16 | cache: fix dirty bit setting | Steve Reinhardt |
2010-03-12 | packet: add a method to set the size | Nathan Binkert |
2009-11-18 | m5: Added isValidSrc and isValidDest calls to packet.hh | Brad Beckmann |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-05-29 | request: add accessor and constructor for setting time other than curTick | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-20 | request: split public and private flags into separate fields. | Steve Reinhardt |
2009-04-19 | Mem: Change isLlsc to isLLSC. | Gabe Black |