1. 122ff00 cpu: Fix some minor style issues in cpu/static_inst.hh. by Gabe Black · 3 years, 2 months ago
  2. eb9e11a base: Move Named class to its own file by Daniel R. Carvalho · 3 years, 4 months ago
  3. be37868 base: Add fatal tests to sat_counter by Daniel R. Carvalho · 3 years, 2 months ago
  4. 89958f7 python: debug, fix Mapping import by Adrian Herrera · 3 years, 2 months ago
  5. 0a9dfbb arch: Remove copyMiscRegs from utility.hh. by Gabe Black · 3 years, 4 months ago
  6. 352ce70 arch-x86: Add insts used in newer libstdc++ rehashing by Kyle Roarty · 3 years, 2 months ago
  7. e24d4b8 arch-x86: Add allocator for ACPI tables by Maximilian Stein · 3 years, 2 months ago
  8. 975fcf1 arch-riscv: Fixed CPU switching and PLIC issue with MinorCPU by Peter Yuen · 3 years, 2 months ago
  9. b22b7f2 arch,cpu: Move buildRetPC into the StaticInst class. by Gabe Black · 3 years, 4 months ago
  10. 60481e5 cpu-kvm,arch-arm: correct arm kvm virtual time by Yu-hsin Wang · 3 years, 2 months ago
  11. bf91a33 cpu-kvm: refactor x86 fixup before kvm_run by Yu-hsin Wang · 3 years, 2 months ago
  12. 7bb690c scons,python: Always generate default create() methods. by Gabe Black · 3 years, 2 months ago
  13. 6572078 cpu: Delete unnecessary create() methods. by Gabe Black · 3 years, 2 months ago
  14. 640de81 base: Disable Death test for fast builds by Giacomo Travaglini · 3 years, 2 months ago
  15. 90d2aac mem-ruby: Add missing transitions + wakes for Dma events by Kyle Roarty · 3 years, 2 months ago
  16. 6b1f8de base: Stop using testing::internal:: in tests. by Gabe Black · 3 years, 2 months ago
  17. 56791f4 arch: Make some internal decode methods protected. by Gabe Black · 3 years, 3 months ago
  18. 44af887 arch,cpu: Move machInst into the arch specific StaticInst classes. by Gabe Black · 3 years, 3 months ago
  19. 8633b87 arch: Move setting up RegClassInfos into the arches. by Gabe Black · 3 years, 3 months ago
  20. 99be276 base,tests: Add a stringstream which tracks all log output. by Gabe Black · 3 years, 2 months ago
  21. cf1659a sim,systemc: Use slightly non-standard constructors for custom create() by Gabe Black · 3 years, 2 months ago
  22. fcaf3a6 scons,util: Make the tlm SConstruct put SConsign in the build dir. by Gabe Black · 3 years, 2 months ago
  23. 476069c systemc,util: Fix a bad port of a change from gem5 proper to here. by Gabe Black · 3 years, 2 months ago
  24. 391d860 systemc,util: Update sc_master_port.cc now that params() returns a ref. by Gabe Black · 3 years, 2 months ago
  25. d278c22 scons,tlm: Update the gem5-within-systemc SConstruct to use c++14. by Gabe Black · 3 years, 2 months ago
  26. fad7056 systemc: Stop using std::gets in systemc.h. by Gabe Black · 3 years, 2 months ago
  27. 61bc567 Merge "misc: Merge branch 'release-staging-v21-0' into develop" into develop by Bobby R. Bruce · 3 years, 2 months ago
  28. 78b640b base-stats,python: Add missing "group" in `_prepare_stats` by Bobby R. Bruce · 3 years, 2 months ago
  29. 49082c9 arch,cpu: Create register class descriptors. by Gabe Black · 3 years, 3 months ago
  30. e837fdc base,misc: Collapse and eliminate the ULL and LL macros. by Gabe Black · 3 years, 2 months ago
  31. 4c375bd arch-x86: Fix the "index" value for SSrcReg2. by Gabe Black · 3 years, 2 months ago
  32. b457c07 arch-x86: Clean up some style issues in regop.isa. by Gabe Black · 3 years, 2 months ago
  33. 48094d1 arch-riscv: Fixing RISC-V remote GDB MIP and MIE accesses. by Peter · 3 years, 3 months ago
  34. 8bb5d9f misc: Merge branch 'release-staging-v21-0' into develop by Bobby R. Bruce · 3 years, 2 months ago
  35. 89ec39a python: Use Pattern from typing by Jason Lowe-Power · 3 years, 2 months ago
  36. 454ffc5 arch,cpu: Stop using << and to_number for VecReg serialization. by Gabe Black · 3 years, 2 months ago
  37. b6ae52f arch: Simplify and correct style of VecReg types. by Gabe Black · 3 years, 2 months ago
  38. fa8a528 arch: Eliminate the "Lane" view of vector registers. by Gabe Black · 3 years, 2 months ago
  39. 05e580f cpu: Eliminate the unused "lane" interface from the ThreadContext. by Gabe Black · 3 years, 2 months ago
  40. 4315b36 base: Adding static constexpr keywords to log2i by Giacomo Travaglini · 3 years, 2 months ago
  41. 4dcfa34 arch-arm,base,dev: Eliminate the power() function from intmath.hh. by Gabe Black · 3 years, 2 months ago
  42. 85ff3c1 base: Remove "inline" from bitfield.hh. by Gabe Black · 3 years, 2 months ago
  43. ee1837d system-arm: update armv8 cpu-release-addr by Yu-hsin Wang · 3 years, 2 months ago
  44. caaffa8 base: Add a szext function for true sign extension. by Gabe Black · 3 years, 2 months ago
  45. 8d44189 mem: Fix some transitive includes. by Gabe Black · 3 years, 2 months ago
  46. 173a7a3 base: Add log2i to calculate log2 for integers by Giacomo Travaglini · 3 years, 4 months ago
  47. 3acc6af configs: NVM missing the xor_low_bit argument in create_mem_intf by Giacomo Travaglini · 3 years, 2 months ago
  48. 02ed01b base: Make the functions in intmath.hh constexpr. by Gabe Black · 3 years, 2 months ago
  49. 36b57f9 arch-sparc: Fix an operator precedence bug in the iob device. by Gabe Black · 3 years, 3 months ago
  50. 99d5579 arch-mips: Fix a bug in the MIPS yield instruction. by Gabe Black · 3 years, 3 months ago
  51. 69a66fc cpu: Remove "lane" accessors from the ExecContext classes. by Gabe Black · 3 years, 2 months ago
  52. f5383a5 gpu-compute: Fix accidental execution when stopped at barrier by Kyle Roarty · 3 years, 3 months ago
  53. 25ecaaa arch-arm: Switch the AAPCS ABIs to .as<>() instead of .laneView<>(). by Gabe Black · 3 years, 2 months ago
  54. ad204d9 sim: Simplify some code in the guest ABI mechanism. by Gabe Black · 3 years, 3 months ago
  55. 5e307c8 base: Add a macro to expand parameter pack expressions in order. by Gabe Black · 3 years, 2 months ago
  56. c47920d arch-arm: Fix atomics permission checks in TLB by Giacomo Travaglini · 3 years, 2 months ago
  57. 7315bf6 cpu: Style fixes in the base and O3 dynamic inst classes. by Gabe Black · 3 years, 2 months ago
  58. bd7403f arch-arm: Consolidate defintions of vectorReg operands. by Gabe Black · 3 years, 2 months ago
  59. ef9e672 python: Add search functions to pystats groups by Jason Lowe-Power · 3 years, 2 months ago
  60. 0343b50 arch,arch-arm: Eliminate the "zeroing" field of vec reg elements. by Gabe Black · 3 years, 2 months ago
  61. c165fb3 base: Remove DDUMPN by Daniel R. Carvalho · 3 years, 4 months ago
  62. 649e5cd python: Add search functions to pystats groups by Bobby R. Bruce · 3 years, 2 months ago
  63. 3a1eadc configs: Ruby fixes for SimpleMemory by Tiago Mück · 3 years, 7 months ago
  64. 5b9517f mem-ruby: renamed prefetch stats by Tiago Mück · 3 years, 7 months ago
  65. 1a97160 mem-ruby: notify controller on coalescing by Tiago Mück · 3 years, 7 months ago
  66. f7a3d8b mem-ruby: fix MI_example functional read by Tiago Mück · 3 years, 3 months ago
  67. a9e0a1c gpu-compute: Explicitly set driver to nullptr in constructor by Kyle Roarty · 3 years, 2 months ago
  68. 17d04a7 cpu: Adding stridedGen by Mahyar Samani · 3 years, 3 months ago
  69. 53b5ae1 base-stats: Fixed System "work_item" stat name by Bobby R. Bruce · 3 years, 2 months ago
  70. f769117 base-stats,python: Add Units to the Python Stats by Bobby R. Bruce · 3 years, 3 months ago
  71. dbbe59a base-stats,python: Expose a stat's unit via PyBind11 by Bobby R. Bruce · 3 years, 3 months ago
  72. 1a1b53b sim,base-stats: Fix leading "." bug when obtaining requestors by Bobby R. Bruce · 3 years, 3 months ago
  73. f116177 base-stats,python: Add Python Stats by Bobby R. Bruce · 3 years, 4 months ago
  74. bd6e1fc arch-riscv,misc: Add missing overrides for clang compilation by Bobby R. Bruce · 3 years, 2 months ago
  75. e100156 misc: Adding 'make' to the compiler Dockerfiles by Bobby R. Bruce · 3 years, 2 months ago
  76. 9396be0 mem-ruby: RubyRequest getter for request ptr by Tiago Mück · 3 years, 3 months ago
  77. fcc5595 mem-ruby: removed Message copy constructors by Tiago Mück · 3 years, 5 months ago
  78. 8ee05dd scons: Create a small helper function for disecting a build target path. by Gabe Black · 3 years, 3 months ago
  79. 69ed259 scons: Eliminate CXX_V and main_dict_keys in SConstruct. by Gabe Black · 3 years, 3 months ago
  80. dbe295a scons: Remove an extraneous Exit(). by Gabe Black · 3 years, 3 months ago
  81. 41ccb60 scons: Use SCons' built in CXXVERSION instead of detecting our own. by Gabe Black · 3 years, 3 months ago
  82. 978bd87 scons: Enable the clang++ and clang tools. by Gabe Black · 3 years, 3 months ago
  83. b05731f arch-x86: Adds rdtscp flag to cpuid for X86KvmCPU by Kevin Loughlin · 3 years, 3 months ago
  84. 57bdbe3 dev-arm: Remove the A9GlobalTimer by Giacomo Travaglini · 3 years, 10 months ago
  85. 4d0b56d scons: Check for "make" when using LTO with gcc. by Gabe Black · 3 years, 3 months ago
  86. b5962ab arch-riscv: FS Linux config file for RISC-V by Peter Yuen · 3 years, 3 months ago
  87. 69eb60d arch-riscv: RISC-V HiFive Platform implementation by Peter · 3 years, 3 months ago
  88. de06ab3 arch-riscv: PLIC Implementation by Peter · 3 years, 3 months ago
  89. 4cca1d8 arch-riscv: Implementation of CLINT by Peter · 3 years, 3 months ago
  90. 061a6bd arch-riscv: Added PMA support for RiscvTLB by Peter · 3 years, 3 months ago
  91. 3a0c3ae arch-riscv: Fixing interrupt handling order and effect of mideleg by Peter · 3 years, 3 months ago
  92. 2373934 misc: Updated the RELEASE-NOTES and version number by Bobby R. Bruce · 3 years, 3 months ago v20.1.0.4
  93. 2c048bb scons: Fixing build errors with scons 4.0.1 and 4.1.0 by Hoa Nguyen · 3 years, 3 months ago
  94. d32c140 arch,cpu: Move the inUserMode function to the ISA object. by Gabe Black · 3 years, 4 months ago
  95. f69811a base-stats,python: Update PyBind11 ScalarInfo fields to readonly by Bobby R. Bruce · 3 years, 3 months ago
  96. 4dc66b0 base-stats,python: Expose FormulaInfo via PyBind11 by Bobby R. Bruce · 3 years, 4 months ago
  97. 10cccab base-stats,python: Expose VectorInfo via Pybind11 by Bobby R. Bruce · 3 years, 4 months ago
  98. 45b37b7 base-stats,python: Expose DistInfo via Pybind11 by Bobby R. Bruce · 3 years, 4 months ago
  99. 41928da misc: Remove unused params() definitions by Giacomo Travaglini · 3 years, 3 months ago
  100. 92ba3ba misc: Use PARAMS by Alexander Klimov · 3 years, 3 months ago