ruby: handle llsc accesses through CacheEntry, not CacheMemory
[gem5.git] / src / mem / comm_monitor.cc
2015-08-04 Andreas Sandbergmem: Move trace functionality from the CommMonitor...
2015-08-04 Andreas Sandbergmem: Redesign the stack distance calculator as a probe
2015-08-04 Andreas Sandbergmem: Add probe support to the CommMonitor
2015-07-06 Andreas Sandbergmem: Cleanup CommMonitor in preparation for probe support
2015-03-19 Geoffrey Blakemem: Enable CommMonitor to output traces in atomic...
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-12-23 Kanishk Sugandmem: Add stack distance statistics to the CommMonitor
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-01 Nilay Vaishmem: change the namespace Message to ProtoMessage
2014-05-09 Sascha Bischoffmem: Auto-generate CommMonitor trace file names
2014-03-23 Sascha Bischoffmem: CommMonitor trace warn on non-timing mode
2014-02-18 Andreas Hanssonmem: Fix input to DPRINTF in CommMonitor
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-06-27 Andreas Hanssonmem: Fix CommMonitor style and response check
2013-03-26 Andreas Hanssonmem: Add optional request flags to the packet trace
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-19 Andreas Hanssonmem: Ensure trace captures packet fields before forwarding
2013-01-07 Andreas Hanssonmem: Add tracing support in the communication monitor
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-07-09 Andreas HanssonPort: Add getAddrRanges to master port (asking slave...
2012-07-09 Andreas HanssonPort: Add isSnooping to slave port (asking master port)
2012-05-09 Andreas HanssonMEM: Add the communication monitor