Age | Commit message (Expand) | Author |
2019-03-22 | base: Fix CircularQueue when diffing iterators | Giacomo Travaglini |
2019-03-21 | dev-arm: ambiguous use of getPort() | Andrea Mondelli |
2019-03-21 | tests: Add ignore for stdin not terminal | Jason Lowe-Power |
2019-03-21 | tests: Use full path for DownloadedProgram | Jason Lowe-Power |
2019-03-21 | tests: Fix race condition in download fixture | Jason Lowe-Power |
2019-03-21 | ext,tests: Add back failing exceptions | Jason Lowe-Power |
2019-03-21 | tests,ext: Add skip_cleanup implementation for TempdirFixture | Jason Lowe-Power |
2019-03-21 | ext,tests: Make return code based on test results | Jason Lowe-Power |
2019-03-21 | ext,test: Provide default terminal size | Jason Lowe-Power |
2019-03-21 | cpu-kvm: Added informative error message | Ryan Gambord |
2019-03-20 | mem-cache: Added the STeMS prefetcher | Javier Bueno |
2019-03-19 | systemc: Hook up gem5_getPort to the gem5 getPort mechanism. | Gabe Black |
2019-03-19 | arch, cpu, dev, gpu, mem, sim, python: start using getPort. | Gabe Black |
2019-03-19 | python: Switch to the new getPort mechanism to connect ports. | Gabe Black |
2019-03-19 | mem: Move bind() and unbind() into the Port class. | Gabe Black |
2019-03-19 | sim: Add a getPort function to SimObject. | Gabe Black |
2019-03-19 | util: Build m5 with -no-pie flag | Ryan Gambord |
2019-03-18 | python: Change || to && for MessageBuffers in connectPorts. | Gabe Black |
2019-03-18 | python: Improve how templated SimObject classes are handled. | Gabe Black |
2019-03-18 | scons: fix disable_partial logic for fast binary | Hoa Nguyen |
2019-03-18 | util: changed shebang on gem5img.py to python2.7 | Ryan Gambord |
2019-03-18 | mem-cache: tautological comparison of byteOrder | Andrea Mondelli |
2019-03-18 | configs: Use absolute import paths | Andreas Sandberg |
2019-03-15 | mem: Removed circular include ref | Ryan Gambord |
2019-03-15 | mem-cache: Added the Indirect Memory Prefetcher | Javier Bueno |
2019-03-15 | mem: Move the Port base class into sim. | Gabe Black |
2019-03-15 | dev: Make EtherInt inherit from Port. | Gabe Black |
2019-03-15 | mem: Track the MemObject owner in MasterPort and SlavePort. | Gabe Black |
2019-03-15 | python: Simplify connectPorts() around EtherObject/EtherDevice. | Gabe Black |
2019-03-15 | dev: Make the EtherDevice class inherit EtherObject. | Gabe Black |
2019-03-15 | dev: Turn EtherObject into an interface class. | Gabe Black |
2019-03-15 | mem-cache: Fix write hit latency calculation order | Daniel |
2019-03-14 | python: Teach cxxMethod how to set return_value_policy. | Gabe Black |
2019-03-14 | python: Teach PyBindMethod how to set return_value_policy. | Gabe Black |
2019-03-14 | cpu: Refactor of Physical Register implementation | Andrea Mondelli |
2019-03-14 | python: Fix unknown params and proxy multiplication | Daniel R. Carvalho |
2019-03-14 | dev-arm: cleanup of gicv3 CPU interface code and fixes | Jairo Balart |
2019-03-14 | arch-arm,cpu: Add initial support for Arm SVE | Giacomo Gabrielli |
2019-03-12 | scons: Don't use isdir in AddLocalRPATH. | Gabe Black |
2019-03-12 | sim: Add size to array unserialization error message | Daniel R. Carvalho |
2019-03-12 | dev-arm: cleanup of gicv3 code | Jairo Balart |
2019-03-12 | mem-cache: Removed default arg from get() in prefetch/base.hh | Ryan Gambord |
2019-03-11 | arch-hsail: changed gen.py shebang from python(3) to python2.7 | Ryan Gambord |
2019-03-11 | arch-arm: Fixing implicit fallthrough build errors | Ryan Gambord |
2019-03-11 | mem-cache: Revert "mem-cache: Remove Packet dependency in Tags" | Daniel R. Carvalho |
2019-03-10 | mem-cache: Added extra information to PrefetchInfo | Javier Bueno |
2019-03-07 | mem-cache: Add header delay to handleFill whenReady | Daniel R. Carvalho |
2019-03-07 | mem-cache: Allow tag-only accesses on latency calculation | Daniel R. Carvalho |
2019-03-07 | mem-cache: Add lookup latency to access' whenReady | Daniel R. Carvalho |
2019-03-07 | mem-cache: Fix recvTimingReq doWritebacks tick | Daniel R. Carvalho |