- f870912 util: Build m5 with -no-pie flag by Ryan Gambord · 6 years ago
- eba0a50 util: changed shebang on gem5img.py to python2.7 by Ryan Gambord · 6 years ago
- c4cc314 arch-arm,cpu: Add initial support for Arm SVE by Giacomo Gabrielli · 6 years ago
- 050545f util, tlm: Fix a memory error in the SCMasterPort class. by Gabe Black · 6 years ago
- 366f6ac systemc: Update the systemc example to use m5.systemc for sc_main. by Gabe Black · 6 years ago
- bc42d2f python: Replace orderdict with collections.OrderedDict by Andreas Sandberg · 6 years ago
- 3d54f6d misc: updated shabang for python script by Andrea Mondelli · 6 years ago
- 1001d24 systemc: Allow specific functions to shadow the base class method by Nikos Nikoleris · 6 years ago
- 9995bb9 util: Add the scons configuration cache to .gitignore for util/tlm. by Gabe Black · 6 years ago
- 6920ba7 systemc: Update the gem5-within-systemc README to mention USE_SYSTEMC. by Gabe Black · 6 years ago
- 351c7ee systemc: Fix some paths in the tlm SCons(script|struct). by Gabe Black · 6 years ago
- fd29481 util: Add some examples for using systemc code within gem5. by Gabe Black · 6 years ago
- c71dfc1 util: Move the existing systemc example into a subdirectory. by Gabe Black · 6 years ago
- 7a6183a util: Do not use $(PWD) in Makefiles by Kevin Brodsky · 6 years ago
- 4970b65 util: add util/maint/show_changes_by_file.py tool by Brandon Potter · 7 years ago
- 9d42d34 tests: Add test for the m5-exit instruction. by Sean Wilson · 7 years ago
- e502572 tests,style: add RISC-V assembly tests by Tuan Ta · 7 years ago
- f54020e misc: Using smart pointers for memory Requests by Giacomo Travaglini · 7 years ago
- a13a39c util,arch-arm: Update gen_arm_fs_files.py to use new kernel repos by Pau Cabre · 7 years ago
- 3ccef3d util: Implement Lua module for m5ops. by Hanhwi Jang · 7 years ago
- 8cb6bb4 util: Implement PIC version of m5ops for X86. by Hanhwi Jang · 7 years ago
- d76798c util: Add an option to specify paths in list_changes.py by Andreas Sandberg · 7 years ago
- cc51037 util/m5: add Android.mk by Earl Ou · 7 years ago
- 50f9ef0 util: Add the missing wakecpu m5op in X86. by Hanhwi Jang · 7 years ago
- 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
- 9b4e797 util: Add script to plot DRAM low power sweep by Radhika Jagtap · 8 years ago
- f0f04dd util: Remove support for hg patches in patch creation script by Andreas Sandberg · 7 years ago
- aa2cd2f util: Optionally search entire history when listing changes by Andreas Sandberg · 7 years ago
- 5a7ac72 util: Filter out the For-Upstream commit message tag by Andreas Sandberg · 7 years ago
- 9de3d94 misc: Use a Makefile to ensure util/packet_pb2.py is up to date. by Gabe Black · 7 years ago
- edc8cff misc: When building packet_pb2.py, don't assume a particular CWD. by Gabe Black · 7 years ago
- bb23c50 misc: Make decode_packet_trace.py print the new master ID fields. by Gabe Black · 7 years ago
- dad2ed2 misc: Small style fix in _EncodeVarint32. by Gabe Black · 7 years ago
- 000cda5 misc: Rename the (De|En)codeVarint function _(De|En)codeVarint32. by Gabe Black · 7 years ago
- 2243430 misc: Fix the indentation in DecodeVarint in util/protolib.py. by Gabe Black · 7 years ago
- f33bef4 tlm: Elastic Trace Example with L2 Cache Added by Matthias Jung · 7 years ago
- 3734637 misc: Make the m5 utilities writefile command accept a host path. by Gabe Black · 7 years ago
- 7fc5d4c tlm: Don't set SystemC time resolution by Matthias Jung · 7 years ago
- 58ee809 style: Add shared gem5 headers to the style checker by Andreas Sandberg · 7 years ago
- c1dd17d util: Move m5op.h to the shared include directory by Andreas Sandberg · 7 years ago
- 75c2811 util, m5: Use consistent naming for m5op C symbols by Andreas Sandberg · 7 years ago
- 644e8cd util: Move the m5ops.h file to a shared directory by Andreas Sandberg · 7 years ago
- 3730542 util,arch-arm: Added python script to generate ARM FS binaries by Pau Cabre · 8 years ago
- 0010088 misc: Fix building the m5tap utility. by Gabe Black · 8 years ago
- 9c29b5a misc: check address range in the SystemC example by Christian Menard · 8 years ago
- 0192176 misc: Reorder sources in util/tlm and rewrite build scripts by Christian Menard · 8 years ago
- af7641a util: generate fully qualified paths for cscope by Gedare Bloom · 8 years ago
- f44ddb9 style: fix line lengths and include ordering by Brandon Potter · 8 years ago
- 20e221c style: Treat PyBind headers as Python headers by Andreas Sandberg · 8 years ago
- 212a71e util, arm: Support mmapped m5ops on aarch64 by Andreas Sandberg · 8 years ago
- 708258a util: Correctly handle short writes in m5 (read|exec)file by Andreas Sandberg · 8 years ago
- a59d153 util: Add the m5_loadsymbol pseudo op to the m5 tool by Andreas Sandberg · 8 years ago
- d43d595 util: Fix incorrect use of m5_loadsymbol by Andreas Sandberg · 8 years ago
- b525d95 misc: fix build failure in cxx_config example by Paul Rosenfeld · 8 years ago
- a17c9a9 util: Fix incorrect return type in m5 writefile by Andreas Sandberg · 8 years ago
- 9833153 misc: minor fix for the gem5-SystemC/TLM coupling. by Éder F. Zulian · 8 years ago
- 2f14baa arm, dev: refactor GIC Pl390 GICD_ITARGETSRn handling by Curtis Dunham · 8 years ago
- 065bb8c util: Add a tool to list outgoing/incoming changes by Andreas Sandberg · 8 years ago
- 5638a07 sim: allow forward dependencies in checkpoint upgraders by Curtis Dunham · 8 years ago
- 72e74ae sim: add support for checkpoint downgrading by Curtis Dunham · 8 years ago
- 1f1388b misc: Clean up and complete the gem5<->SystemC-TLM bridge [6/10] by Christian Menard · 8 years ago
- 87b9f0b misc: Update #!env calls for python to explicit version by Jason Lowe-Power · 8 years ago
- a309c2f misc: Clean up and complete the gem5<->SystemC-TLM bridge [10/10] by Christian Menard · 8 years ago
- 78e4967 misc: Clean up and complete the gem5<->SystemC-TLM bridge [9/10] by Christian Menard · 8 years ago
- 0c4a69b misc: Clean up and complete the gem5<->SystemC-TLM bridge [8/10] by Christian Menard · 8 years ago
- b504500 misc: Clean up and complete the gem5<->SystemC-TLM bridge [7/10] by Christian Menard · 8 years ago
- 03f7406 misc: Clean up and complete the gem5<->SystemC-TLM bridge [5/10] by Christian Menard · 8 years ago
- ccd9210 misc: Clean up and complete the gem5<->SystemC-TLM bridge [4/10] by Christian Menard · 8 years ago
- d2b19d2 misc: Clean up and complete the gem5<->SystemC-TLM bridge [3/10] by Christian Menard · 8 years ago
- 55f5c4d misc: Clean up and complete the gem5<->SystemC-TLM bridge [2/10] by Christian Menard · 8 years ago
- b25ea09 misc: Clean up and complete the gem5<->SystemC-TLM bridge [1/10] by Christian Menard · 8 years ago
- 164d9bd misc: fix includes in util/systemc by Christian Menard · 8 years ago
- f4b14c7 misc: Implement the Base SystemC Module as an sc_channel. by Christian Menard · 8 years ago
- 653b465 style: Force Python.h to be included before main header by Andreas Sandberg · 8 years ago
- c5df930 misc: Add support for switching multiple cores in SystemC by Paul Rosenfeld · 8 years ago
- 63bb17e misc: fixes deprecated sc_time function for SystemC 2.3.1 by Matthias Jung · 8 years ago
- 5b08ae2 misc: Documentation Update by Matthias Jung · 8 years ago
- f835378 util: Add maintainer tools to create upstream patches by Andreas Sandberg · 8 years ago
- b7d072b dist, dev: fix etherswitch upgrade script by Curtis Dunham · 8 years ago
- 19d9095 arm: update AArch{64,32} register mappings by Curtis Dunham · 8 years ago
- 33683bd riscv: [Patch 8/5] Added some regression tests to RISC-V by Alec Roelke · 8 years ago
- faaf2d3 style: Add options to select checkers and apply fixes by Andreas Sandberg · 8 years ago
- ac29b6c util: git pre-commit hook to check staged files by Rekai Gonzalez Alberquilla · 8 years ago
- 4cf7f6c tests, ruby: Move rubytests from ALPHA (linux) to NULL (none) by Andreas Hansson · 8 years ago
- dc16c1c dev: Add m5 op to toggle synchronization for dist-gem5. by Michael LeBeane · 8 years ago
- 71c982f arm: Fix for ARM's Streamline conversion script by Shawn Rosti · 8 years ago
- 8eb9cf8 style: Make the style fixers safe by Jason Lowe-Power · 8 years ago
- fc8fd0f arm: bank GIC registers per CPU by Curtis Dunham · 8 years ago
- ff4009a cpu: Add SMT support to MinorCPU by Mitch Hayenga · 8 years ago
- 7c29167 misc: merge with sytle checker fix by Jason Lowe-Power · 9 years ago
- 137e244 misc: SystemC Elastic Trace Player Example. by Matthias Jung · 9 years ago
- b8064c8 misc: fix a compile error due to incompability with SystemC 2.3.1 by Christian Menard · 9 years ago
- 57e3f40 style: Fix incorrect references style verifiers by Andreas Sandberg · 9 years ago
- 1051223 misc: Separate stats file for SystemC-gem5 co-simulation by Abdul Mutaal Ahmad · 9 years ago
- ddfc4c4 style: catch trailing white spaces in make and dts files by Gabor Dozsa · 9 years ago
- e5b7b67 dist, dev: Fixed the packet ordering in etherswitch by Mohammad Alian · 9 years ago
- 21f971e style: remove extra newline from white space verifier fix method by Gabor Dozsa · 9 years ago
- f23bd6b style: respect per verifier ignores for git commit by Gabor Dozsa · 9 years ago
- 95d6d93 style: Move the last bits of file_types.py to the style package by Andreas Sandberg · 9 years ago
- 3f24000 style: ignore test data in style checks by Curtis Dunham · 9 years ago