summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/RubyPort.cc
AgeCommit message (Expand)Author
2019-03-20invisispec-1.0 sourceIru Cai
2018-06-11misc: Using smart pointers for memory RequestsGiacomo Travaglini
2018-05-03mem-ruby: Consistent dprintf formats for issue outcomesBrad Beckmann
2017-12-15mem-ruby: Support atomic_noncaching acceses in rubySwapnil Haria
2017-12-05mem-ruby: Prevent ruby from crashing on CMOsNikos Nikoleris
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-08-10ruby: Implement support for functional accesses to PIO rangesAndreas Sandberg
2016-02-18ruby: move range change send from RubyPort to derived classes.Tony Gutierrez
2016-02-17ruby: send address ranges from RubyPortTony Gutierrez
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez
2015-07-20mem: misc flags for AMD gpu modelBlake Hechtman
2015-12-31mem: Make cache terminology easier to understandAndreas Hansson
2015-07-20ruby: more flexible ruby tester supportBrad Beckmann
2015-09-29ruby: RubyPort delete snoop requestsJoel Hestness
2015-09-16ruby: message buffer, timer table: significant changesNilay Vaish
2015-08-14ruby: replace Address by AddrNilay Vaish
2015-07-20mem: Hit callback delay fixDavid Hashe
2015-07-10ruby: replace global g_system_ptr with per-object pointersBrandon Potter
2015-07-10ruby: remove extra whitespace and correct misspelled wordsBrandon Potter
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg
2015-07-03mem: Split WriteInvalidateReq into write and invalidateAndreas Hansson
2015-03-02mem: Split port retry for all different packet classesAndreas Hansson
2015-02-26Ruby: Update backing store option to propagate through to all RubyPortsJason Power
2015-01-22mem: Always use SenderState for response routing in RubyPortAndreas Hansson
2014-11-06ruby: provide a backing storeNilay Vaish
2014-10-16misc: Move AddrRangeList from port.hh to addr_range.hhAndreas Hansson
2014-10-16arch,x86,mem: Dynamically determine the ISA for Ruby store checkAndreas Hansson
2014-09-27misc: Fix a bunch of minor issues identified by static analysisAndreas Hansson
2014-03-20ruby: no piobus in se modeNilay Vaish
2014-03-17ruby: remove some of the unnecessary codeNilay Vaish
2014-02-23ruby: route all packets through ruby portNilay Vaish
2014-02-23ruby: Simplify RubyPort flow control and routingAndreas Hansson
2013-07-18mem: Set the cache line size on a system levelAndreas Hansson
2013-04-22mem: Replace check with panic where inhibited should not happenAndreas Hansson
2013-04-09Ruby: Fix RubyPort evict packet memory leakJoel Hestness
2013-02-19scons: Fix warnings issued by clang 3.2svn (XCode 4.6)Andreas Hansson
2013-02-19mem: Add predecessor to SenderState base classAndreas Hansson
2013-02-10ruby: enable multiple clock domainsNilay Vaish
2012-11-02sim: Move the draining interface into a separate base classAndreas Sandberg
2012-10-15Port: Add protocol-agnostic ports in the port hierarchyAndreas Hansson
2012-10-02ruby: move functional access to ruby systemNilay Vaish
2012-09-23RubyPort and Sequencer: Fix drainingJoel Hestness
2012-09-11Ruby: Use uint8_t instead of uint8 everywhereNilay Vaish
2012-09-10Ruby System: Convert to Clocked ObjectNilay Vaish
2012-08-27Ruby: Remove RubyEventQueueNilay Vaish
2012-08-22Port: Extend the QueuedPort interface and use where appropriateAndreas Hansson
2012-08-15O3,ARM: fix some problems with drain/switchout functionality and add Drain DP...Anthony Gutierrez
2012-07-09Port: Make getAddrRanges constAndreas Hansson