ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / mem / ruby / network /
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
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-31 Tushar Krishnaorion: bug fix in link power, and some reorg
2011-05-31 Tushar Krishnagarnet: added network ptr to links to be used by orion
2011-05-23 Steve Reinhardtconfig: tweak ruby configs to clean up hierarchy
2011-05-21 Tushar Krishnagarnet: use vnet_type from protocol to decide buffer...
2011-05-18 Tushar Krishnaslicc: added vnet_type field to identify response vnets...
2011-05-18 Tushar Krishnagarnet: rename and rearrange config parameters.
2011-05-07 Tushar Krishnanetwork: added Torus and Pt2Pt topologies
2011-05-02 Korey Sewellruby: dbg: use system ticks instead of cycles
2011-04-29 Brad Beckmannnetwork: set the ExtLink bw to 16 bytes
2011-04-29 Brad Beckmanngarnet: removed flit_width from Routers
2011-04-29 Brad Beckmannnetwork: adjusted default endpoint bandwidth
2011-04-29 Brad Beckmannnetwork: removed the unused network-wide latency param
2011-04-29 Brad Beckmannnetwork: moved network config params
2011-04-29 Brad Beckmannnetwork: basic link bw for garnet and simple networks
2011-04-29 Brad Beckmannnetwork: convert links & switches to first class C...
2011-04-29 Brad Beckmanngarnet: cleaned up flexible network header file
2011-04-29 Brad Beckmannruby: moved topology to the top network directory
2011-04-29 Brad Beckmannruby: removed dated comment in SimpleNetwork
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-22 Tushar KrishnaThis patch makes garnet use the info about active and...
2011-03-22 Tushar Krishnafix garnet fleible pipeline
2011-03-22 Tushar KrishnaThis patch adds the network tester for simple and garne...
2011-03-01 Nilay VaishRuby: Fix DPRINTF bugs in PerfectSwitch and MessageBuffer
2011-02-23 Korey Sewellruby: cleaning up RubyQueue and RubyNetwork dprintfs
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Nilay VaishRuby: Improve Change PerfectSwitch's wakeup function
2011-02-07 Nilay VaishOrion: Replace printf() with fatal()
2011-02-07 Korey Sewellruby: add stdio header in SRAM.hh
2011-02-07 Joel Hestnessgarnet: Split network power in ruby.stats
2011-02-07 Brad BeckmannMOESI_hammer: Added full-bit directory support
2011-02-07 Tushar Krishnagarnet: added orion2.0 for network power calculation
2011-02-07 Tushar Krishnagarnet: separate data and ctrl VCs
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-08-20 Brad Beckmannruby: Added bcast msg profiling to hammer and token
2010-08-20 Brad Beckmannruby: Added consolidated network msg stats
2010-08-20 Brad Beckmannconfig: Added the topology description to m5 config.ini
2010-07-08 Brad Beckmanngarnet: Added topology print function to Garnet printStats
2010-06-22 Tushar Krishnastyle: updated garnet to match M5 coding style
2010-06-11 Nathan Binkertruby: get rid of PrioHeap and use STL
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-31 Nathan Binkertstyle: another ruby style pass
next