gem5.git
2006-02-03 Gabe Blackbyte_swap.hh was removed from arch/alpha/, and replaced...
2006-02-01 Ali SaidiMerge zizzer:/bk/multiarch
2006-02-01 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-01 Ali SaidiFix a mistake, need to import SCons.Scanner
2006-01-31 Ali SaidiAdd a scaner for .isa files. Ordering it turns out...
2006-01-30 Nathan BinkertMake the M5 Emacs C style default to inserting spaces...
2006-01-29 Korey Sewellsparc files that were removed from revision 1.888
2006-01-26 Korey Sewellbitfields definition to support current decoder.h
2006-01-26 Korey Sewell"sparc" -> "mips"
2006-01-26 Korey Sewelldecoder skeleton code: this should be able to read...
2006-01-25 Korey Sewellmore changes to the decoder ... Now does special 3...
2006-01-25 Korey Sewellfirst version of my decoder function skeleton
2006-01-25 Korey Sewellinitial changes to decoder.hh and copied files from...
2006-01-25 Gabe BlackSome stuff aparently didn't get committed which was...
2006-01-10 Gabe BlackAdding the sparc ISA files which were worked on locally
2005-12-23 Steve ReinhardtFix roundUp function template so explicit arg is not
2005-12-23 Steve ReinhardtChange base/intmath.{cc,hh} to follow m5 style.
2005-12-23 Nathan BinkertUpdates to Memory system changes document.
2005-12-23 Steve ReinhardtAdd a more refined stab at some of the new interface.
2005-12-22 Steve ReinhardtAdd notes from latest memory system redesign meetings.
2005-12-22 Nathan BinkertMake ScsiController a PioDevice so it works again.
2005-12-19 Nathan BinkertCreate the ProxyError Exception. Raise it when an...
2005-12-19 Nathan BinkertAdd a little bit of support to grab info for making...
2005-12-07 Steve ReinhardtMake simulation termination message less threatening...
2005-12-01 Ron DreslinskiTwo small fixes for mem_req's and Probe path with MOSI...
2005-11-29 Ali SaidiAdd support for multiple streams being configured with...
2005-11-28 Nathan BinkertVirtualized SINIC fixes
2005-11-28 Nathan BinkertMake the debugger a bit more useful with m5.opt by...
2005-11-25 Nathan BinkertVirtualize sinic
2005-11-25 Nathan BinkertAdd the capability to iterate through the packets in...
2005-11-23 Nathan BinkertMajor improvements in the graph output code. Mostly...
2005-11-23 Nathan BinkertChange the set of statistics that are generated when...
2005-11-23 Nathan BinkertMore changes from cpus named fullX to runX
2005-11-23 Nathan BinkertFix the system clock at 1THz making 1 simulation tick...
2005-11-23 Nathan Binkertmake the NUMCPUS parameter always refer to the total...
2005-11-22 Nathan BinkertMake sure that the aiobench client has enough memory.
2005-11-22 Nathan BinkertClean up the newly updated iscsi-client script
2005-11-22 Kevin LimApply patch for syscall emulation provided by Antti...
2005-11-22 Nathan Binkertadd the cpu number of the request to various panic...
2005-11-22 Nathan Binkertadd support for delaying pio writes until the cache...
2005-11-22 Nathan Binkertexpose an environment variable for setting the linux...
2005-11-22 Nathan Binkertchange profile environment configurations.
2005-11-22 Nathan BinkertRearrange the memory configurations.
2005-11-22 Nathan Binkerthave sinic use the new readBar/writeBar stuff that...
2005-11-21 Nathan BinkertAdd a bunch of functions to manage the BAR addresses...
2005-11-21 Nathan BinkertActually, you should'nt do math on Clock in the config...
2005-11-21 Nathan BinkertBARs now of type MemorySize32
2005-11-21 Nathan BinkertMake it so one can do math with a Clock type in the...
2005-11-21 Nathan BinkertAllow long as a multiplier in the python config
2005-11-21 Nathan BinkertDeal with divide by zero in the python stats stuff.
2005-11-21 Nathan Binkertimplement __str__ for all of the proxy stuff so we can
2005-11-20 Nathan Binkertfixup benchmark names a bit
2005-11-20 Nathan BinkertSerialize the symbol tables
2005-11-20 Nathan Binkertget rid of allSymtab
2005-11-20 Nathan Binkertswitch all profiling stuff to the kernelSymtab since...
2005-11-20 Nathan Binkertclear the function profile on a stats reset
2005-11-20 Nathan Binkertuse Counter to avoid overflowing an int
2005-11-20 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2005-11-20 Nathan Binkertbetter placement of database commits
2005-11-20 Nathan BinkertFor SimpleCPU profiling code, only update the exec...
2005-11-20 Nathan BinkertCleanup the StackTrace interfaces and profile interface...
2005-11-20 Nathan Binkertremove duplicate profile event code that is already in
2005-11-20 Nathan Binkertio_bus is split out into pio_bus and dma_bus so that...
2005-11-19 Ali Saidiadd symbol opcode
2005-11-11 Ali SaidiAdd checktrace.sh. Checks all the ethertrace files...
2005-11-11 Ali SaidiUpdate random come to always have explict min/max
2005-11-11 Steve ReinhardtActually free Process fd_map entries when a file is...
2005-11-11 Steve ReinhardtSyscall DPRINTF and warning cleanup.
2005-11-11 Steve ReinhardtFix Lisa's CPU trace system check for syscall emulation.
2005-11-09 Lisa Hsujust commit what i need for dumping traces compatible...
2005-11-09 Lisa HsuMerge zizzer:/bk/m5
2005-11-09 Lisa Hsunew rcS file for open-iscsi rather than the old linux...
2005-11-09 Steve ReinhardtA couple of FP-related fixes (prompted by Adam having...
2005-11-03 Steve ReinhardtQdo should kill its subordinate qsub more aggressively
2005-11-03 Steve ReinhardtCheck for MySQL 4.1 or newer only
2005-11-02 Ali Saidiallow conversion floats -> long so that 100e9 and such...
2005-11-02 Ali SaidiDon't call Random.uniform() unnecessarily
2005-11-02 Ali SaidiI left a printf in on accident.
2005-11-02 Ali SaidiChanges to integer types broke this... Oops.
2005-11-02 Ali SaidiMerge zizzer:/bk/m5
2005-11-02 Ali SaidiChange the output of stability info a little bit
2005-11-02 Ali Saidiadd a few more options to the help menu
2005-11-02 Ali SaidiDon't bother putting distributions in the DB, they...
2005-11-02 Ali SaidiAdd ability to slightly perturb latency of ethernet...
2005-11-02 Ali SaidiFix bug where simulation terminates same cycle as last...
2005-11-02 Ali SaidiAdd Mem/Ethernet latency variability parameter
2005-11-02 Ali SaidiUpdate monet configuration files
2005-11-02 Nathan BinkertSimple updates to pbs and send.py
2005-11-02 Nathan Binkertsilence g++ warning
2005-11-02 Nathan Binkert__init__ should not return anything
2005-11-02 Steve ReinhardtMake vector params interact with proxies properly.
2005-11-01 Steve ReinhardtAllow math on CheckedInt-derived ParamValue classes w/o
2005-11-01 Steve ReinhardtMinor fix for test/genini.py.
2005-10-27 Lisa HsuMerge zizzer:/bk/m5
2005-10-27 Lisa Hsuadd in the files to the SConscript for split caches
2005-10-24 Steve ReinhardtFix qdo job name setting.
2005-10-22 Nathan BinkertMajor changes to sinic device model. Rearrage read...
2005-10-21 Nathan Binkertmissed another pio interface name
2005-10-21 Nathan Binkertbetter naming for pio interfaces
2005-10-21 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
next