Fix checker bug.
[gem5.git] / src /
2006-10-09 Kevin LimFix checker bug.
2006-10-09 Kevin LimUpdate memory assertion to check for whole range.
2006-10-08 Kevin LimClean up configs.
2006-10-08 Kevin LimRecord numCycles properly.
2006-10-08 Kevin LimUpdates to O3 CPU. It should now work in FS mode,...
2006-10-08 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-07 Ali SaidiMerge zizzer:/bk/newmem
2006-10-07 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-07 Kevin LimUpdates to bring MemTest closer to working with newmem...
2006-10-07 Ron DreslinskiFix a missing pointer
2006-10-07 Ron DreslinskiNo need to keep trying to request the data bus if we...
2006-10-07 Ron DreslinskiAdd mechanism for caches to handle failure of the fast...
2006-10-07 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-07 Ron DreslinskiFix infinite writebacks bug in cache.
2006-10-07 Ali SaidiMerge zizzer:/bk/newmem
2006-10-07 Ali Saidisystem.cc:
2006-10-06 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-10-06 Ron DreslinskiAnother thread number removed
2006-10-06 Ron DreslinskiRemove threadnum from cache everywhere for now
2006-10-06 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-10-06 Lisa Hsucheckpoint recovery was screwed up because a new sectio...
2006-10-06 Lisa Hsuthere are two main thrusts of this changeset.
2006-10-06 Lisa HsuMerge zizzer:/bk/newmem
2006-10-06 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-06 Nathan Binkertremove traces of binning
2006-10-06 Ron DreslinskiFixes for functional accesses to use the snoop path.
2006-10-06 Ron DreslinskiFirst pass at snooping stuff that compiles and doesn...
2006-10-05 Lisa Hsufix the argument to m5.simulate() on a checkpoint.
2006-10-05 Nathan BinkertStatic global object don't work well, if the variables are
2006-10-02 Kevin LimOops, forgot to assign the option to the param context.
2006-10-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-02 Kevin LimBe sure to set progress interval.
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
next