1. 16727d1 sim: Add a void * analogue to VPtr. by Gabe Black · 3 years, 3 months ago
  2. c1ec1c2 arch,sim: Add a UintPtr type to the ABI types for GuestABI. by Gabe Black · 3 years, 3 months ago
  3. 1055e18 base: Initialize storage params on constructor by Daniel R. Carvalho · 4 years, 3 months ago
  4. 0f7441f base: Fix storage params safe_cast by Daniel R. Carvalho · 3 years, 3 months ago
  5. 3c915a2 base: Make read-only functions const in ScalarBase by Daniel R. Carvalho · 4 years, 3 months ago
  6. 5ca6b83 tests: Delete the now unused unittest/unittest.[cc|hh]. by Gabe Black · 3 years, 3 months ago
  7. 8d92183 base,tests: Convert cprintftime from a "UnitTest" to a normal bin. by Gabe Black · 3 years, 3 months ago
  8. 2af0d1e scons: Remove the "abstract" tag from Executable classes. by Gabe Black · 3 years, 3 months ago
  9. 877d63b base: Replace a "panic" in cprintf with an M5_UNREACHABLE. by Gabe Black · 3 years, 3 months ago
  10. a116ff6 util,python: Ignore ELF binary blobs in pre-commit by Boris Shingarov · 3 years, 3 months ago
  11. a2a24b3 base: Remove unnecessary includes from base/loader/symtab.[cc|hh]. by Gabe Black · 3 years, 3 months ago
  12. b3254e1 arch,cpu: Move a Decode DPRINTF into the arch Decoder classes. by Gabe Black · 3 years, 3 months ago
  13. 344ea03 cpu: Replace fixed sized arrays in the O3 inst with variable arrays. by Gabe Black · 3 years, 5 months ago
  14. 57dd228 cpu: Style fixes in the trace CPU. by Gabe Black · 3 years, 5 months ago
  15. 5eaff95 misc: Revert version info for develop branch by Bobby R. Bruce · 3 years, 3 months ago
  16. 063d58f Merge "misc: Merge branch v20.1.0.3 hotfix into develop" into develop by Bobby R. Bruce · 3 years, 3 months ago
  17. 03fc457 fastmodel: fix cntfrq in A76 by Earl Ou · 3 years, 3 months ago
  18. 14d6e8f arch-gcn3: Implementation of s_sleep by Alexandru Dutu · 6 years ago
  19. 4060208 arch-x86: Make JRCXZ instruction do 64-bit jump by Kyle Roarty · 3 years, 3 months ago
  20. 7753a02 tests: Changed 'long' boot tests to X86 from GCN3_X86 by Bobby R. Bruce · 3 years, 3 months ago
  21. 258a5cb misc: Merge branch v20.1.0.3 hotfix into develop by Bobby R. Bruce · 3 years, 3 months ago
  22. 758011f scons,python: Fix `--without-python` flag by Bobby R. Bruce · 3 years, 3 months ago
  23. cd21b5a misc: Updated the RELEASE-NOTES and version number by Bobby R. Bruce · 3 years, 3 months ago v20.1.0.3
  24. a4345ff gpu-compute,misc: Remove unused private variable by Bobby R. Bruce · 3 years, 3 months ago
  25. ae33daa gpu-compute,misc: Fix Clang missing override errors by Bobby R. Bruce · 3 years, 3 months ago
  26. 0a4839a arch-riscv,misc: Fix clang missing override errors by Bobby R. Bruce · 3 years, 3 months ago
  27. 26a1970 tests: Increase presubmit (Kokoro) timeout to 6 hours by Bobby R. Bruce · 3 years, 3 months ago
  28. cb437cf arch-arm: Add destRegIdxArr arrays to TME instructions by Giacomo Travaglini · 3 years, 3 months ago
  29. fc4caa6 misc: Re-remove Authors lines from source files. by Gabe Black · 3 years, 3 months ago
  30. 83c8f1f scons: Add an "All" compound debug flag by Daniel R. Carvalho · 3 years, 4 months ago
  31. b8dfb95 arch-arm,cpu: Use getEMI() in more places. by Gabe Black · 3 years, 3 months ago
  32. e656730 arch-arm,cpu: Introduce a getEMI virtual method on StaticInst. by Gabe Black · 3 years, 3 months ago
  33. eb7acc7 arch: Templatize the BasicDecodeCache. by Gabe Black · 3 years, 3 months ago
  34. c9e069a base,tests: Create unit tests for Stats::Stor by Daniel R. Carvalho · 4 years, 3 months ago
  35. e59557a base: Move Stats::Info functions to its own source file by Daniel R. Carvalho · 4 years, 3 months ago
  36. 0e47788 base,tests: Add a basic fake class to handle curTick by Daniel R. Carvalho · 3 years, 3 months ago
  37. 3bb8637 sim: Move cur tick to its own files by Daniel R. Carvalho · 3 years, 4 months ago
  38. 4ff5fa5 scons: Separate debug flags from debug-format flags by Daniel R. Carvalho · 3 years, 4 months ago
  39. 58ccc62 util,python: Add check to ensure files are utf-8 in pre-commit by Bobby R. Bruce · 3 years, 3 months ago
  40. 8622273 util,python: Fix Pre-commit hooks to ignore non-source files by Bobby R. Bruce · 3 years, 3 months ago
  41. 7ed22b3 ext: testlib loading tests from multiple directories by Giacomo Travaglini · 3 years, 3 months ago
  42. fe50018 systemc: remove boost header dependency by Earl Ou · 3 years, 3 months ago
  43. debec23 arch-arm: don't expose FEAT_VHE by default by Adrian Herrera · 3 years, 3 months ago
  44. c4aaf37 ext: Update pybind11 to version 2.6.2. by Gabe Black · 3 years, 3 months ago
  45. f0924fc fastmodel: add interface to update system counter freq by Earl Ou · 3 years, 3 months ago
  46. 16c1986 fastmodel: create base class for EVS CPU by Earl Ou · 3 years, 3 months ago
  47. 7bb456f arch-power: Delete unused register related constants. by Gabe Black · 3 years, 3 months ago
  48. d8464ea util: Fix gem5img when used to manually unmount a disk image. by Richard Cooper · 3 years, 7 months ago
  49. 2bcab28 util: Improve robustness of sfdisk parsing in util/gem5img.py by Richard Cooper · 3 years, 9 months ago
  50. 1d90e47 util: Update util/gem5img.py to work with Python 3. by Richard Cooper · 3 years, 9 months ago
  51. 9d98439 fastmodel: remove incorrect cntfrq update by Earl Ou · 3 years, 3 months ago
  52. f2c6e8b util: Fix packet parser for Python3 by Earl Ou · 3 years, 3 months ago
  53. f840d13 systemc: set Gem5ToTlmBridge blockingRrequest with TLM_UPDATE returning by Yu-hsin Wang · 3 years, 3 months ago
  54. c883614 arch-x86: Fix style in arch/x86/types.hh. by Gabe Black · 3 years, 3 months ago
  55. de2c26f dev-hsa: Add missing include to hsa_driver.hh by Kyle Roarty · 3 years, 3 months ago
  56. 0ac31a9 arch: Stop using switching header files in ISA specific files. by Gabe Black · 3 years, 3 months ago
  57. af15230 arch: Correct style in the ISA base class. by Gabe Black · 3 years, 3 months ago
  58. 965ad12 dev-hsa: enable interruptible hsa signal support by Sooraj Puthoor · 6 years ago
  59. 3682160 sim: Eliminate the generic PseudoInstABI. by Gabe Black · 3 years, 4 months ago
  60. 39046a0 ext: Replace Queue.Empty with queue.empty by Giacomo Travaglini · 3 years, 3 months ago
  61. 85c1fda configs: Use MmioVirtIO for disk image in baremetal.py by Giacomo Travaglini · 3 years, 3 months ago
  62. 88a2a18 arch-arm: Fix style in decoder.hh. by Gabe Black · 3 years, 3 months ago
  63. 46e7328 base: Style fixes in base/refcnt.hh by Gabe Black · 3 years, 3 months ago
  64. b1d7c8e arch-riscv: fix unintentionally CSR bit overwritten in different mode by Cui Jin · 3 years, 4 months ago
  65. 5a23207 arch,base,mem,sim: Fix style in base/types.hh and remove extra includes. by Gabe Black · 3 years, 3 months ago
  66. 6310051 arch-x86: implement POPCNT instruction. by Tong Shen · 3 years, 3 months ago
  67. 99a6f42 arch, mem, cpu, systemc: Remove Python 2.7 glue code by Andreas Sandberg · 3 years, 3 months ago
  68. cbcd3ec tests: Remove Python 2.7 glue code by Andreas Sandberg · 3 years, 3 months ago
  69. 9f31b5c tests: Remove Python 2.7 glue code from testlib by Andreas Sandberg · 3 years, 3 months ago
  70. 0d12b50 sim: Fix compilation error for debug builds. by Richard Cooper · 3 years, 3 months ago
  71. 7f0c011 cpu,mem,sim: Use ADD_STAT macro where possible by Hoa Nguyen · 3 years, 4 months ago
  72. 425c3c6 dev: Fix reset of virtio devices by Giacomo Travaglini · 3 years, 4 months ago
  73. fac8d53 arch-x86: Delete some unused register related constants. by Gabe Black · 3 years, 3 months ago
  74. 5608d44 arch-mips: Delete unused register related constants. by Gabe Black · 3 years, 3 months ago
  75. 14d8398 cpu: Style fixes in cpu/reg_class.hh. by Gabe Black · 3 years, 3 months ago
  76. 086cc6c arch-x86: Fix style in plain C++ StaticInst base classes. by Gabe Black · 3 years, 3 months ago
  77. c4cad07 base: Make the default checkBpLen method return true. by Gabe Black · 3 years, 3 months ago
  78. 0963d3a base: Delete the unused RemoteGDB::(set|clear)TempBreakpoint methods. by Gabe Black · 3 years, 3 months ago
  79. 9248979 cpu: Style fixes in cpu/exec_context.hh and thread_context.hh. by Gabe Black · 3 years, 3 months ago
  80. ce20b07 arch-x86,cpu: Don't use aliases to hide TheISA::. by Gabe Black · 3 years, 3 months ago
  81. fb66367 base,cpu,sim: Stop "using namespace TheISA". by Gabe Black · 3 years, 3 months ago
  82. 141a2f6 dev: Set the "status" field of the HDLCD device tree node to "ok". by Gabe Black · 3 years, 6 months ago
  83. 556e57e util: Remove Python 2.7 glue code by Andreas Sandberg · 3 years, 3 months ago
  84. 40c581b configs: Remove Python 2.7 glue code by Andreas Sandberg · 3 years, 3 months ago
  85. 9d6bf74 sim: Use the Temperature type in power/thermal models by Andreas Sandberg · 3 years, 4 months ago
  86. 4051490 dev-arm: Instantiate Generic Watchdog in Foundation platform by Giacomo Travaglini · 3 years, 10 months ago
  87. 4a4f994 dev-arm: Implement Generic Watchdog by Giacomo Travaglini · 3 years, 10 months ago
  88. b621de5 dev-arm: A SystemCounterListener doesn't have to be Serializable by Giacomo Travaglini · 3 years, 10 months ago
  89. 30c7829 dev-arm: Add a PL111 to the VExpress_GEM5_Foundation by Giacomo Travaglini · 3 years, 10 months ago
  90. ed5f1ee dev-arm: Add a fake SP810 to the VExpress_GEM5_Foundation by Giacomo Travaglini · 3 years, 10 months ago
  91. 6dcc795 system-arm: Enabled HDLcd by default in DTS by Giacomo Travaglini · 3 years, 4 months ago
  92. 1ce08f1 dev-arm, system-arm: Remove HDLcd from VExpress_GEM5_VX platforms by Giacomo Travaglini · 3 years, 4 months ago
  93. 642671b riscv: Export the system call ABI for use in gem5 ops. by Gabe Black · 3 years, 4 months ago
  94. 9e93ce5 python: Require a unit in anyToFrequency and anyToLatency by Andreas Sandberg · 3 years, 4 months ago
  95. ad82dd3 sim: Use the Temperature param type by Andreas Sandberg · 3 years, 4 months ago
  96. 69f4aee base, python: Add a Temperature type and associated param by Andreas Sandberg · 3 years, 4 months ago
  97. e0441fa arch-arm: Don't use TheISA in the ARM implementation. by Gabe Black · 3 years, 3 months ago
  98. 6b90ee8 configs: Added list types of replacement policy. by Jiasen · 3 years, 4 months ago
  99. 6b355f6 system-arm: Move display node into a shared DTS file by Giacomo Travaglini · 3 years, 4 months ago
  100. c9bd435 python: Refactor toNum to support a selection of units by Andreas Sandberg · 3 years, 4 months ago