Age | Commit message (Expand) | Author |
2007-05-31 | Merge zizzer:/bk/newmem | Vincentius Robby |
2007-05-31 | Assign traceData to be NULL at BaseSimpleCPU constructor. | Vincentius Robby |
2007-05-30 | Fix cut-n-pasto to make the path correct | Nathan Binkert |
2007-05-30 | tport.cc: | Steve Reinhardt |
2007-05-29 | A little more cleanup & refactoring of SimpleTimingPort. | Steve Reinhardt |
2007-05-28 | Restructure SimpleTimingPort a bit: | Steve Reinhardt |
2007-05-28 | Reformat comments to meet line length restriction. | Steve Reinhardt |
2007-05-28 | Remove unnecessary include of physical.hh. | Steve Reinhardt |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-05-26 | Get rid of GNU libelf and its autoconf nastiness and replace | Nathan Binkert |
2007-05-24 | Update to ply 2.3 | Nathan Binkert |
2007-05-21 | Change getDeviceAddressRanges to use bool for snoop arg. | Steve Reinhardt |
2007-05-20 | Add new EventWrapper constructor that takes a Tick value | Steve Reinhardt |
2007-05-20 | Insist that PhysicalMemory object have at least one connection. | Steve Reinhardt |
2007-05-19 | Oops... some places in C++ explicitly ask for a "functional" | Steve Reinhardt |
2007-05-19 | PhysicalMemory has vector of uniform ports instead of one special one. | Steve Reinhardt |
2007-05-15 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-15 | hopefully the final hacky change to make the bus bridge work ok | Ali Saidi |
2007-05-14 | Merge vm1.(none):/home/stever/bk/newmem-head | Steve Reinhardt |
2007-05-14 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-14 | couple more bug fixes for intel nic | Ali Saidi |
2007-05-14 | add uglyiness to fix dmas | Ali Saidi |
2007-05-13 | Eliminate unused PacketPtr from BaseCache's | Steve Reinhardt |
2007-05-13 | Split BaseCache::CacheEvent into RequestEvent and ResponseEvent. | Steve Reinhardt |
2007-05-13 | fix handling of atomic packets | Ali Saidi |
2007-05-11 | Move full CPU sim object stuff into the encumbered directory | Nathan Binkert |
2007-05-11 | Float should have a c++ param type | Nathan Binkert |
2007-05-11 | total should be the sum of the vector result of an operation, | Nathan Binkert |
2007-05-10 | remove hit_latency and make latency do the right thing | Ali Saidi |
2007-05-10 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-10 | add/update parameters for bus bridge | Ali Saidi |
2007-05-09 | couple of updates in the intel nic | Ali Saidi |
2007-05-09 | update for new reschedule semantics | Ali Saidi |
2007-05-09 | undo my previous bus change, it can make the bus deadlock.. so it still const... | Ali Saidi |
2007-05-09 | add a backoff algorithm when nacks are received by devices | Ali Saidi |
2007-05-09 | fix the translating ports so it can add a page on a fault | Ali Saidi |
2007-05-09 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-09 | bit_val was being used directly in the statement in return. If type B had few... | Ali Saidi |
2007-05-07 | the bridge never returns false when recvTiming() is called on its ports now, ... | Ali Saidi |
2007-05-07 | fix partial writes with a functional memory hack | Ali Saidi |
2007-05-01 | change the way dprintf works so the cache accesses required to fulfill the dp... | Ali Saidi |
2007-05-01 | fix flushAddr so it doesn't modify an iterator that has been deleted | Ali Saidi |
2007-05-01 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-05-01 | initialize lastTxInt to 0 | Ali Saidi |
2007-04-30 | always skip the debugprintf function (DebugPrintf traceflag shouldn't matter)... | Ali Saidi |
2007-04-30 | fix igbe bug | Ali Saidi |
2007-04-30 | fix console printing bug | Ali Saidi |
2007-04-30 | add the ability for the ethernet device to check if the link is busy | Ali Saidi |
2007-04-27 | gcc 4.1 claims that mem_data might be used uninitialized, | Nathan Binkert |
2007-04-26 | Remove extra delete that was causing segfault. | Kevin Lim |