gem5.git
2007-06-04 Gabe BlackReworking x86's microcode system. This is a work in...
2007-06-02 Gabe BlackDon't mask the pc because the Alpha predecoder needs...
2007-06-02 Nathan BinkertFix typo so m5.fast will compile
2007-06-01 Ali SaidiMerge zizzer:/bk/newmem
2007-06-01 Ali SaidiMerge zizzer:/bk/newmem
2007-06-01 Ali Saidicast sizeof(MachInst) to Addr before generating a mask
2007-06-01 Ali Saididon't generate trace data unless tracing is on
2007-06-01 Gabe BlackClean things up
2007-06-01 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-06-01 Vincentius... Minor error. Forgotten to remove brackets for threadPC.
2007-05-31 Gabe BlackAdd a second section to make sure the ROM is extended...
2007-05-31 Gabe BlackAdd rom based macroops into the macroop dict instead...
2007-05-31 Gabe BlackDo something with ROM based macroops
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Ali SaidiMerge zizzer:/bk/newmem
2007-05-31 Ali SaidiThis is probably a more scons like way to do this
2007-05-31 Gabe BlackMake directives take parameters and use the directive...
2007-05-31 Gabe BlackHandle comments
2007-05-31 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-31 Nathan Binkertobey the m5 style
2007-05-31 Vincentius... Merge zizzer:/bk/newmem
2007-05-31 Vincentius... Assign traceData to be NULL at BaseSimpleCPU constructor.
2007-05-31 Ali SaidiMerge zizzer:/bk/newmem
2007-05-31 Ali Saidicheck that m4 is available before trying to use it
2007-05-31 Gabe BlackEarly micro assembler
2007-05-31 Gabe Blackx86 work that hadn't been checked in.
2007-05-31 Nathan BinkertFix cut-n-pasto to make the path correct
2007-05-30 Ali SaidiFix compiling on Solaris since Nate's libelf change
2007-05-30 Steve Reinhardttport.cc:
2007-05-30 Steve ReinhardtA little more cleanup & refactoring of SimpleTimingPort.
2007-05-28 Steve ReinhardtMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-28 Steve ReinhardtFix M4 command line... wasn't working on zizzer.
2007-05-28 Steve ReinhardtRestructure SimpleTimingPort a bit:
2007-05-28 Steve ReinhardtReformat comments to meet line length restriction.
2007-05-28 Steve ReinhardtRemove unnecessary include of physical.hh.
2007-05-28 Nathan BinkertMove SimObject python files alongside the C++ and fix
2007-05-27 Nathan BinkertGet rid of GNU libelf and its autoconf nastiness and...
2007-05-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-26 Gabe BlackMake the lexer and parser use objects and not the last...
2007-05-25 Nathan BinkertUpdate to ply 2.3
2007-05-22 Steve Reinhardtmemtest.py:
2007-05-22 Steve ReinhardtChange getDeviceAddressRanges to use bool for snoop...
2007-05-21 Steve ReinhardtAdd new EventWrapper constructor that takes a Tick...
2007-05-21 Steve ReinhardtInsist that PhysicalMemory object have at least one...
2007-05-19 Steve ReinhardtOops... some places in C++ explicitly ask for a "functi...
2007-05-19 Steve ReinhardtPhysicalMemory has vector of uniform ports instead...
2007-05-18 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-05-18 Gabe BlackChanges to make simple cpu handle pcs appropriately...
2007-05-17 Nathan BinkertUpdate the release notes for the 2.0 beta 3 release m5_2.0_beta3
2007-05-15 Ali Saidiupdate all the regresstion tests for release
2007-05-15 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-15 Ali SaidiMerge zizzer:/bk/newmem
2007-05-15 Ali Saidiadd an l2 cache option to se example config
2007-05-15 Ali Saidihopefully the final hacky change to make the bus bridge...
2007-05-14 Steve ReinhardtMerge vm1.(none):/home/stever/bk/newmem-head
2007-05-14 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-14 Ali SaidiMerge zizzer:/bk/newmem
2007-05-14 Ali Saidicouple more bug fixes for intel nic
2007-05-14 Ali Saidiadd uglyiness to fix dmas
2007-05-14 Steve ReinhardtEliminate unused PacketPtr from BaseCache's
2007-05-14 Steve ReinhardtSplit BaseCache::CacheEvent into RequestEvent and Respo...
2007-05-13 Ali SaidiMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2007-05-13 Ali Saidifix handling of atomic packets
2007-05-11 Nathan BinkertMove full CPU sim object stuff into the encumbered...
2007-05-11 Nathan BinkertFloat should have a c++ param type
2007-05-11 Nathan Binkerttotal should be the sum of the vector result of an...
2007-05-10 Ali Saidiremove hit_latency and make latency do the right thing
2007-05-10 Ali SaidiMerge zizzer:/bk/newmem
2007-05-10 Ali Saidiupdate for bus bridge updates
2007-05-10 Ali Saidiadd/update parameters for bus bridge
2007-05-10 Ali Saidicouple of updates in the intel nic
2007-05-10 Ali Saidiupdate for new reschedule semantics
2007-05-10 Ali Saidiundo my previous bus change, it can make the bus deadlo...
2007-05-09 Ali SaidiMerge zeep:/z/saidi/work/m5.newmem
2007-05-09 Ali Saidiadd a backoff algorithm when nacks are received by...
2007-05-09 Ali Saidifix the translating ports so it can add a page on a...
2007-05-09 Ali SaidiMerge zizzer:/bk/newmem
2007-05-09 Ali Saidibit_val was being used directly in the statement in...
2007-05-07 Ali Saidiupdate for partial write fix changes
2007-05-07 Ali Saidithe bridge never returns false when recvTiming() is...
2007-05-07 Ali Saidifix partial writes with a functional memory hack
2007-05-01 Ali SaidiMerge zizzer:/bk/newmem
2007-05-01 Ali Saidichange the way dprintf works so the cache accesses...
2007-05-01 Ali Saidifix flushAddr so it doesn't modify an iterator that...
2007-05-01 Ali Saidiupdate for dprintk and not initializing lastTxInt
2007-05-01 Ali SaidiMerge zizzer:/bk/newmem
2007-05-01 Ali Saidiinitialize lastTxInt to 0
2007-05-01 Ali Saidialways skip the debugprintf function (DebugPrintf trace...
2007-04-30 Ali Saidiupdate release notes a bit
2007-04-30 Ali Saidiupdate refs for uart device changes
2007-04-30 Ali Saidifix igbe bug
2007-04-30 Ali Saidifix console printing bug
2007-04-30 Ali Saidiadd the ability for the ethernet device to check if...
2007-04-30 Ali Saidiadd a udp stream benchmark and a udp loopback benchmark
2007-04-30 Ali Saidimake ping actually end
2007-04-27 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2007-04-27 Nathan Binkertgcc 4.1 claims that mem_data might be used uninitialized,
2007-04-27 Kevin LimMerge ktlim@zizzer:/bk/newmem
2007-04-27 Kevin LimUpdates for clock changes.
2007-04-27 Nathan BinkertActually move the time two minutes into the future...
next