Age | Commit message (Expand) | Author |
2006-05-22 | New directory structure: | Steve Reinhardt |
2006-05-18 | Change Packet parameters on Port methods from references to pointers. | Steve Reinhardt |
2006-04-28 | devices should increment pkt.time instead of assiging to it | Ali Saidi |
2006-04-24 | Mostly done with all device models for new memory system. Still need to get t... | Ali Saidi |
2006-04-12 | fs now gets to the point where it would really like a filesystem. | Ali Saidi |
2006-04-11 | fullsys now builds and runs for about one cycle | Ali Saidi |
2006-04-10 | updates for newmem | Ali Saidi |
2006-04-06 | added unimp faults | Ali Saidi |
2006-03-10 | Added ev5.hh to files which should include it directly, now that it isn't inc... | Gabe Black |
2006-03-07 | Updates for the quiesceEvent that was added to the XC. | Kevin Lim |
2006-03-04 | Steps towards setting up the infrastructure to allow the new CPU model to wor... | Kevin Lim |
2006-02-21 | Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old... | Gabe Black |
2006-02-19 | Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names... | Gabe Black |
2006-02-16 | Changed the fault enum into a class, and fixed everything up to work with it.... | Gabe Black |
2005-11-20 | io_bus is split out into pio_bus and dma_bus so that any device | Nathan Binkert |
2005-08-23 | Lots of fixes to serialization and naming of various device | Nathan Binkert |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-05 | Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-clean | Ali Saidi |
2005-06-05 | split uart into urt8250 and uart8530 | Ali Saidi |
2005-06-04 | shuffle files around for new directory structure | Nathan Binkert |
2005-06-01 | Standardize clock parameter names to 'clock'. | Steve Reinhardt |
2005-02-13 | build mysql version if libraries exist | Ali Saidi |
2005-02-03 | Add Monet configuration, update p4 parameters, couple of typo fixes | Ali Saidi |
2005-01-15 | New and improved configuration mechanism. No more writing of | Nathan Binkert |
2004-12-06 | Add support for Tsunami with 64 processors | Ali Saidi |
2004-11-13 | Macros are nasty, so let's get rid of them. Convert all | Nathan Binkert |
2004-10-22 | Clean up the Range class and associated usages. The code was | Nathan Binkert |
2004-08-31 | Updates to make SMP work. | Ali Saidi |
2004-07-12 | make the cache access latency a parameter that is based on bus | Nathan Binkert |
2004-06-26 | rewrote uart and renamed console.cc to simconsole to reduce confusion | Ali Saidi |
2004-06-10 | Fixes for detailed boot, made cttz and ctlz instructions more compact, | Ali Saidi |
2004-06-04 | Updated copyright on Tsunami and kern/linux files. | Ali Saidi |
2004-02-20 | Fix the RTC code so it is in the cchip, only interrupt processors that | Ron Dreslinski |
2004-02-20 | Add support for IPI's and extend RTC to interrupt all Processors | Ron Dreslinski |
2004-02-16 | 1 << x != (uint64_t)1 << x | Ali Saidi |
2004-02-16 | Changed device IRQ back to 1 | Andrew Schultz |
2004-02-16 | Added new aic register definition, fix some interrupt related calls | Andrew Schultz |
2004-02-15 | Rewrote interrupt code to handle masking correctly and changed every | Ali Saidi |
2004-02-11 | Merge | Ali Saidi |
2004-02-11 | added serializeation code | Ali Saidi |
2004-02-10 | Fix masking of read/write address to get read/write offset | Andrew Schultz |
2004-02-10 | Changed new linux stuff to work with new FunctionalMemory interface and | Andrew Schultz |
2004-02-05 | added some comments | Ali Saidi |
2004-02-03 | Fix to support redefinition of functional_memory base class | Andrew Schultz |
2004-01-30 | Linux boots with no devices | Ali Saidi |
2004-01-28 | moved devices around in config space and support figuring out cpuid | Ali Saidi |
2004-01-28 | Add support for PIC interrupts in IO, and DIRx interrupts in CChip | Ron Dreslinski |
2004-01-28 | our first interrupt | Ali Saidi |
2004-01-27 | Add support for RTC to interrupt, HACK in alpha_console temporary | Ron Dreslinski |
2004-01-21 | one step closer to booting | Ali Saidi |