Age | Commit message (Expand) | Author |
2006-04-06 | fixes for newmem | Ali Saidi |
2006-04-06 | fixes for new memory system | Ali Saidi |
2006-03-29 | move stuff around so PageShift is defined before it is needed | 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-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-02-27 | MachineCheckFaults and AlignmentFaults are now generated by the ISA, rather t... | Gabe Black |
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-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-29 | Allow CPUs to specify their own CPU ids. | Nathan Binkert |
2005-06-28 | Don't hard code the location of m5AlphaAccess. Instead, move the | Nathan Binkert |
2005-06-28 | Pass the location of the m5 console backdoor to the console | Nathan Binkert |
2005-06-27 | Update for console code reorganization | Nathan Binkert |
2005-06-05 | Many files: | Steve Reinhardt |
2005-06-05 | Merge zizzer.eecs.umich.edu:/bk/m5 | Nathan Binkert |
2005-06-04 | Fix doxgyen comments | Ali Saidi |
2005-06-04 | shuffle files around for new directory structure | Nathan Binkert |
2005-04-11 | Make the notion of a global event tick independent of the actual | Nathan Binkert |
2005-01-15 | New and improved configuration mechanism. No more writing of | Nathan Binkert |
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-06-27 | allow the use of old console code and update elf_object not to rely on EM_ALP... | Ali Saidi |
2004-06-26 | rewrote uart and renamed console.cc to simconsole to reduce confusion | Ali Saidi |
2004-06-23 | minor changes to endian code so that it runs on x86 linux | Ali Saidi |
2004-06-23 | more modifications for cross-endian support. linux now gets to pciconfig | Ali Saidi |
2004-06-21 | Merge saidi@zizzer.eecs.umich.edu:/bk/linux | Ali Saidi |
2004-06-21 | start towards getting m5 endian compliant | Ali Saidi |
2004-06-08 | Updated Copyright with information in bitkeeper changelogs | Ali Saidi |
2004-06-01 | Removed dynamic cast to get interrupt frequency and replaced with a | Ali Saidi |
2004-03-19 | Make it so that alpha_console can read the frequency from the correct | Ron Dreslinski |
2004-03-11 | merge from head of m5. note: i did not bother to merge the PIO stuff with s... | Lisa Hsu |
2004-03-11 | merge with m5 head | Lisa Hsu |
2004-02-29 | Add support for multiple address ranges in memory interfaces. | Erik Hallnor |
2004-02-11 | Add support for all devices to get requests from a timing memory bus. | Nathan Binkert |
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-09 | Merge linux tree with head | Andrew Schultz |
2004-02-09 | - Whack unused code | Nathan Binkert |
2004-02-03 | merge | Nathan Binkert |
2004-02-02 | Change MemReqPtr parameters to references. | Steve Reinhardt |
2004-01-30 | Merge | Nathan Binkert |
2004-01-29 | Fix character input by handling the character and the | Nathan Binkert |
2004-01-27 | Add support for RTC to interrupt, HACK in alpha_console temporary | Ron Dreslinski |