summaryrefslogtreecommitdiff
path: root/src/mem/coherent_xbar.cc
AgeCommit message (Expand)Author
2018-07-23mem: Rename Packet::checkFunctional to trySatisfyFunctionalRobert Kovacsics
2018-06-19mem: Use address range to find the destination port in the xbarNikos Nikoleris
2018-06-19mem: Use the caching built into AddrRangeMap in the xbarGabe Black
2017-12-05mem: Co-ordination of CMOs in the xbarNikos Nikoleris
2017-12-05mem: Support for specifying the destination of a WriteCleanNikos Nikoleris
2017-12-05mem: Add support for WriteClean packets in the memory systemNikos Nikoleris
2017-12-05mem: Add the notion of point of unification in the coherent xbarNikos Nikoleris
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-11-09mem: Align the snoop behavior in the XBar for atomic and timingNikos Nikoleris
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-12-05mem: Make packet debug printing more uniformNikos Nikoleris
2016-08-12mem: Add support for secure packets in the snoop filterNikos Nikoleris
2016-07-21mem: Add snoop traffic statisticDavid Guillen Fandos
2016-06-20mem: Fix the snoop filter when there is a downstream addr mapperNikos Nikoleris
2016-02-10mem: Move the point of coherency to the coherent crossbarAndreas Hansson
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-11-06mem: Add an option to perform clean writebacks from cachesAndreas Hansson
2015-11-06mem: Avoid unnecessary snoops on writebacks and clean evictionsAli Jafri
2015-11-06mem: Unify delayed packet deletionAndreas Hansson
2015-11-06mem: Check the XBar's port queues on functional snoopsAndreas Sandberg
2015-09-25mem: Only track snooping ports in the snoop filterAndreas Hansson
2015-09-25mem: Store snoop filter lookup result to avoid second lookupAndreas Hansson
2015-09-25mem: Add snoops for CleanEvicts and Writebacks in atomic modeAli Jafri
2015-09-25mem: Add CleanEvict and Writeback support to snoop filtersAli Jafri
2015-09-25mem: Make the coherent crossbar account for timing snoopsAndreas Hansson
2015-09-25mem: Do not include snoop-filter latency in crossbar occupancyAndreas Hansson
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-03mem: Delay responses in the crossbar before forwardingAndreas Hansson
2015-07-03mem: Add clean evicts to improve snoop filter trackingAli Jafri
2015-05-05mem: Snoop into caches on uncacheable accessesAndreas Hansson
2015-03-02mem: Add crossbar latenciesMarco Balboni
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-02-11mem: Clarification of packet crossbar timingsMarco Balboni
2015-01-22mem: Make the XBar responsible for tracking response routingAndreas Hansson
2014-12-02mem: Relax packet src/dest check and shift onus to crossbarAndreas Hansson
2014-09-20mem: Rename Bus to XBar to better reflect its behaviourAndreas Hansson