summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-29fix switchover WRT interruptsNathan Binkert
2004-02-29Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5Nathan Binkert
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-29Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-02-29more debugging supportNathan Binkert
2004-02-29Make the progress event work even after restoring from a checkpointNathan Binkert
2004-02-29Fix dumping to work on the opteron. struct timeval canNathan Binkert
2004-02-29Add support for multiple address ranges in memory interfaces.Erik Hallnor
2004-02-29fix rpccNathan Binkert
2004-02-28Fix handling of rpcc in full-system mode.Steve Reinhardt
2004-02-27Added copy instructions to the ISA. Well it didn't break anything yet...Erik Hallnor
2004-02-27Initial copy support in the pipeline. Add copypal counting.Erik Hallnor
2004-02-26fixNathan Binkert
2004-02-26The DMAInterface was never updated to the new blocking model. Need to hold th...Erik Hallnor
2004-02-26Quick hack to allow rerequests for the future.Erik Hallnor
2004-02-26stoopidNathan Binkert
2004-02-26Merge.Steve Reinhardt
2004-02-26Make SW prefetch flag a parameter again, and add code to makeSteve Reinhardt
2004-02-26Save the status of faulting write-hints so that theyNathan Binkert
2004-02-25Make this compile under non full system.Erik Hallnor
2004-02-25delay execContext registration from create() to init() callback in the sampli...Lisa Hsu
2004-02-25prevent bogus addresses from being sent to the memory systemNathan Binkert
2004-02-25Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-02-25Fix stats debugging and always compile it in for theNathan Binkert
2004-02-24add in an init() callback for CPU's so that no stats are accessed prior to th...Lisa Hsu
2004-02-23Quote args properly in tracediff.Steve Reinhardt
2004-02-23Only one request may be on the dma interface at a time,Nathan Binkert
2004-02-23extend the hack by turning the address into a realNathan Binkert
2004-02-23Don't issue memory requests for bogus addressesNathan Binkert
2004-02-23Make this like PCI-XNathan Binkert
2004-02-22configurable latency for programmed IONathan Binkert
2004-02-21Load local kernel symbols, and set aic7xxx_no_reset to prevent an initialAndrew Schultz
2004-02-21Added initial (hackish) support for translating between a PCI bus addressAndrew Schultz
2004-02-21Merge zizzer:/bk/linuxAndrew Schultz
2004-02-21Rewrite of AdaptecControllerAndrew Schultz
2004-02-21Change order of serializationNathan Binkert
2004-02-21New Ethernet device. Descriptors are now done via DMA insteadNathan Binkert
2004-02-20Create a mp test for linux-boot, make the other ini files more modularRon Dreslinski
2004-02-20Fix the RTC code so it is in the cchip, only interrupt processors thatRon Dreslinski
2004-02-20Add a simple event wrapper class that takes a class pointerNathan Binkert
2004-02-20make the dma interface useable.Nathan Binkert
2004-02-20make uncacheable stuff happen againNathan Binkert
2004-02-20make the devices default to being attached to the memory busNathan Binkert
2004-02-20Don't need to specify two etherdump devicesNathan Binkert
2004-02-20Make it so dump takes a void *Nathan Binkert
2004-02-20make etherdump work againNathan Binkert
2004-02-20Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-02-20Add support for IPI's and extend RTC to interrupt all ProcessorsRon Dreslinski
2004-02-20Merge zizzer:/bk/m5 into zamp.eecs.umich.edu:/z/rdreslin/m5bk/cleanRon Dreslinski
2004-02-20Add serialization for packets on the ethernet link,Ron Dreslinski