Age | Commit message (Expand) | Author |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2018-10-12 | alpha: Use little endian packet accessors. | Gabe Black |
2017-11-08 | dev: Move generic serial devices to src/dev/serial | Andreas Sandberg |
2017-11-08 | dev: Refactor UART->Terminal interface | Andreas Sandberg |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-12-10 | dev: Move storage devices to src/dev/storage/ | Andreas Sandberg |
2015-12-10 | dev: Move existing PCI device functionality to src/dev/pci | Andreas Sandberg |
2015-12-05 | dev: Rewrite PCI host functionality | Andreas Sandberg |
2015-10-12 | misc: Add explicit overrides and fix other clang >= 3.5 issues | Andreas Hansson |
2015-10-12 | misc: Remove redundant compiler-specific defines | Andreas Hansson |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-01-06 | dev: prevent intel 8254 timer counter events firing before startup | cdirik |
2015-01-03 | dev: prevent RTC events firing before startup | Cagdas Dirik |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2013-07-11 | dev: make BasicPioDevice take size in constructor | Steve Reinhardt |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
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-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-02-24 | MEM: Move all read/write blob functions from Port to PortProxy | Andreas Hansson |
2012-02-24 | MEM: Move port creation to the memory object(s) construction | Andreas Hansson |
2012-02-13 | MEM: Introduce the master/slave port roles in the Python classes | Andreas Hansson |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2012-01-29 | Implement Ali's review feedback. | Gabe Black |
2011-11-13 | SE/FS: Get rid of FULL_SYSTEM in dev. | Gabe Black |
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-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 |
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 |