Age | Commit message (Expand) | Author |
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 |
2009-04-19 | Memory: Rename LOCKED for load locked store conditional to LLSC. | Gabe Black |
2008-12-06 | flags: Change naming of functions to be clearer | Nathan Binkert |
2008-11-14 | Fix a bunch of bugs I introduced when I changed the flags stuff for packets. | Nathan Binkert |
2008-11-10 | style: clean up the Packet stuff | Nathan Binkert |
2008-10-12 | Create a message port for sending messages as apposed to reading/writing a me... | Gabe Black |
2008-07-15 | Use ReadResp instead of LoadLockedResp for LoadLockedReq responses. | Steve Reinhardt |
2008-03-24 | Delete the Request for a no-response Packet | Steve Reinhardt |
2008-03-24 | Don't FastAlloc MSHRs since we don't allocate them on the fly. | Steve Reinhardt |
2008-01-02 | Add ReadRespWithInvalidate to handle multi-level coherence situation | Steve Reinhardt |
2008-01-02 | Additional comments and helper functions for PrintReq. | Steve Reinhardt |
2008-01-02 | Add functional PrintReq command for memory-system debugging. | Steve Reinhardt |
2007-08-26 | Merge with head | Gabe Black |
2007-07-27 | packet: get rid of unused intersect() function. | Steve Reinhardt |