2019-03-27 |
Javier Bueno | config: Use the corresponding HPI Caches when using... |
commit | commitdiff | tree |
2019-03-27 |
Pau Cabre | cpu: Fixed the indirect branch predictor GHR handling |
commit | commitdiff | tree |
2019-03-26 |
Gabe Black | mem: Deleting this init() method was accidentally dropp... |
commit | commitdiff | tree |
2019-03-26 |
Gabe Black | mem: Clean up the xbars a little. |
commit | commitdiff | tree |
2019-03-26 |
Gabe Black | base: Make AddrRangeMap able to return non-const iterators. |
commit | commitdiff | tree |
2019-03-26 |
Javier Bueno | configs: fix class reference in CacheConfigs |
commit | commitdiff | tree |
2019-03-26 |
Giacomo Travaglini | dev-arm: Set/Unset dma coherent mode from python |
commit | commitdiff | tree |
2019-03-26 |
Isaac Sánchez... | base,python: Fix to allow multiple --debug-ignore values. |
commit | commitdiff | tree |
2019-03-25 |
Daniel R. Carvalho | configs: Remove default kernel value from system creation |
commit | commitdiff | tree |
2019-03-25 |
Javier Setoain | arch-arm: Add missing fall-through defaults |
commit | commitdiff | tree |
2019-03-25 |
Sandipan Das | arch-power: Rename program counter registers |
commit | commitdiff | tree |
2019-03-25 |
Sandipan Das | arch-power: Simplify doubleword operand types |
commit | commitdiff | tree |
2019-03-23 |
Andrea Mondelli | misc: missing override specifier |
commit | commitdiff | tree |
2019-03-22 |
Tiago Muck | sim-se: Fixed initialization array size |
commit | commitdiff | tree |
2019-03-22 |
Giacomo Travaglini | base: Fix CircularQueue's operator-= when negative... |
commit | commitdiff | tree |
2019-03-22 |
Giacomo Travaglini | base: Fix CircularQueue when diffing iterators |
commit | commitdiff | tree |
2019-03-21 |
Andrea Mondelli | dev-arm: ambiguous use of getPort() |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | tests: Add ignore for stdin not terminal |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | tests: Use full path for DownloadedProgram |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | tests: Fix race condition in download fixture |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | ext,tests: Add back failing exceptions |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | tests,ext: Add skip_cleanup implementation for TempdirF... |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | ext,tests: Make return code based on test results |
commit | commitdiff | tree |
2019-03-21 |
Jason Lowe... | ext,test: Provide default terminal size |
commit | commitdiff | tree |
2019-03-21 |
Ryan Gambord | cpu-kvm: Added informative error message |
commit | commitdiff | tree |
2019-03-20 |
Javier Bueno | mem-cache: Added the STeMS prefetcher |
commit | commitdiff | tree |
2019-03-19 |
Gabe Black | systemc: Hook up gem5_getPort to the gem5 getPort mecha... |
commit | commitdiff | tree |
2019-03-19 |
Gabe Black | arch, cpu, dev, gpu, mem, sim, python: start using... |
commit | commitdiff | tree |
2019-03-19 |
Gabe Black | python: Switch to the new getPort mechanism to connect... |
commit | commitdiff | tree |
2019-03-19 |
Gabe Black | mem: Move bind() and unbind() into the Port class. |
commit | commitdiff | tree |
2019-03-19 |
Gabe Black | sim: Add a getPort function to SimObject. |
commit | commitdiff | tree |
2019-03-19 |
Ryan Gambord | util: Build m5 with -no-pie flag |
commit | commitdiff | tree |
2019-03-18 |
Gabe Black | python: Change || to && for MessageBuffers in connectPorts. |
commit | commitdiff | tree |
2019-03-18 |
Gabe Black | python: Improve how templated SimObject classes are... |
commit | commitdiff | tree |
2019-03-18 |
Hoa Nguyen | scons: fix disable_partial logic for fast binary |
commit | commitdiff | tree |
2019-03-18 |
Ryan Gambord | util: changed shebang on gem5img.py to python2.7 |
commit | commitdiff | tree |
2019-03-18 |
Andrea Mondelli | mem-cache: tautological comparison of byteOrder |
commit | commitdiff | tree |
2019-03-18 |
Andreas Sandberg | configs: Use absolute import paths |
commit | commitdiff | tree |
2019-03-15 |
Ryan Gambord | mem: Removed circular include ref |
commit | commitdiff | tree |
2019-03-15 |
Javier Bueno | mem-cache: Added the Indirect Memory Prefetcher |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | mem: Move the Port base class into sim. |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | dev: Make EtherInt inherit from Port. |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | mem: Track the MemObject owner in MasterPort and SlavePort. |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | python: Simplify connectPorts() around EtherObject... |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | dev: Make the EtherDevice class inherit EtherObject. |
commit | commitdiff | tree |
2019-03-15 |
Gabe Black | dev: Turn EtherObject into an interface class. |
commit | commitdiff | tree |
2019-03-15 |
Daniel | mem-cache: Fix write hit latency calculation order |
commit | commitdiff | tree |
2019-03-14 |
Gabe Black | python: Teach cxxMethod how to set return_value_policy. |
commit | commitdiff | tree |
2019-03-14 |
Gabe Black | python: Teach PyBindMethod how to set return_value_policy. |
commit | commitdiff | tree |
2019-03-14 |
Andrea Mondelli | cpu: Refactor of Physical Register implementation |
commit | commitdiff | tree |
2019-03-14 |
Daniel R. Carvalho | python: Fix unknown params and proxy multiplication |
commit | commitdiff | tree |
2019-03-14 |
Jairo Balart | dev-arm: cleanup of gicv3 CPU interface code and fixes |
commit | commitdiff | tree |
2019-03-14 |
Giacomo Gabrielli | arch-arm,cpu: Add initial support for Arm SVE |
commit | commitdiff | tree |
2019-03-12 |
Gabe Black | scons: Don't use isdir in AddLocalRPATH. |
commit | commitdiff | tree |
2019-03-12 |
Daniel R. Carvalho | sim: Add size to array unserialization error message |
commit | commitdiff | tree |
2019-03-12 |
Jairo Balart | dev-arm: cleanup of gicv3 code |
commit | commitdiff | tree |
2019-03-12 |
Ryan Gambord | mem-cache: Removed default arg from get() in prefetch... |
commit | commitdiff | tree |
2019-03-11 |
Ryan Gambord | arch-hsail: changed gen.py shebang from python(3) to... |
commit | commitdiff | tree |
2019-03-11 |
Ryan Gambord | arch-arm: Fixing implicit fallthrough build errors |
commit | commitdiff | tree |
2019-03-11 |
Daniel R. Carvalho | mem-cache: Revert "mem-cache: Remove Packet dependency... |
commit | commitdiff | tree |
2019-03-10 |
Javier Bueno | mem-cache: Added extra information to PrefetchInfo |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Add header delay to handleFill whenReady |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Allow tag-only accesses on latency calculation |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Add lookup latency to access' whenReady |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Fix recvTimingReq doWritebacks tick |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Use header delay on latency calculation |
commit | commitdiff | tree |
2019-03-07 |
Daniel R. Carvalho | mem-cache: Remove old todo about latency in hit function |
commit | commitdiff | tree |
2019-03-01 |
Gabe Black | util, tlm: Fix a memory error in the SCMasterPort class. |
commit | commitdiff | tree |
2019-03-01 |
Gabe Black | tlm: Add some includes to some tlm_utils header files. |
commit | commitdiff | tree |
2019-03-01 |
Andreas Sandberg | python: Fix issue when Self proxy resolves to a another... |
commit | commitdiff | tree |
2019-03-01 |
Andrea Mondelli | mem-cache: alias to mem::getMasterPort in TLB class |
commit | commitdiff | tree |
2019-03-01 |
Giacomo Travaglini | dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads |
commit | commitdiff | tree |
2019-03-01 |
Giacomo Travaglini | dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping... |
commit | commitdiff | tree |
2019-03-01 |
Ciro Santilli | arch-arm: implement floating point aarch32 VCVTA family |
commit | commitdiff | tree |
2019-02-28 |
Gabe Black | systemc: Move systemc disabling checks to SConsopts. |
commit | commitdiff | tree |
2019-02-28 |
Srikant Bharadwaj | ruby: Fix garnet's round robin arbitration for vc selection |
commit | commitdiff | tree |
2019-02-28 |
Ivan Pizarro | mem-cache: Sandbox Based Optimal Offset Implementation |
commit | commitdiff | tree |
2019-02-27 |
Andrea Mondelli | misc: Segmentation Fault during O3PipeView execution |
commit | commitdiff | tree |
2019-02-26 |
Srikant Bharadwaj | cpu: Fix indirect branch history updates |
commit | commitdiff | tree |
2019-02-26 |
Nikos Nikoleris | mem-cache: Copy over flags to forwarded response |
commit | commitdiff | tree |
2019-02-26 |
Andreas Sandberg | configs: Fix Python 3 iterator and exec compatibility... |
commit | commitdiff | tree |
2019-02-26 |
Andreas Sandberg | scons: Marshal Python sources using the same Python... |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Remove _m5.systemc passthroughs from SystemC_K... |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Update the systemc example to use m5.systemc... |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Update the sc_main.py config to use m5.systemc. |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Get rid of --working-dir in the test's config.py. |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Start using the m5.systemc module in the test... |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Add m5.systemc and m5.tlm python modules. |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Export the tlm::tlm_global_quantum class to... |
commit | commitdiff | tree |
2019-02-25 |
Gabe Black | systemc: Export the sc_core::sc_time class to python. |
commit | commitdiff | tree |
2019-02-25 |
Andrea Mondelli | mem-cache: added missing override specifier in BoP |
commit | commitdiff | tree |
2019-02-25 |
Andreas Sandberg | python: Stop using basestring to test for strings |
commit | commitdiff | tree |
2019-02-25 |
Andreas Sandberg | python: Add Python 3 workarounds for long |
commit | commitdiff | tree |
2019-02-25 |
Andreas Sandberg | tests: Update test scripts to work with Python 3 |
commit | commitdiff | tree |
2019-02-25 |
Ivan Pizarro | mem-cache: A Best-Offset Prefetcher |
commit | commitdiff | tree |
2019-02-25 |
Andreas Sandberg | python: Fix params/proxy import loop |
commit | commitdiff | tree |
2019-02-23 |
Andreas Sandberg | scons: Add support for specifying Python version |
commit | commitdiff | tree |
2019-02-23 |
Andreas Sandberg | python: Enforce absolute imports for Python 3 compatibility |
commit | commitdiff | tree |
2019-02-23 |
Andrea Mondelli | scons: conditional use of new RPATH inclusion |
commit | commitdiff | tree |
2019-02-22 |
Andreas Sandberg | python: Add fallbacks for packages that have been renamed |
commit | commitdiff | tree |
next |