summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-19python: Switch to the new getPort mechanism to connect ports.Gabe Black
2019-03-19mem: Move bind() and unbind() into the Port class.Gabe Black
2019-03-19sim: Add a getPort function to SimObject.Gabe Black
2019-03-18python: Change || to && for MessageBuffers in connectPorts.Gabe Black
2019-03-18python: Improve how templated SimObject classes are handled.Gabe Black
2019-03-18scons: fix disable_partial logic for fast binaryHoa Nguyen
2019-03-18mem-cache: tautological comparison of byteOrderAndrea Mondelli
2019-03-15mem: Removed circular include refRyan Gambord
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-03-15mem: Move the Port base class into sim.Gabe Black
2019-03-15dev: Make EtherInt inherit from Port.Gabe Black
2019-03-15mem: Track the MemObject owner in MasterPort and SlavePort.Gabe Black
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