summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-25Make the lexer and parser use objects and not the last lexer and parser gener...Gabe Black
2007-05-18Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-05-18Changes to make simple cpu handle pcs appropriately for x86Gabe Black
2007-05-15Merge zizzer:/bk/newmemAli Saidi
2007-05-15hopefully the final hacky change to make the bus bridge work okAli Saidi
2007-05-14Merge vm1.(none):/home/stever/bk/newmem-headSteve Reinhardt
2007-05-14Merge zizzer:/bk/newmemAli Saidi
2007-05-14couple more bug fixes for intel nicAli Saidi
2007-05-14add uglyiness to fix dmasAli Saidi
2007-05-13Eliminate unused PacketPtr from BaseCache'sSteve Reinhardt
2007-05-13Split BaseCache::CacheEvent into RequestEvent and ResponseEvent.Steve Reinhardt
2007-05-13fix handling of atomic packetsAli Saidi
2007-05-11Move full CPU sim object stuff into the encumbered directoryNathan Binkert
2007-05-11Float should have a c++ param typeNathan Binkert
2007-05-11total should be the sum of the vector result of an operation,Nathan Binkert
2007-05-10remove hit_latency and make latency do the right thingAli Saidi
2007-05-10Merge zizzer:/bk/newmemAli Saidi
2007-05-10add/update parameters for bus bridgeAli Saidi
2007-05-09couple of updates in the intel nicAli Saidi
2007-05-09update for new reschedule semanticsAli Saidi
2007-05-09undo my previous bus change, it can make the bus deadlock.. so it still const...Ali Saidi
2007-05-09add a backoff algorithm when nacks are received by devicesAli Saidi
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi
2007-05-09Merge zizzer:/bk/newmemAli Saidi
2007-05-09bit_val was being used directly in the statement in return. If type B had few...Ali Saidi
2007-05-07the bridge never returns false when recvTiming() is called on its ports now, ...Ali Saidi
2007-05-07fix partial writes with a functional memory hackAli Saidi
2007-05-01change the way dprintf works so the cache accesses required to fulfill the dp...Ali Saidi
2007-05-01fix flushAddr so it doesn't modify an iterator that has been deletedAli Saidi
2007-05-01Merge zizzer:/bk/newmemAli Saidi
2007-05-01initialize lastTxInt to 0Ali Saidi
2007-04-30always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)...Ali Saidi
2007-04-30fix igbe bugAli Saidi
2007-04-30fix console printing bugAli Saidi
2007-04-30add the ability for the ethernet device to check if the link is busyAli Saidi
2007-04-27gcc 4.1 claims that mem_data might be used uninitialized,Nathan Binkert
2007-04-26Remove extra delete that was causing segfault.Kevin Lim
2007-04-26Remove unnecessary check.Kevin Lim
2007-04-23Merge zizzer:/bk/newmemRon Dreslinski
2007-04-22Merge ktlim@zizzer:/bk/newmemKevin Lim
2007-04-22Use proper cycles for IPC and CPI equations.Kevin Lim
2007-04-21fixes for solaris compileAli Saidi
2007-04-21create base/fenv.c to standerdize fenv across platforms. It's a c file and no...Ali Saidi
2007-04-18Move the turbolaser python simobject stuff into theNathan Binkert
2007-04-18fix SIGUSR1 and SIGUSR2 by clearing the variables afterNathan Binkert
2007-04-16Merge zizzer:/bk/newmemRon Dreslinski
2007-04-16Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp...Ron Dreslinski
2007-04-12Completely re-work how the scons framework incorporates swigNathan Binkert
2007-04-12Don't allow Source to accept multiple arguments, lists,Nathan Binkert
2007-04-12Fix NextEthernetAddr.Nathan Binkert