mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem / noncoherent_xbar.cc
2019-04-19 Daniel R. Carvalhomem: Allow packet to provide its own addr range
2019-04-10 Gabe Blackmem: Plumb backdoor requests through the xbar classes.
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-06-19 Nikos Nikolerismem: Use address range to find the destination port...
2018-06-19 Gabe Blackmem: Use the caching built into AddrRangeMap in the...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-03 Andreas Hanssonmem: Delay responses in the crossbar before forwarding
2015-03-02 Marco Balbonimem: Add crossbar latencies
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-11 Marco Balbonimem: Clarification of packet crossbar timings
2015-01-22 Andreas Hanssonmem: Make the XBar responsible for tracking response...
2014-12-02 Andreas Hanssonmem: Relax packet src/dest check and shift onus to...
2014-09-20 Andreas Hanssonmem: Rename Bus to XBar to better reflect its behaviour