mem: Add Units to mem stats
[gem5.git] / src / mem / coherent_xbar.cc
2021-02-10 Hoa Nguyenmem: Add Units to mem stats
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-27 Hoa Nguyencpu,mem,sim: Use ADD_STAT macro where possible
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-26 Shivani Parekhmem: Update port terminology
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-15 Nikos Nikolerismem: Add a header latency parameter to the XBar
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-09-30 Andreas Sandbergmem: Use new-style stats in the XBar models
2019-08-27 Gabe Blackcpu, dev, mem: Use the new Port methods.
2019-05-28 Tiago Muckmem: Parameterize coherent xbar sanity checks
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.
2019-03-26 Gabe Blackmem: Clean up the xbars a little.
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-05 Nikos Nikolerismem: Co-ordination of CMOs in the xbar
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add support for WriteClean packets in the memory...
2017-12-05 Nikos Nikolerismem: Add the notion of point of unification in the...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-09 Nikos Nikolerismem: Align the snoop behavior in the XBar for atomic...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-08-12 Nikos Nikolerismem: Add support for secure packets in the snoop filter
2016-07-21 David Guillen Fandosmem: Add snoop traffic statistic
2016-06-20 Nikos Nikolerismem: Fix the snoop filter when there is a downstream...
2016-02-10 Andreas Hanssonmem: Move the point of coherency to the coherent crossbar
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-11-06 Ali Jafrimem: Avoid unnecessary snoops on writebacks and clean...
2015-11-06 Andreas Hanssonmem: Unify delayed packet deletion
2015-11-06 Andreas Sandbergmem: Check the XBar's port queues on functional snoops
2015-09-25 Andreas Hanssonmem: Only track snooping ports in the snoop filter
2015-09-25 Andreas Hanssonmem: Store snoop filter lookup result to avoid second...
2015-09-25 Ali Jafrimem: Add snoops for CleanEvicts and Writebacks in atomi...
2015-09-25 Ali Jafrimem: Add CleanEvict and Writeback support to snoop...
2015-09-25 Andreas Hanssonmem: Make the coherent crossbar account for timing...
2015-09-25 Andreas Hanssonmem: Do not include snoop-filter latency in crossbar...
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-03 Andreas Hanssonmem: Delay responses in the crossbar before forwarding
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2015-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
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