summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-26mem-cache: Copy over flags to forwarded responseNikos Nikoleris
2019-02-26configs: Fix Python 3 iterator and exec compatibility issuesAndreas Sandberg
2019-02-26scons: Marshal Python sources using the same Python as gem5Andreas Sandberg
2019-02-25systemc: Remove _m5.systemc passthroughs from SystemC_Kernel.Gabe Black
2019-02-25systemc: Update the systemc example to use m5.systemc for sc_main.Gabe Black
2019-02-25systemc: Update the sc_main.py config to use m5.systemc.Gabe Black
2019-02-25systemc: Get rid of --working-dir in the test's config.py.Gabe Black
2019-02-25systemc: Start using the m5.systemc module in the test config.py.Gabe Black
2019-02-25systemc: Add m5.systemc and m5.tlm python modules.Gabe Black
2019-02-25systemc: Export the tlm::tlm_global_quantum class to python.Gabe Black
2019-02-25systemc: Export the sc_core::sc_time class to python.Gabe Black
2019-02-25mem-cache: added missing override specifier in BoPAndrea Mondelli
2019-02-25python: Stop using basestring to test for stringsAndreas Sandberg
2019-02-25python: Add Python 3 workarounds for longAndreas Sandberg
2019-02-25tests: Update test scripts to work with Python 3Andreas Sandberg
2019-02-25mem-cache: A Best-Offset PrefetcherIvan Pizarro
2019-02-25python: Fix params/proxy import loopAndreas Sandberg
2019-02-23scons: Add support for specifying Python versionAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-23scons: conditional use of new RPATH inclusionAndrea Mondelli
2019-02-22python: Add fallbacks for packages that have been renamedAndreas Sandberg
2019-02-22python: Fix param -> int conversion issuesAndreas Sandberg
2019-02-22cpu-o3: Add cache read ports limit to LSQGabor Dozsa
2019-02-22python: Make iterator handling Python 3 compatibleAndreas Sandberg
2019-02-22python: Add missing operators to NumericParamValueAndreas Sandberg
2019-02-22mem-cache: Add a mechanism to iterate all entries of an AssociativeSetJavier Bueno
2019-02-21scons: Add a convenience method to set RPATH for local libraries.Gabe Black
2019-02-21systemc: Make the verify.py script work when run from different dirs.Gabe Black
2019-02-21ext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS.Gabe Black
2019-02-21systemc: Make sc_(pause|stop) exit to python when not using sc_main.Gabe Black
2019-02-21systemc: Init some values in the scheduler for running without sc_main.Gabe Black
2019-02-21systemc: Handle exceptions "correctly" even if sc_main hasn't been run.Gabe Black
2019-02-21mem-cache: Added the Slim AMPM PrefetcherJavier Bueno
2019-02-20python: Fix Param initialization issue in Python 3Andreas Sandberg
2019-02-20python: Use __name__ instead of func_name for Py3 compatAndreas Sandberg
2019-02-20python: Add __bool__ helpers in addition to __nonzero__Andreas Sandberg
2019-02-20config: Make parameter conversion handle integers in other bases.Gabe Black
2019-02-20x86: Call the base class's regStats in X86ISA::TLBBagus Hanindhito
2019-02-19sim: Add a mechanism to exit the simulation loop immediately.Gabe Black
2019-02-19cpu: Add ISA* getter in Thread interfaceGiacomo Gabrielli
2019-02-18arch-generic: Making base TLB class a MemObjectIvan Pizarro
2019-02-18arch-arm: Move GICv3 detection at startup timeGiacomo Travaglini
2019-02-18dev-arm: LPI support for GICv3. This doesn't include an ITS model.Jairo Balart
2019-02-18base: Fix enums checkpointingGiacomo Travaglini
2019-02-15cpu: Fix fast build broken due to unused variableGiacomo Travaglini
2019-02-14systemc: Add a systemc_home directory which maps to the ext headers.Gabe Black
2019-02-14systemc: Make an include in src/systemc/ext use a relative path.Gabe Black
2019-02-13cpu: Added 8KB and 64KB TAGE-SC-L branch predictorJavier Bueno
2019-02-13configs: simpoint-profile usable with NonCachingCPUs onlyGiacomo Travaglini
2019-02-13python: Remove uses of tuple unpacking in function paramsAndreas Sandberg