Age | Commit message (Expand) | Author |
2006-04-26 | Major update to sinic to support VSINIC better | Nathan Binkert |
2006-04-26 | Bit of formatting for sinicreg.hh | Nathan Binkert |
2006-04-25 | more debugging for sinic | Nathan Binkert |
2006-04-25 | more debugging for sinic | Nathan Binkert |
2006-04-25 | Fix segfault in sinic | Nathan Binkert |
2006-03-29 | Add some basic statistics to the disk model | Ron Dreslinski |
2006-03-08 | Forward declaration of MemoryController. | Kevin Lim |
2006-03-07 | Needs forward declaration of MemoryController. | Kevin Lim |
2006-03-07 | Updates for the quiesceEvent that was added to the XC. | Kevin Lim |
2006-03-05 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-03-03 | Merge zizzer:/bk/m5 | Ali Saidi |
2006-03-03 | First cut at moving alpha specefic stuff out of /sim/system* into | Ali Saidi |
2006-03-03 | Ethernet devices have an RSS option to tell the driver to | Nathan Binkert |
2006-02-28 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-02-28 | Corrected some mistakes in the hand merge | Gabe Black |
2006-02-28 | Hand merged | Gabe Black |
2006-02-28 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-02-27 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-02-27 | Changes to put all the misc regs within the misc reg file. This includes the... | Kevin Lim |
2006-02-27 | Changed targetarch to just arch. | Gabe Black |
2006-02-27 | MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t... | Gabe Black |
2006-02-26 | add some support for random access of data in packet fifos | Nathan Binkert |
2006-02-25 | Since the delayed write stuff is gone, get rid of regWrite | Nathan Binkert |
2006-02-24 | Merge gblack@m5.eecs.umich.edu:/bk/multiarch | Gabe Black |
2006-02-24 | Changed Fault from a FaultBase * to a RefCountingPtr, added "new"s where appr... | Gabe Black |
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 |