gem5.git
2007-07-17 Steve ReinhardtAssert that an mshr has a target in getTarget().
2007-07-16 Steve ReinhardtFix bug with timing snoop upcalls to MemTest object.
2007-07-16 Steve ReinhardtAdd valgrind-suppressions file.
2007-07-16 Steve ReinhardtMerge from head.
2007-07-16 Steve ReinhardtFix up a bunch of multilevel coherence issues.
2007-07-16 Steve ReinhardtMake Bus::findPort() a little more useful.
2007-07-15 Steve ReinhardtFix problem with unset max_loads in memtest.
2007-07-15 Steve ReinhardtPunt on old -n/-c memtest args.
2007-07-15 Steve ReinhardtAdd --force-bus option to memtest.py.
2007-07-15 Steve ReinhardtNew tree-based algorithm for creating more complex...
2007-07-15 Steve ReinhardtHandle broken swig version that prints version info...
2007-07-14 Steve ReinhardtAdd CacheRepl trace flag and move a couple DPRINTFs...
2007-07-14 Steve ReinhardtMove a couple of DPRINTFs from Cache to CachePort.
2007-07-14 Steve ReinhardtFix bug in copying packet with static data pointer.
2007-07-14 Steve ReinhardtMerge from head.
2007-07-14 Steve ReinhardtDisable PrintThreadInfo since it causes a panic when...
2007-07-14 Steve ReinhardtMake NO_FAST_ALLOC compile.
2007-07-14 Steve ReinhardtMerge of DPRINTF fixes from head.
2007-07-14 Steve ReinhardtFix & tweak DPRINTFs for tracediff w/new cache code.
2007-07-14 Steve ReinhardtMerge in .hgignore from head.
2007-07-14 Steve ReinhardtMerge with head
2007-07-14 Nathan Binkertignore stuff that we don't want to see in the status
2007-07-14 Nathan Binkerttransfer tags
2007-07-03 Steve ReinhardtDelete packets when we're done with them.
2007-07-02 Steve ReinhardtCouple more minor bug fixes for FS timing mode.
2007-07-02 Steve ReinhardtFix a couple LL/SC bugs that only affected timing mode.
2007-07-02 Steve Reinhardtbus.cc:
2007-07-01 Steve ReinhardtMake CPU models use new LoadLockedReq/StoreCondReq...
2007-07-01 Steve ReinhardtDon't propagate snoops across bridges. Wouldn't work...
2007-07-01 Steve ReinhardtGet rid of remaining traces of obsolete CoherenceProtoc...
2007-07-01 Steve ReinhardtCan only call makeAtomicResponse() once...
2007-07-01 Steve ReinhardtGet rid of obsolete fixPacket() functions.
2007-07-01 Steve ReinhardtEvent descriptions should not end in "event"
2007-06-30 Steve ReinhardtFactor out a little more common code.
2007-06-30 Steve ReinhardtFix up a few statistics problems.
2007-06-30 Steve ReinhardtGet rid of Packet result field. Error responses are
2007-06-29 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-29 Korey Sewellfix store instructions, pass fast/quick Atomic/TimingSi...
2007-06-28 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-28 Korey Sewello3cpu build for mips
2007-06-28 Steve ReinhardtGet rid of coherence protocol object.
2007-06-27 Steve ReinhardtRevamp replacement-of-upgrade handling.
2007-06-27 Steve ReinhardtHandle deferred snoops better.
2007-06-26 Steve Reinhardtcache_impl.hh:
2007-06-26 Steve ReinhardtHandle replacement of block with pending upgrade.
2007-06-26 Steve ReinhardtCouple minor bug fixes...
2007-06-25 Steve ReinhardtGet rid of requestCauses. Use timestamped queue to...
2007-06-25 Steve ReinhardtBetter handling of deferred targets.
2007-06-23 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-23 Steve ReinhardtMinor fix plus new assertion to catch similar bugs.
2007-06-23 Korey SewellFINISH off merge of mips mt/dsp isa extensions by addin...
2007-06-23 Korey Sewelladd Control Bitfield class
2007-06-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Korey Sewellmips import pt. 1
2007-06-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-22 Gabe BlackUpdate of reference outputs. SPARC_SE o3 gzip didn...
2007-06-22 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-22 Steve ReinhardtFixes to hitLatency, blocking, buffer allocation.
2007-06-21 Gabe BlackMake symbols for regular registers.
2007-06-21 Gabe BlackGet rid of an unnecessary include file.
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-21 Ali Saidiupdate stats for fixed nextCycle()
2007-06-21 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-06-21 Steve ReinhardtGetting closer...
2007-06-21 Ali SaidiUse FastAlloc for Packet, Request, CoherenceState,...
2007-06-21 Gabe BlackUse the new symbols to clean up the assembler.
2007-06-21 Gabe BlackNeeded for last change set to work :P
2007-06-21 Gabe BlackDefine symbols for the x86 specialization of the microa...
2007-06-21 Gabe BlackFix a comment.
2007-06-21 Gabe BlackFix a problem where part of a microops parameters might...
2007-06-21 Gabe BlackAdd in code that lays the ground work for setting flags.
2007-06-21 Gabe Blacklong is too long
2007-06-21 Gabe BlackFix compiler errors.
2007-06-20 Gabe BlackImplement rip relative addressing and put in some missi...
2007-06-20 Gabe BlackFix a newly introduced bug where the predecoder wasn...
2007-06-20 Gabe BlackX86 probably doesn't need a window save area.
2007-06-20 Gabe BlackFix a typo in one of the operand type tags.
2007-06-20 Gabe BlackComment out some unnecessary debug output.
2007-06-20 Gabe BlackForgot to check these in...
2007-06-20 Gabe BlackComment out some unnecessary debug statements.
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-20 Vincentius... Minor error.
2007-06-20 Vincentius... Removed "adding instead of dividing" trick.
2007-06-20 Nathan BinkertDon't do checker stuff if the checker is not defined
2007-06-20 Nathan BinkertMake sure all parameters have default values if they're
2007-06-20 Nathan BinkertDon't go over 80 chars per line
2007-06-20 Gabe BlackMake memory instructions work better, add more macroop...
2007-06-20 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackMore faithfulness to what instructions should work...
2007-06-19 Gabe BlackMissed an "offset" to get rid of.
2007-06-19 Gabe BlackMake branches work by repopulating the predecoder every...
2007-06-19 Gabe BlackMake instructions that are illegal in 64 bit mode not...
2007-06-19 Gabe BlackMake an error message a little more descriptive.
2007-06-19 Gabe BlackRenovate the "fault" microop implementation.
2007-06-19 Gabe BlackGet rid of the commented out versions of macroops which...
2007-06-19 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-19 Gabe BlackGet rid of the immediate and displacement components...
2007-06-19 Gabe BlackAdd a stack size bitfield and expose the mode component...
2007-06-19 Gabe BlackAdd a function to print out segment names.
next