Age | Commit message (Expand) | Author |
2006-03-03 | First cut at moving alpha specefic stuff out of /sim/system* into | Ali Saidi |
2006-02-23 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-02-23 | Get rid of the xc from the alphaAccess/alphaConsole backdoor device. | Ali Saidi |
2006-02-21 | Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old... | Gabe Black |
2006-02-21 | Made Addr a global type | Gabe Black |
2006-02-20 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Gabe Black |
2006-02-20 | Finished the implementing the change of the ISA from a class to a namespace | Gabe Black |
2006-02-20 | Get rid of the code that delays PIO write accesses | Nathan Binkert |
2006-02-19 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5 | Gabe Black |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-17 | Get rid of deque (poor memory allocation), switch them over to lists. | Kevin Lim |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2006-02-12 | Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, ... | Gabe Black |
2006-02-03 | byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. T... | Gabe Black |
2005-11-28 | Virtualized SINIC fixes | Nathan Binkert |
2005-11-25 | Virtualize sinic | Nathan Binkert |
2005-11-25 | Add the capability to iterate through the packets in a pktfifo, | Nathan Binkert |
2005-11-22 | add the cpu number of the request to various panic and trace | Nathan Binkert |
2005-11-21 | add support for delaying pio writes until the cache access occurs | Nathan Binkert |
2005-11-21 | have sinic use the new readBar/writeBar stuff that's in the | Nathan Binkert |
2005-11-21 | Add a bunch of functions to manage the BAR addresses. This | Nathan Binkert |
2005-11-20 | io_bus is split out into pio_bus and dma_bus so that any device | Nathan Binkert |
2005-11-11 | Update random come to always have explict min/max | Ali Saidi |
2005-11-02 | Don't call Random.uniform() unnecessarily | Ali Saidi |
2005-11-02 | Merge zizzer:/bk/m5 | Ali Saidi |
2005-11-02 | Add ability to slightly perturb latency of ethernet/memory | Ali Saidi |
2005-10-21 | Major changes to sinic device model. Rearrage read/write, better | Nathan Binkert |
2005-10-21 | missed another pio interface name | Nathan Binkert |
2005-10-21 | better naming for pio interfaces | Nathan Binkert |
2005-10-21 | It's not necessary for a device to call recvDone, that | Nathan Binkert |
2005-10-18 | Shuffle around device names to make things easier to read. | Nathan Binkert |
2005-10-18 | use the dedicated flag, no more exposing the m5reg directly | Nathan Binkert |
2005-10-12 | better english in stat descriptions for NS GigE | Nathan Binkert |
2005-10-12 | Add support for 64-bit addresses to the NS GigE device model. | Nathan Binkert |
2005-09-29 | fix for delayed state machine changes | Ali Saidi |
2005-09-24 | Fix IDE disk UDMA mode support mask to actually reflect support for | Steve Reinhardt |
2005-09-18 | Tweak the set of coalesced interrupts | Nathan Binkert |
2005-09-17 | Fix the EtherDump parameters | Nathan Binkert |
2005-09-12 | only set an approriately sized piece of data. so break where appropriate | Ali Saidi |
2005-09-12 | fixes for gcc 4.0 | Ali Saidi |
2005-08-23 | Lots of fixes to serialization and naming of various device | Nathan Binkert |
2005-08-23 | don't use sprintf. It's not guaranteed to not scribble over memory. | Nathan Binkert |
2005-08-19 | A few minor fixes to get things to build on Cygwin. | Steve Reinhardt |
2005-08-18 | Fix a couple of turbolaser problems that were introduced by the | Nathan Binkert |
2005-08-16 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 | Benjamin Nash |
2005-08-16 | Uart fix. | Miguel Serrano |
2005-08-15 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 | Benjamin Nash |
2005-08-15 | Changes for getting FreeBSD to run. | Miguel Serrano |
2005-08-12 | Improve FreeBSD networking support. | Benjamin Nash |
2005-07-28 | Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_new/m5 | Benjamin Nash |