A more complete attempt to fix the clock skew.
[gem5.git] / src /
2006-10-27 Gabe BlackA more complete attempt to fix the clock skew.
2006-10-27 Gabe BlackPotential fix to clock skew problem.
2006-10-27 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-27 Gabe BlackGot rid of some outdated comments.
2006-10-27 Gabe BlackMade the regfile compatible with the new definitions...
2006-10-27 Gabe BlackClean up MiscRegFile
2006-10-27 Gabe BlackReorganized the MiscRegFile
2006-10-27 Gabe BlackCleaned up the decoder slightly.
2006-10-27 Gabe BlackAdded a few functions to stuff values into bitfields...
2006-10-27 Gabe BlackChanged the number of register windows to be more reali...
2006-10-27 Gabe BlackGot rid of some debug output
2006-10-27 Gabe BlackChange the default function from setMiscRegWithEffect...
2006-10-26 Lisa HsuMerge zizzer:/bk/newmem
2006-10-26 Ali SaidiMerge zizzer:/bk/newmem
2006-10-25 Ali SaidiFix simple timing port keep a list of all packets,...
2006-10-25 Gabe BlackFixed the priv instruction format.
2006-10-25 Gabe BlackImplemented the saved and restored instructions, fixed...
2006-10-25 Gabe BlackFixed the bitfield FCN to include the right bits.
2006-10-25 Gabe BlackImplemented the SPARC fill and spill handlers.
2006-10-25 Ron DreslinskiFix fixPacket functionality to calculate sizes properly
2006-10-24 Gabe BlackReplace the Alpha No op with a SPARC one.
2006-10-24 Ali SaidiMerge zizzer:/bk/newmem
2006-10-24 Ali SaidiAdd more traceflags for ethernet
2006-10-24 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-10-23 Lisa HsuMerge zizzer:/bk/newmem
2006-10-23 Lisa Hsuget rid of the "resume" step at the end of changeToTimi...
2006-10-23 Lisa Hsumake this parallel to the other cpu types so that resum...
2006-10-23 Gabe BlackMinor compile fix. Not sure why this is broken.
2006-10-23 Gabe BlackMove around more SPARC memory code, and make block...
2006-10-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-23 Gabe BlackBroke Load/Store instructions into microcode, and parti...
2006-10-23 Gabe BlackDon't let interupts interupt microcode at undesired...
2006-10-23 Gabe BlackFiles in base shouldn't depend on things in sim. Change...
2006-10-23 Gabe BlackStart making memory ops work with InitiateAcc and Compl...
2006-10-23 Gabe BlackChange the default constructors to take ExtMachInsts...
2006-10-23 Steve ReinhardtClean up cache DPRINTFs
2006-10-23 Steve Reinhardts/pktuest/request/ (all in comments)
2006-10-22 Steve ReinhardtAdd DPRINTF for non-timed quiesce.
2006-10-22 Steve ReinhardtSmall bug fixes for timing LL/SC. Better now but
2006-10-22 Steve ReinhardtAdd Quiesce trace flag to track CPU quiesce/wakeup...
2006-10-22 Steve ReinhardtJust give up if a store conditional misses completely
2006-10-21 Steve ReinhardtFix formatting that got screwed up when tabs were removed.
2006-10-21 Steve ReinhardtRefactor coherence state table initialization.
2006-10-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2006-10-21 Steve ReinhardtTweak a few things for better page fault debugging.
2006-10-21 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-21 Nathan BinkertMissing case
2006-10-21 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-20 Nathan BinkertConstruct a correct value of PYTHONHOME from the interp...
2006-10-20 Ron DreslinskiGet rid of a variable put back by merge.
2006-10-20 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-20 Ron DreslinskiUse fixPacket function everywhere.
2006-10-20 Ali SaidiMerge zizzer:/bk/newmem
2006-10-20 Ali Saidistill working on getting past initialization
2006-10-20 Nathan BinkertUse PacketPtr everywhere
2006-10-20 Nathan Binkertrefactor code for the packet, get rid of packet_impl.hh
2006-10-20 Nathan Binkertinitialize end, clean up loop
2006-10-20 Nathan BinkertFix compile of m5.fast
2006-10-20 Ron DreslinskiFix corner case on assertion.
2006-10-20 Ron DreslinskiFix memtester to use functional access, fix cache to...
2006-10-20 Ron DreslinskiSmall changes:
2006-10-20 Ron DreslinskiFixes to get single level uni-coherence to work.
2006-10-19 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-19 Ron DreslinskiAlways get the functional access from the highest level...
2006-10-19 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-10-19 Steve ReinhardtAdd "All" compund flag to enable all defined trace...
2006-10-19 Steve ReinhardtAdd new event priority for trace enable events so
2006-10-19 Steve ReinhardtFirst cut at LL/SC support in caches (atomic mode only).
2006-10-19 Gabe BlackZeroed out the actual LSB in addition to moving it...
2006-10-19 Gabe BlackFixed up exetrace.cc to deal with microcode, and to...
2006-10-19 Gabe BlackFixed a compiler error, disassembly output, and correct...
2006-10-19 Gabe BlackFixed up ldblockf_p, implemented stdfa properly, and...
2006-10-18 Lisa Hsuhow did i not commit this already? the other way doesn...
2006-10-18 Lisa Hsuneed some initializations before doing the loop.
2006-10-18 Lisa Hsuonly do this assert after you know you're not switched...
2006-10-18 Ron DreslinskiFix WriteInvalidateResp
2006-10-18 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-18 Steve ReinhardtBreak a lot of overly long lines.
2006-10-18 Steve ReinhardtGet rid of doData() lines (were already commented out).
2006-10-18 Steve ReinhardtGet rid of obsolete in-cache copy support.
2006-10-18 Steve ReinhardtInclude packet_impl.hh (need this on my laptop,
2006-10-18 Steve ReinhardtEnable MP systems via cmd-line flag in fs.py.
2006-10-17 Ali Saidiadd code to serialize se structures. Lisa is working...
2006-10-17 Ron DreslinskiFixes for uni-coherence in timing mode for FS.
2006-10-17 Ron DreslinskiFixes to cache eliminating the assumption that the...
2006-10-17 Ron DreslinskiProperly chack the pkt pointer on upgrades to insure...
2006-10-17 Ron DreslinskiFix it so that the cache does not assume to gave the...
2006-10-17 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-17 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-16 Gabe BlackCorrected the "Authors" line
2006-10-16 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-16 Gabe BlackFix up microcode support.
2006-10-16 Gabe BlackChanged how floating point register numbers are decoded...
2006-10-16 Gabe BlackMade sure the constructor for insts use ExtMachInst...
2006-10-16 Gabe BlackAdded in missing portions of the stat structure copying...
2006-10-16 Gabe BlackStarted implementing microcode.
2006-10-16 Gabe BlackAdded an execute function to the macro op so it can...
2006-10-16 Gabe BlackFix how additional template parameters are handled...
2006-10-14 Steve ReinhardtGet rid of unused CacheBlk << output operator.
next