summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-15python: Simplify connectPorts() around EtherObject/EtherDevice.Gabe Black
2019-03-15dev: Make the EtherDevice class inherit EtherObject.Gabe Black
2019-03-15dev: Turn EtherObject into an interface class.Gabe Black
2019-03-15mem-cache: Fix write hit latency calculation orderDaniel
2019-03-14python: Teach cxxMethod how to set return_value_policy.Gabe Black
2019-03-14python: Teach PyBindMethod how to set return_value_policy.Gabe Black
2019-03-14cpu: Refactor of Physical Register implementationAndrea Mondelli
2019-03-14python: Fix unknown params and proxy multiplicationDaniel R. Carvalho
2019-03-14dev-arm: cleanup of gicv3 CPU interface code and fixesJairo Balart
2019-03-14arch-arm,cpu: Add initial support for Arm SVEGiacomo Gabrielli
2019-03-12sim: Add size to array unserialization error messageDaniel R. Carvalho
2019-03-12dev-arm: cleanup of gicv3 codeJairo Balart
2019-03-12mem-cache: Removed default arg from get() in prefetch/base.hhRyan Gambord
2019-03-11arch-hsail: changed gen.py shebang from python(3) to python2.7Ryan Gambord
2019-03-11arch-arm: Fixing implicit fallthrough build errorsRyan Gambord
2019-03-11mem-cache: Revert "mem-cache: Remove Packet dependency in Tags"Daniel R. Carvalho
2019-03-10mem-cache: Added extra information to PrefetchInfoJavier Bueno
2019-03-07mem-cache: Add header delay to handleFill whenReadyDaniel R. Carvalho
2019-03-07mem-cache: Allow tag-only accesses on latency calculationDaniel R. Carvalho
2019-03-07mem-cache: Add lookup latency to access' whenReadyDaniel R. Carvalho
2019-03-07mem-cache: Fix recvTimingReq doWritebacks tickDaniel R. Carvalho
2019-03-07mem-cache: Use header delay on latency calculationDaniel R. Carvalho
2019-03-07mem-cache: Remove old todo about latency in hit functionDaniel R. Carvalho
2019-03-01tlm: Add some includes to some tlm_utils header files.Gabe Black
2019-03-01python: Fix issue when Self proxy resolves to a another proxyAndreas Sandberg
2019-03-01mem-cache: alias to mem::getMasterPort in TLB classAndrea Mondelli
2019-03-01dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on readsGiacomo Travaglini
2019-03-01dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on readsGiacomo Travaglini
2019-03-01arch-arm: implement floating point aarch32 VCVTA familyCiro Santilli
2019-02-28systemc: Move systemc disabling checks to SConsopts.Gabe Black
2019-02-28ruby: Fix garnet's round robin arbitration for vc selectionSrikant Bharadwaj
2019-02-28mem-cache: Sandbox Based Optimal Offset ImplementationIvan Pizarro
2019-02-27misc: Segmentation Fault during O3PipeView executionAndrea Mondelli
2019-02-26cpu: Fix indirect branch history updatesSrikant Bharadwaj
2019-02-26mem-cache: Copy over flags to forwarded responseNikos Nikoleris
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: 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-25mem-cache: A Best-Offset PrefetcherIvan Pizarro
2019-02-25python: Fix params/proxy import loopAndreas Sandberg
2019-02-23python: Enforce absolute imports for Python 3 compatibilityAndreas Sandberg
2019-02-22python: Add fallbacks for packages that have been renamedAndreas Sandberg
2019-02-22python: Fix param -> int conversion issuesAndreas Sandberg