ruby: set: corrects csprintf() call introduced by 7d95b650c9b6
[gem5.git] / src / python /
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonx86: Move APIC clock divider to Python
2013-02-15 Sascha Bischoffbase: Add warn() and inform() to m5.utils for use from...
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-15 Andreas Sandbergconfig: Move CPU handover logic to m5.switchCpus()
2013-02-10 Andreas Sandbergbase: Add support for newer versions of IPython
2013-02-10 Andreas Sandbergbase: Fix broken IPython argument handling
2013-01-07 Sascha Bischoffstats: Fix swig wrapping for Tick in stats
2013-01-07 Andreas Sandbergcpu: Introduce sanity checks when switching between...
2013-01-07 Andreas Hanssonmem: Add interleaving bits to the address ranges
2013-01-07 Andreas Hanssonconfig: Traverse lists when visiting children in all...
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-02 Andreas Sandbergsim: Add drain methods to request additional cleanup...
2012-11-02 Andreas Sandbergsim: Add SWIG interface for Serializable
2012-11-02 Andreas Sandbergpython: Rename doDrain()->drain() and make it do the...
2012-11-02 Andreas Sandbergsim: Reuse the code to change memory mode.
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Andreas SandbergPartly revert [4f54b0f229b5] and move draining to m5...
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonParam: Fix proxy traversal to support chained proxies
2012-09-25 Sascha BischoffStatistics: Add a function to configure periodic stats...
2012-09-25 Andreas Sandbergsim: Move CPU-specific methods from SimObject to the...
2012-09-25 Andreas Sandbergsim: Remove SimObject::setMemoryMode
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-19 Andreas HanssonAddrRange: Simplify AddrRange params Python hierarchy
2012-09-13 Joel HestnessStandard Switch: Drain the system before switching...
2012-09-07 Andreas Sandbergsim: Remove the unused SimObject::regFormulas method
2012-09-07 Andreas HanssonParam: Transition to Cycles for relevant parameters
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-07-11 Brad Beckmannruby: changes how Topologies are created
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-05-23 Andreas HanssonConfig: Use the attribute naming and include ports...
2012-05-23 Andreas HanssonConfig: Exit with fatal if a port is already connected
2012-05-10 Uri WienerDOT: improved dot-based system visualization
2012-05-10 Uri WienerDOT: fixed broken code for visualizing configuration...
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-04-14 Andreas HanssonRegression: Add ANSI colours to highlight test status
2012-04-06 Brad Beckmannpython: added __nonzero__ function to SimObject Bool...
2012-04-05 Andreas HanssonPython: Make the All proxy traverse SimObject children...
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-21 Andreas HanssonPython: Fix a conditional expression that requires...
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-19 Andreas Hanssonscripts: Fix to ensure that port connection count is...
2012-02-29 Andreas HanssonSWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1
2012-02-20 Steve ReinhardtSimObject: make get_config_as_dict() tolerate undefined...
2012-02-13 Andreas HanssonMEM: Pass the ports from Python to C++ using the Swig...
2012-02-13 Andreas HanssonMEM: Introduce the master/slave port roles in the Pytho...
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-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Removing the default port peer from Python ports
2012-01-10 Ali SaidiAutomated merge with ssh://repo.gem5.org/gem5
2012-01-10 Ali Saidiconfig: Fix json output for Python lt 2.6.
2012-01-10 Ali SaidiConfig: Fix issue with JSON output
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-10 Ali Saidiconfig: support outputing a pickle of the configuration...
2012-01-10 Andreas HanssonSWIG: Make gem5 compile and link with swig 2.0.4
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.
2011-11-07 Gabe BlackSE/FS: Remove FULL_SYSTEM from swig.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Nilay VaishCommit due to merge.
2011-10-30 Nilay VaishPython: Remove import for random
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-20 Steve ReinhardtSimObject: add export_method* hooks to export C++ metho...
2011-10-20 Steve Reinhardtscons/swig: refactor some of the scons/SWIG code
2011-09-23 Steve Reinhardtparams.py: enhance IpAddress param handling
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-07-10 Ali SaidiConfig: Add support for a Self.all proxy object
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-06-03 Nathan Binkertcopyright: Add code for finding all copyright blocks...
2011-06-02 Steve ReinhardtSimObject: allow modules in subclass definitions
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-05-25 Gabe BlackName: Replace M5 with gem5 in a few places it's printed...
2011-05-23 Steve Reinhardtconfig: reinstate implicit parenting on parameter assig...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-12 Nathan Binkertstats: better expose statistics to python.
2011-05-07 Nilay VaishTrace: Remove the options trace-help and trace-flags
2011-05-04 Nathan Binkertdebug: fix help output
2011-04-28 Nathan Binkertevent: fix PythonEvent
2011-04-21 Nathan Binkertfix some build problems from prior changesets
2011-04-19 Nathan Binkertpython: different import for dealing with demandimport
2011-04-15 Nathan Binkertpython: cleanup python code so stuff doesn't automatica...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-15 Nathan Binkertregion: add a utility class for keeping track of region...
2011-04-15 Nathan BinkertSortedDict: add functions for getting ranges of keys...
2011-04-15 Nathan Binkertpython: figure out if the m5.internal package exists...
2011-04-13 Nathan Binkertmain: separate out interact() so it can be used by...
2011-03-18 Steve Reinhardtswig: get rid of m5.internal.random module (swig/random.i)
2011-03-11 Gabe BlackSCons: Stop embedding the mercurial revision into the...
next