gem5.git
2018-08-17 Jason Lowe... tests: Add Makefiles for hello
2018-08-17 Jason Lowe... tests: Add documentation for new testing code
2018-08-17 Sean Wilsontests,ext: Add a new testing library proposal
2018-08-17 Jason Lowe... tests: Fix hello.c test program
2018-08-17 Jason Lowe... configs: Always exit with code 0
2018-08-15 Gabe Blacksystemc: Partially implement SC_FORK and SC_JOIN.
2018-08-15 Gabe Blacksystemc: Add some deprecated features to sc_clock.*.
2018-08-15 Gabe Blacksystemc: Add some non-standard sc_trace variants.
2018-08-15 Gabe Blacksystemc: Remove references to internal constants from...
2018-08-15 Gabe Blacksystemc: Turn some macros into enums to fix regression...
2018-08-15 Gabe Blacksystemc: Remove more Accellera source specific include...
2018-08-15 Gabe Blacksystemc: Include boost/bind.hpp in the systemc header.
2018-08-15 Gabe Blacksystemc: Fill out some of the sc_vector.hh classes.
2018-08-15 Gabe Blacksystemc: Make a test stop including an internal path...
2018-08-15 Gabe Blacksystemc: Add a script which automates building and...
2018-08-15 Gabe Blacksystemc, scons: Link systemc tests against the shared...
2018-08-15 Gabe Blacksystemc: Add in the deprecated binding port constructors.
2018-08-15 Gabe Blacksystemc: Add a non-standard default writer policy on...
2018-08-15 Gabe Blacksystemc, scons: Add a mechanism to hook in the systemc...
2018-08-15 Gabe Blacksystemc: Add the deprecated sc_signal_out_if typedef.
2018-08-15 Gabe Blacksystemc: Add the deprecated sc_module::end_module function.
2018-08-15 Gabe Blacksystemc: Construct and manage a module name stack.
2018-08-15 Gabe Blacksystemc: Make sc_main run in its own fiber.
2018-08-15 Gabe Blacksystemc: Implement some simple accessor functions in...
2018-08-15 Gabe Blacksystemc: Add some missing functions which interact...
2018-08-10 Bradleybase: Replace cppversion == version with >= version
2018-08-10 Bradley Wangcpu: Add hash functionality for RegId class
2018-08-10 Bradley Wangcpu: Removed unnecessary file reg_class_impl.hh
2018-08-10 Giacomo Gabrielliarm: Add support for RCpc load-acquire instructions...
2018-08-08 Gabe Blacksystemc: Import tests from the Accellera systemc distri...
2018-08-08 Gabe Blacksystemc: Add the Accellera implementation for the data...
2018-08-08 Gabe BlackSystemc: Port over all of the systemc "datatype" headers.
2018-08-08 Gabe Blacksystemc: Stub out all the standard utilility classes...
2018-08-02 Andreas Sandbergarch-arm: Don't fail to initialise PMU if BP is missing
2018-07-28 Alec Roelkearch-riscv: Add xret instructions
2018-07-28 Alec Roelkearch-riscv: Add support for trap value register
2018-07-28 Alec Roelkearch-riscv: Add support for fault handling
2018-07-27 Jason Lowe... misc: Update CONTRIBUTING with gerrit changes
2018-07-26 Giacomo Travaglinibase: Fix ucontext compilation error for macOS
2018-07-25 Giacomo Travaglinicpu: Warn when (un)serializing a traffic generator
2018-07-25 Giacomo Travaglinicpu: Allow creation of traffic gen from generic SimObjects
2018-07-25 Robert Kovacsicsmem-cache: TempCacheBlk allocates and destroys its...
2018-07-24 Gabe Blacksystemc: Flesh out the sc_port implementation slightly.
2018-07-24 Gabe Blacksystemc: Stub out the predefined channels.
2018-07-24 Gabe Blacksystemc: Add systemc and systemc.h header files.
2018-07-24 Gabe Blacksystemc: Stub out the sc_spawn related classes and...
2018-07-24 Gabe Blacksystemc: Stub out the sc_process_handle class.
2018-07-24 Gabe Blacksystemc: Seperate the "external" header interface.
2018-07-24 Gabe Blacksystemc: Stub out the sc_module class and related funct...
2018-07-24 Gabe Blacksystemc: Add a stubbed out implementation of the sc_sen...
2018-07-24 Gabe Blacksystemc: Add a stub implementation for sc_attr related...
2018-07-24 Hanhwi Jangcpu-o3: Missing freeing the heads of DepGraph in IQ...
2018-07-23 Gabe Blacksystemc: Add a stubbed out sc_event_finder class.
2018-07-23 Gabe Blacksystemc: Implement a stub version of the sc_prim class.
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of sc_port and sc_export.
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of sc_event and relat...
2018-07-23 Gabe Blacksystemc: Add stubbed out versions of the sc_time functions.
2018-07-23 Gabe Blacksystemc: Add the sc_nbdefs.hh header from Accellera.
2018-07-23 Gabe Blacksystemc: Add a stub version of the sc_interface class.
2018-07-23 Gabe Blacksystemc: Hook up sc_main.
2018-07-23 Gabe Blacksystemc: Partially implement the sc_module_name class.
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-20 Robert Kovacsicsmem: Removed "using namespace std;" from src/mem/packet.cc
2018-07-19 Robert Kovacsicsmem: Fix off-by-one error in checkFunctional, and simpl...
2018-07-19 Robert Kovacsicsmem-cache: Typo in comment: 'proceed' -> 'precede'
2018-07-17 Ciro Santillidev, arm: accept and ignore writes to GIC APRn registers
2018-07-16 Gabe Blacksystemc: Add a stub kernel SimObject.
2018-07-16 Gabe Blacksystemc: Add a stubbed out sc_object class.
2018-07-16 Giacomo Travagliniarch-arm: Introduce ARMv8.1 Virtual Timer System Registers
2018-07-16 Giacomo Travagliniarch-arm: Introduce RAS System Registers
2018-07-13 Andreas Sandbergconfigs: Update the DRAM sweep script to use PyTrafficGen
2018-07-13 Andreas Sandbergcpu: Add a Python-enabled traffic generator
2018-07-13 Andreas Sandbergcpu: Support trace termination in BaseTrafficGen
2018-07-13 Andreas Sandbergcpu: Unify error handling for address generators
2018-07-13 Andreas Sandbergcpu: Split the traffic generator into two classes
2018-07-10 Jason Lowe... misc: Fix BaseCPU doxygen
2018-07-09 Robertarch-riscv: enable rudimentary fs simulation
2018-07-09 Austin Harrisarch-riscv: Fix the srlw and srliw instructions.
2018-06-29 Andreas Sandbergbase: Add a M5_PUBLIC and M5_LOCAL attribute macro
2018-06-28 Andreas Sandbergpython: Fix call bug in @cxxMethod when override is...
2018-06-28 Andreas Sandbergcpu: Remove reduntant protobuf includes
2018-06-28 Andreas Sandbergpython: Fixup incorrect syntax in PyBind argument handler
2018-06-28 Andreas Sandbergmem: Add a memory delay simulator
2018-06-28 Andreas Sandbergarch-arm: Fix incorrect t{0,1}sz field in TTBCR
2018-06-28 Giacomo Travaglinibase: Add an asymmetrical Coroutine class
2018-06-26 Alexandru Dutugpu-compute: Remove unneeded Request::setVirt call
2018-06-26 Nikos Nikolerispython: Add support for multiplying proxies to compatib...
2018-06-26 Gabe Blackscons: Generalize building binaries.
2018-06-25 Matt Sinclairsyscall_emul: adding symlink system call
2018-06-25 Matt Sinclairsyscall_emul: adding link system call
2018-06-22 Nikos Nikolerismem-cache: Promote deferred targets on cache clean...
2018-06-22 Nikos Nikolerismem-cache: Promote targets that don't require writable
2018-06-22 Nikos Nikolerismem-cache: Fix promoting of targets that need writable
2018-06-22 Nikos Nikolerismem-cache: Selectively clear downstream pending
2018-06-22 Matteo M. FusiSConstruct: additional message for the error checking...
2018-06-22 Giacomo Travagliniarch-arm: AArch32 execution triggering AArch64 SW Break
2018-06-22 Giacomo Travagliniarch-arm: BadMode checking if corresponding EL is imple...
2018-06-21 Gabe Blackbase: Add a class which encapsulates Fibers.
2018-06-21 Andreas Sandbergsim: Use the canonical way of iterating over a dictionary
2018-06-21 Andreas Sandbergdev-arm: Use recurseDeviceTree instead of custom in...
next