Clock: Move the clock and related functions to ClockedObject
[gem5.git] / src / base /
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-07-09 Andreas HanssonBus: Replace tickNextIdle and inRetry with a state...
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-05 William Wangstats: when applying an operation to two vectors sum...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Ali Saidibase: fix a invalid ?: operator
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-05-09 Nathan Binkertstats: use nan instead of no_value
2012-04-25 Andreas Hanssonclang/gcc: Use STL hash function for int64_t and uint64_t
2012-04-22 Gabe Blackbase: Include cassert in trie.hh.
2012-04-15 Gabe Blacksim: Update some comments in trie.hh that were meant...
2012-04-15 Gabe Blacksim: A trie data structure specifically to speed up...
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-26 Andreas Hanssonrange_map: Enable const find and iteration
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-01 Chander SudanthiVNC: spacing
2012-03-01 Ali SaidiARM: Add RTC device for ARM platforms.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
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 Dam Sunwooutil: implements "writefile" gem5 op to export file...
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: Add port proxies instead of non-structural ports
2012-01-17 Steve ReinhardtAlpha: warn_once about broken PAL breakpoints.
2012-01-17 Steve Reinhardtdebug: fix AllFlags::disable()
2012-01-10 Dam Sunwoostats: fix Vector2d to display stats correctly when...
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-10 Dam SunwooBase: Fixed shift amount in genrand() to work with...
2012-01-10 Andreas HanssonMAC: Make gem5 compile and run on MacOSX 10.7.2
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-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-02 Ali SaidiTrace: FIx issue with creation of trace file with outpu...
2011-12-01 Chris EmmonsVNC: Add support for capturing frame buffer to file...
2011-12-01 Chris EmmonsOutput: Add hierarchical output support and cleanup...
2011-11-28 Gabe BlackCompiler: Add an M5_NO_INLINE define.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in sim.
2011-11-02 Gabe BlackSE/FS: Get FULL_SYSTEM out of base/remote_gdb.cc.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-30 Gabe BlackSE/FS: Build the devices in SE mode.
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-06-13 Gabe BlackLoader: Handle bad section names when loading an ELF...
2011-06-07 Gabe Blackgcc 4.0: Add some virtual destructors to make gcc 4...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-04 Nathan Binkertdebug: fix help output
2011-04-25 Nilay Vaishbase: include types.hh in base/stats/mysql.hh
2011-04-21 Nathan Binkertstats: ensure that stat names are valid
2011-04-20 Brad Danofskystats: add user settable separator string for arrayed...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-13 Nathan Binkertrefcnt: Update doxygen comments
2011-04-13 Nathan Binkertrefcnt: Inline comparison functions
2011-03-18 Steve Reinhardtbase: disable FastAlloc in debug builds by default
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Ali SaidiVNC: Add VNC server to M5
2011-02-03 Gabe BlackTime: Add serialization functions to the Time class.
2011-01-23 Nathan Binkertrefcnt: Change things around so that we handle constnes...
2011-01-20 Gabe BlackTime: Add setTick and getTick functions to the Time...
2011-01-15 Nathan Binkerttime: improve time datastructure
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Nathan Binkertstats: fix the distribution stat
2011-01-10 Gabe BlackCurtick: Fix mysql.cc build needing curTick.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-04 Gabe BlackParams: Print the IP components in the right order.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2011-01-03 Steve ReinhardtDelete unused files from src/base directory.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2011-01-03 Gabe BlackRefCount: Fix reference counting pointer == and !=...
2010-12-22 Steve ReinhardtGet rid of unused file src/base/dbl_list.hh
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-11-20 Nathan Binkertrandom: small comment about our random number generator...
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-23 Ali SaidiLoader: Don't insert symbols into the symbol table...
2010-08-23 Ali SaidiARM: Add I/O devices for booting linux
2010-08-23 Ali SaidiLoader: Use address mask provided to load*Symbols when...
2010-08-23 Ali SaidiBASE: Fix genrand to generate both 0s and 1s when max...
2010-08-23 Ali Saidistats: Fix off-by-one error in distributions.
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
next