ruby: abstract controller: mark some variables as const
[gem5.git] / src / mem / ruby / network /
2015-08-15 Nilay Vaishruby: simple network: store Switch* in PerfectSwitch...
2015-08-15 Nilay Vaishruby: remove unused functionalRead() function.
2015-08-15 Nilay Vaishruby: perfect switch: refactor code
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-07-20 Brad Beckmannruby: improved stall and wait debugging
2015-07-20 David Hasheruby: change router pipeline stages to 2
2015-07-20 David Hasheruby: change advance_stage for flit_d
2015-07-20 David Hasheruby: adds size and empty apis to the msg buffer stallmap
2015-07-20 David Hasheruby: Fix for stallAndWait bug
2015-07-22 Nilay Vaishruby: network: NetworkLink inherits from Consumer now.
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: replace g_ruby_start with per-RubySystem m_start_...
2015-07-10 Brandon Potterruby: remove extra whitespace and correct misspelled...
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-07-04 Nilay Vaishruby: remove message buffer node
2015-05-19 Joel Hestnessruby: Fix RubySystem warm-up and cool-down scope
2014-11-12 Mitch Hayengamem: Delete unused variable in Garnet NetworkLink
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-10-11 Nilay Vaishruby: network: garnet: add statistics for different...
2014-10-11 Nilay Vaishruby: network: garnet: remove functions for computing...
2014-10-11 Nilay Vaishruby: drop Orion network power model
2014-09-15 Nilay Vaishruby: network: revert some of the changes from ad9c042dce54
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-01 Nilay Vaishruby: PerfectSwitch: moves code to a per vnet helper...
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishruby: network: move getNumNodes() to base class
2014-09-01 Nilay Vaishruby: eliminate type Time
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-05-23 Nilay Vaishruby: message buffer: drop dequeue_getDelayCycles()
2014-03-20 Nilay Vaishruby: garnet: convert network interfaces into clocked...
2014-02-24 Nilay Vaishruby: remove few not required #includes
2014-02-21 Nilay Vaishruby: network: move message buffers to base network...
2014-02-21 Nilay Vaishruby: network: garnet: fixed: removes net_ptr from...
2014-02-20 Nilay Vaishruby: network: garnet: fixed: removes next cycle functions
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-02-20 Nilay Vaishruby: network: removes unused code.
2014-02-20 Nilay Vaishruby: message buffer: removes some unecessary functions.
2014-01-04 Nilay Vaishruby: add support for clusters
2013-10-30 Emilio Castilloruby: Fixed a deadlock when restoring a checkpoint...
2013-09-11 Joel Hestnessruby: Fix Topology throttle connections
2013-09-11 Joel Hestnessruby: Statically allocate stats in SimpleNetwork, Switc...
2013-09-06 Nilay Vaishruby: network: convert to gem5 style stats
2013-09-06 Nilay Vaishruby: remove undefined message size type
2013-09-06 Nilay Vaishruby: network: removes reset functionality
2013-09-06 Nilay Vaishruby: network: shorten variable names
2013-06-29 Nilay Vaishruby: network: remove reconfiguration code
2013-04-23 Nilay Vaishruby: patch checkpoint restore with garnet
2013-03-22 Nilay Vaishruby: consumer: avoid using receiver side clock
2013-03-22 Nilay Vaishruby: convert Topology to regular class
2013-03-22 Nilay Vaishruby: network: move routers from topology to network
2013-03-07 Andreas Hanssonruby: Fix gcc 4.8 maybe-uninitialized compilation error
2013-03-07 Nilay Vaishruby: garnet: fixed: implement functional access
2013-02-20 Nilay Vaishruby: remove unused variable m_print_config in class...
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replace Time with Cycles in garnet fixed and...
2013-02-11 Nilay Vaishruby: replace Time with Cycles in Message class
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: modifies histogram add() function
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-17 Nilay Vaishruby: remove calls to g_system_ptr->getTime()
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2013-01-07 Andreas Hanssonruby: Fix missing cxx_header in Switch
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-10 Nilay Vaishruby: support functional accesses in garnet flexible...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-10-02 Nilay Vaishruby: makes some members non-static
2012-10-02 Nilay Vaishruby: changes to simple network
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-08-10 Jason PowerRuby: Clean up topology changes
2012-07-12 Nilay VaishRuby: remove config information from ruby.stats
2012-07-12 Nilay VaishRuby: remove some unused stuff from SLICC files
2012-07-11 Brad Beckmann# User Brad Beckmann <Brad.Beckmann@amd.com>
2012-07-11 Brad Beckmannruby: changes how Topologies are created
2012-04-28 Nilay VaishGarnet: Correct computation of link utilization
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-03-22 Andreas HanssonScons: Remove Werror=False in SConscript files
2012-03-19 Tushar KrishnaGarnet: Stats at vnet granularity + code cleanup
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-01 Nilay VaishRuby: Shuffle some of the included files
2011-11-23 Tushar KrishnaTopology: bug fix in external link initialization
2011-11-04 Tushar KrishnaGARNET: adding a fault model for resilient on-chip...
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-08-29 Nilay VaishRuby: Remove some unused code
2011-08-08 Nilay VaishBuildEnv: Eliminate RUBY as build environment variable
2011-08-03 Nilay VaishRuby: Remove files and includes not in use
2011-07-01 Brad Beckmann ext... Ruby: Add support for functional accesses
next