1. 0010088 misc: Fix building the m5tap utility. by Gabe Black · 7 years ago
  2. 201e86f dev: Add a missing parameter to the EtherTap device. by Gabe Black · 7 years ago
  3. 946b5ae ruby: Don't set the block data when a store conditional fails by Nikos Nikoleris · 7 years ago
  4. 1ccc702 python: Fix unproxing of VectorParams by Nikos Nikoleris · 7 years ago
  5. e19b692 dev, arm: ignore writes to the SCU by Gedare Bloom · 7 years ago
  6. 9c29b5a misc: check address range in the SystemC example by Christian Menard · 7 years ago
  7. 0192176 misc: Reorder sources in util/tlm and rewrite build scripts by Christian Menard · 7 years ago
  8. 6e8b0f6 ext: Revamp the systemc SConscripts. by Gabe Black · 7 years ago
  9. 7159ea6 x86: Rework how VEX prefixes are decoded. by Gabe Black · 7 years ago
  10. 91228e9 x86: sim: Make 32 bit x86 processes work again. by Gabe Black · 7 years ago
  11. af7641a util: generate fully qualified paths for cscope by Gedare Bloom · 7 years ago
  12. 3f835d8 arm: Fix incorrect handling of PMEVTYPERx_EL0 in PMU by Andreas Sandberg · 7 years ago
  13. 642818f python: Fix PyEvent reference counting bug by Andreas Sandberg · 7 years ago
  14. 5b3752c sim: Add hooks to implement event reference counting by Andreas Sandberg · 7 years ago
  15. 76692f3 arch-riscv: Fix bad stack initialization by Alec Roelke · 7 years ago
  16. 1d10cd6 arch-arm: Fix some poorly done type max and min in NEON by Rekai Gonzalez-Alberquilla · 7 years ago
  17. 6914a22 ext: Upgrade PyBind11 to version 2.1.1 by Andreas Sandberg · 7 years ago
  18. ca1d18d python: Prevent Python wrappers from deleting SimObjects by Andreas Sandberg · 7 years ago
  19. 2da0ab0 python: Fix weird memory issue in wrapped AddrRange vectors by Andreas Sandberg · 7 years ago
  20. e897c52 scons: Enable explicitly building something with no variant. by Gabe Black · 7 years ago
  21. 56fff5d python: Remove unused readline import by Andreas Sandberg · 7 years ago
  22. c4b85d5 base, sim, arch: Fix clang 5.0 warnings by Andreas Sandberg · 7 years ago
  23. 41ab3e6 base: Refactor the GDB code. by Gabe Black · 7 years ago
  24. 9aadcc7 syscall_emul, riscv: add override keyword to RISCV Process class by Brandon Potter · 7 years ago
  25. 679a0e2 configs: fix cpu names in big.LITTLE example by Pierre-Yves Péneau · 7 years ago
  26. 5bf2a86 arm, config: added support for ex5 model of big.LITTLE by Pierre-Yves Péneau · 7 years ago
  27. aa651c7 ext: Include SystemC 2.3.1 into gem5 by Matthias Jung · 7 years ago
  28. 595e692 config: Changes to boot Android N by Weiping Liao · 7 years ago
  29. c1ec4c4 x86: Fix the multiplication microops. by Gabe Black · 7 years ago
  30. 05c486c python: Add a helper function to create Python events by Andreas Sandberg · 7 years ago
  31. f44ddb9 style: fix line lengths and include ordering by Brandon Potter · 7 years ago
  32. c8c406b cpu: fix problem with forwarding and locked load by Alec Roelke · 7 years ago
  33. 8ced1bd arm, dev: stub out GIC distributor interrupt groups by Curtis Dunham · 7 years ago
  34. c6a6fbe base: Make the VNC server more resilient. by Gabe Black · 7 years ago
  35. 7c94dc2 misc: Make the remote GDB stub more resilient to bad connections. by Gabe Black · 7 years ago
  36. 6b1069c syscall_emul: Fix undefined macro behavior by Andreas Sandberg · 7 years ago
  37. 32d99f4 arm: Remove unused DumpStatsPCEventF class in FreeBSD system by Andreas Sandberg · 7 years ago
  38. 9810fc6 scons: Use the generalized switching headers on the GPU ISA. by Gabe Black · 7 years ago
  39. 8ee95f3 scons: arch: Generalize the switching header code. by Gabe Black · 7 years ago
  40. 942e295 config: Fix up some configs to not use CPU aliases. by Gabe Black · 7 years ago
  41. 80c3917 scons: Get rid of the all_isa_deps variable. by Gabe Black · 7 years ago
  42. 8b45365 misc: Add the --listener-loopback-only command line option. by Gabe Black · 7 years ago
  43. 2d5296c misc: Expose the listener loopbackOnly function to python. by Gabe Black · 7 years ago
  44. f2b6dc8 base: Teach the socket listeners how to bind to the loopback. by Gabe Black · 7 years ago
  45. 20e221c style: Treat PyBind headers as Python headers by Andreas Sandberg · 7 years ago
  46. 7f3e8d0 python: Fix debug flag listing regression by Andreas Sandberg · 7 years ago
  47. 212a71e util, arm: Support mmapped m5ops on aarch64 by Andreas Sandberg · 8 years ago
  48. 3b698e9 arm: Enable m5ops by default for VExpress_GEM5_V1 by Andreas Sandberg · 7 years ago
  49. f65c190 arm: Add support for memory-mapped m5ops by Andreas Sandberg · 8 years ago
  50. 699773a kvm, arm: Fix incorrect PSTATE sync by Andreas Sandberg · 7 years ago
  51. 708258a util: Correctly handle short writes in m5 (read|exec)file by Andreas Sandberg · 7 years ago
  52. a59d153 util: Add the m5_loadsymbol pseudo op to the m5 tool by Andreas Sandberg · 7 years ago
  53. d43d595 util: Fix incorrect use of m5_loadsymbol by Andreas Sandberg · 7 years ago
  54. b525d95 misc: fix build failure in cxx_config example by Paul Rosenfeld · 7 years ago
  55. c31b4ae scons: Get rid of the PHONY_BASE construction variable. by Gabe Black · 7 years ago
  56. a17c9a9 util: Fix incorrect return type in m5 writefile by Andreas Sandberg · 7 years ago
  57. b043f37 scons: Replace str(foo.get_contents()) with foo.get_text_contents(). by Gabe Black · 7 years ago
  58. c40ebea scons: Make env['USE_PYTHON'] a source for createEnumStrings. by Gabe Black · 7 years ago
  59. 306dea1 config: Remove support for CPU aliases. by Gabe Black · 7 years ago
  60. 8020c68 syscall_emul: Argument retrieval bug fix by Alexandru Dutu · 7 years ago
  61. aa598b3 scons: Merge reading test SConscripts into makeEnv. by Gabe Black · 7 years ago
  62. 32fd890 scons: Fix the compiler flag used for partial linking. by Gabe Black · 7 years ago
  63. 31c8de3 python: Remove SWIG by Andreas Sandberg · 7 years ago
  64. b046be6 base, sim, dev: Remove SWIG by Andreas Sandberg · 7 years ago
  65. 8eb8451 scons: Remove SWIG support by Andreas Sandberg · 7 years ago
  66. 60e6e78 python: Use PyBind11 instead of SWIG for Python wrappers by Andreas Sandberg · 7 years ago
  67. ba42457 ext: Fix undefined macro in pybind by Andreas Sandberg · 7 years ago
  68. c79706f ext: Add pybind rev f4b81b3 by Andreas Sandberg · 7 years ago
  69. 359cb08 scons: Remove the SPAWN hack added earlier. by Gabe Black · 7 years ago
  70. 8d476b4 scons: Group Source-s based on what SConscript included them. by Gabe Black · 7 years ago
  71. 6bdd897 scons: Put Source objects in groups and partially link them. by Gabe Black · 7 years ago
  72. 4576541 scons: Add builders for partially linked object files. by Gabe Black · 7 years ago
  73. c5bfa6e arch-sparc: Fix wrong indentation causing warnings for gcc 6 by Nikos Nikoleris · 7 years ago
  74. a517b4a dev: Add ATA command used in recent Linux kernels by Jason Lowe-Power · 7 years ago
  75. 334b1e5 scons: Add a Transform() for when linking shared libraries. by Gabe Black · 7 years ago
  76. 4d1e147 scons: Find ext build directories automatically. by Gabe Black · 7 years ago
  77. 2ee0992 misc: Add MAINTAINERS file by Jason Lowe-Power · 7 years ago
  78. 1c972b0 tests: Remove unused options from tests.py by Andreas Sandberg · 7 years ago
  79. 3cc6df4 x86: fixed branching() computation for branch uops by Santi Galan · 7 years ago
  80. efe3bfc scons: When spawning the linker process, don't involve the shell. by Gabe Black · 7 years ago
  81. f6fb875 config, arm: Add an example power model by Andreas Sandberg · 7 years ago
  82. f7b3df4 power: Allow global stats in power equations by Stephan Diestelhorst · 7 years ago
  83. 9833153 misc: minor fix for the gem5-SystemC/TLM coupling. by Éder F. Zulian · 7 years ago
  84. b17eeb2 riscv: Fix crashes with large or frequent mmaps by Alec Roelke · 7 years ago
  85. 3aada8e power: Clarify the unit used for the power equations (W) by Stephan Diestelhorst · 7 years ago
  86. 9ff8a2b power: Add a voltage variable to power expressions by Andreas Sandberg · 7 years ago
  87. 0b223f4 power: Add error checking to MathExprPowerModel by Andreas Sandberg · 7 years ago
  88. 01bc2ea ruby: Fix MOESI_CMP_directory for new DMA status changes. by Javier Cano-Cano · 7 years ago
  89. a8f1f98 riscv: fix Linux problems with LR and SC ops by Alec Roelke · 7 years ago
  90. 6b7d306 riscv: fix compatibility with Linux toolchain by Alec Roelke · 7 years ago
  91. 616d48a riscv: add remote gdb support by Alec Roelke · 7 years ago
  92. cd06bcf riscv: fix error on memory op address overflow by Alec Roelke · 7 years ago
  93. 9d0c9ab riscv: enable unaligned memory accesses by Alec Roelke · 7 years ago
  94. f7ddc46 stats: Update some stats after simulated program exit behavior was changed. by Gabe Black · 7 years ago
  95. 8ebc383 stats: Update the stats for 70.twolf for x86 o3-timing mode. by Gabe Black · 7 years ago
  96. 3c4b120 stats: Update 04.gpu stats. by Gabe Black · 7 years ago
  97. 1297ee3 stats: Update ARM FS stats. by Gabe Black · 7 years ago
  98. 33c48b5 stats: Update the 40.m5threads stats. by Gabe Black · 7 years ago
  99. 1c2145a stats: Rename num_syscalls to numSyscalls in the reference stats. by Gabe Black · 7 years ago
  100. a01c132 stats: Update 01.hello-2T-smt and 40.perlbmks stats on ARM/Alpha o3-timing. by Gabe Black · 7 years ago