Updates to bring MemTest closer to working with newmem. Ron still needs to do the...
[gem5.git] / src /
2006-10-07 Kevin LimUpdates to bring MemTest closer to working with newmem...
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-02 Kevin LimAdd in ability to start a trace at a specific cycle.
2006-10-02 Kevin LimUpdates to fix merge issues and bring almost everything...
2006-10-01 Kevin LimMerge ktlim@zamp:./local/clean/o3-merge/m5
2006-09-19 Ali Saidiadd boiler plate intel nic code
2006-09-17 Gabe BlackFinished changing how stat structures are translated...
2006-09-16 Gabe BlackChanges to correct stat behavior
2006-09-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-11 Ali SaidiMerge zizzer:/bk/newmem
2006-09-11 Ali Saidiadd annotation code to m5
2006-09-08 Steve ReinhardtAdd support for assigning lists of ports or proxies...
2006-09-07 Steve ReinhardtTry to make unproxy order more deterministic.
2006-09-06 Steve ReinhardtEnable proxies (Self/Parent) for specifying ports.
2006-09-05 Steve ReinhardtPrint ports in config.ini as well.
2006-09-05 Steve ReinhardtMore Python hacking to deal with config.py split
2006-09-04 Steve ReinhardtSplit config.py into multiple files.
2006-09-04 Steve Reinhardtconfig.py:
2006-09-03 Gabe BlackMade system calls use the uid, etc parameters from...
2006-09-03 Gabe BlackFix up the parameters to getInstRecord
2006-09-03 Gabe BlackMake the ASI constants available to the decoder.
2006-09-03 Gabe BlackMake the auxiliary vectors use the uid, euid, gid and...
2006-09-03 Gabe BlackFixing up parameters of getInstRecord
2006-09-03 Gabe BlackAdded uid, euid, gid, egid, pid and ppid parameters...
2006-09-03 Gabe BlackA quick fix to isolate the tracing code to SPARC
2006-09-02 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2006-09-01 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-09-01 Steve ReinhardtTweak proxy resolution error message.
2006-09-01 Korey Sewelladd ISA_HAS_DELAY_SLOT directive instead of "#if THE_IS...
2006-08-30 Steve ReinhardtMove more common functionality into SimpleTimingPort,
2006-08-30 Gabe BlackChange the cpu pointer in the InstRecord object to...
2006-08-30 Gabe BlackForgot some commas
2006-08-30 Steve ReinhardtMinor include file & formatting cleanup.
2006-08-29 Gabe BlackASI constants.
2006-08-29 Gabe BlackSet both xcc.c and icc.c on return from a syscall.
2006-08-29 Gabe BlackDon't store if there's a fault.
2006-08-29 Gabe BlackExtended the reg delta output.
2006-08-29 Gabe BlackFiddled with the floating point accessors.
2006-08-29 Gabe BlackCleaned up floating point by removing unnecessary conve...
2006-08-28 Steve ReinhardtClean up BAR setting code.
2006-08-28 Steve ReinhardtGet rid of unneeded union.
2006-08-28 Steve ReinhardtGet rid of unused BARAddrs[] in PciConfigData object.
2006-08-28 Steve ReinhardtCleanup: formatting, comments, DPRINTFs.
2006-08-28 Steve ReinhardtFix remote gdb buffer overflow.
2006-08-28 Steve ReinhardtMake address formats consistent in DPRINTFs.
2006-08-28 Steve ReinhardtAdd dup() support (from Antti Miettinen).
2006-08-22 Ron DreslinskiStill need LL/SC support in cache, add hack to always...
2006-08-22 Ron DreslinskiCommiting a version of the multi-phase snoop atomic...
2006-08-22 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-22 Gabe BlackFix annulled unconditional branches
2006-08-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-21 Gabe BlackGot rid of the aux_data array since it shouldn't have...
2006-08-21 Gabe BlackFixed the parameters to memset. sizeof(regSegments...
2006-08-21 Gabe BlackTwo bugs found by my tracing tool.
2006-08-21 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-21 Ron DreslinskiChanges so that time in the packet is actually set...
2006-08-18 Steve ReinhardtUpdate reference outputs m5_2.0_beta1
2006-08-18 Steve ReinhardtChanges to build m5.fast
2006-08-17 Ali SaidiMerge zizzer:/bk/newmem
2006-08-17 Ali Saidiadd default range to PhysicalMemory
2006-08-17 Lisa HsuMerge zizzer:/bk/newmem
2006-08-17 Ron DreslinskiFix the caches not working in the regression
2006-08-17 Ali SaidiMerge zizzer:/bk/newmem
2006-08-17 Ali SaidiDRAM Memory doesn't crash the simulator now.. still...
2006-08-16 Ali SaidiMerge zizzer:/bk/newmem
2006-08-16 Ali SaidiFix Physical Memory to allow memory sizes bigger than...
2006-08-16 Steve ReinhardtMinor regression fixes.
2006-08-16 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-16 Ron DreslinskiFixes for Kevins O3 model to work with the blocking...
2006-08-16 Ron DreslinskiFixes for blocking in the caches that needed to be...
2006-08-16 Ali SaidiAdd ppls contributions from looking at Authors header...
2006-08-16 Korey SewellMerge ksewell@zizzer:/bk/newmem
2006-08-16 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-08-16 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-08-16 Steve ReinhardtFinish test clean-up & reorg.
2006-08-16 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-08-16 Steve ReinhardtMore restructuring of regression tests.
2006-08-15 Gabe BlackTweaks to Ali's changes
2006-08-15 Ali SaidiMerge zizzer:/bk/newmem
2006-08-15 Ali Saidifixes for gcc 4.1
2006-08-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-15 Ron DreslinskiPulled out changes to fix EIO programs with caches...
2006-08-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-15 Ron DreslinskiSome changes to support blocking in the caches
2006-08-15 Gabe BlackSome touchup to the reorganized includes and "using...
2006-08-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-15 Gabe BlackCleaned up include files and got rid of many using...
2006-08-15 Gabe BlackFixed ALPHA_FS by moving the remnants of isa_fullsys_tr...
2006-08-14 Steve ReinhardtFix up doxygen.
2006-08-14 Gabe BlackChanged the size parameter from int to int64_t
2006-08-12 Gabe BlackStarted to add support for O3 for sparc.
2006-08-12 Gabe BlackChanged the compiler guards to say SPARC
2006-08-12 Gabe BlackAdded code to support setting up all of the auxillieary...
2006-08-12 Gabe Black#include of iostream needed.
2006-08-12 Gabe BlackAdjusted the decoder a little.
2006-08-12 Gabe BlackStarted adding a system to output data after every...
2006-08-11 Gabe BlackPushed most of constants.hh back into isa_traits.hh...
2006-07-27 Kevin LimClean up some more config stuff.
2006-07-27 Kevin LimOutput the command line.
next