Age | Commit message (Expand) | Author |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-09-16 | devices: undo cset 017baf09599f that added timer drain functions. | Steve Reinhardt |
2010-08-20 | devices: Fixed periodic interrupts to work with draining | Brad Beckmann |
2010-08-17 | bus: clean up default responder code. | Steve Reinhardt |
2010-06-03 | Act like enabling CPUs is no big deal, | Steve Reinhardt |
2010-04-15 | tick: rename Clock namespace to SimClock | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-02-01 | Devices: Add support for legacy fixed IO locations in BARs. | Gabe Black |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-10-11 | Devices: Make the Intel8254Timer device only use pointers to its counters. | Gabe Black |
2008-10-09 | eventq: convert all usage of events to use the new API. | Nathan Binkert |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-06-17 | rename AlphaConsole to AlphaBackdoor | Nathan Binkert |
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert |
2008-06-12 | Alpha: Get rid of an old include of a non-existant file. | Gabe Black |
2008-06-12 | Dev: Seperate the 8254 timer from tsunami and use it in that and the PC. | Gabe Black |
2008-03-25 | Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it. | Gabe Black |
2008-02-06 | Make the Event::description() a const function | Stephen Hines |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-26 | Merge with head | Gabe Black |
2007-07-26 | Merge python and x86 changes with cache branch | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-07-14 | Merge of DPRINTF fixes from head. | Steve Reinhardt |
2007-07-14 | Fix & tweak DPRINTFs for tracediff w/new cache code. | Steve Reinhardt |
2007-06-30 | Get rid of Packet result field. Error responses are | Steve Reinhardt |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-04-21 | fixes for solaris compile | Ali Saidi |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-02-13 | Make mulitple consoles work and be distinguishable from each other | Ali Saidi |
2007-01-28 | Stick the conversion of python to unix time with all of | Nathan Binkert |
2007-01-25 | Instead of passing an int to represent time between python and C++ | Nathan Binkert |
2007-01-03 | Add 'Time' as a parameter type that can accept various | Nathan Binkert |
2006-12-24 | Make sure that all of the bits in the result are set | Nathan Binkert |
2006-12-15 | little fixes i noticed while searching for reason for address range issues (b... | Lisa Hsu |
2006-11-06 | Get rid of pcifake.cc and tsunami_fake.cc to go with the merged default devices. | Gabe Black |
2006-11-06 | Moved the tsunami devices into the dev/alpha directory. Other devices "generi... | Gabe Black |
2006-11-06 | Created seperate SConscript for the dev directory. Made subdirectories for Al... | Gabe Black |