Age | Commit message (Expand) | Author |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-23 | scons: Add missing override to appease clang | Andreas Hansson |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2015-12-10 | dev: Move storage devices to src/dev/storage/ | Andreas Sandberg |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2014-11-12 | base: Revert 9277177eccff and use getenv/setenv for UTC time | Andreas Hansson |
2014-10-20 | misc: Use gmtime for conversion to UTC to avoid getenv/setenv | Andreas Hansson |
2013-07-11 | dev: make BasicPioDevice take size in constructor | Steve Reinhardt |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-09-19 | AddrRange: Transition from Range<T> to AddrRange | Andreas Hansson |
2012-08-21 | Device: Remove overloaded pio_latency parameter | Andreas Hansson |
2012-07-09 | Port: Make getAddrRanges const | Andreas Hansson |
2012-02-14 | MEM: Fix residual bus ports and make them master/slave | Andreas Hansson |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-17 | MEM: Separate queries for snooping and address ranges | Andreas Hansson |
2012-01-07 | Another merge with the main repository. | Gabe Black |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-11-28 | SPARC: Fixing a minor copy-paste bug using the wrong variable | Andreas Hansson |
2011-10-04 | SE/FS: Put platform pointers in fewer objects. | Gabe Black |
2011-09-30 | SE/FS: Remove System::platform and Platform::intrFrequency. | Gabe Black |
2011-09-30 | SE/FS: Build the devices in SE mode. | Gabe Black |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2009-11-04 | build: fix compile problems pointed out by gcc 4.4 | Nathan Binkert |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-02-01 | Devices: Add support for legacy fixed IO locations in BARs. | Gabe Black |
2008-11-05 | Fix SPARC_FS compile | Lisa Hsu |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-06-17 | Rename SimConsole to Terminal since it makes more sense | Nathan Binkert |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-10-01 | CPU: fix sparc_fs booting with SimpleTimingCPU. | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
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-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-03-13 | fix interrupting during a quisce on sparc | Ali Saidi |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-10 | Compilation fix | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-03 | add a sparc fs regression | Ali Saidi |
2007-03-03 | Add Iob and remove the fake device | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |