1. 7a5be9a cpu: Eliminate the empty cpu/exec_context.cc. by Gabe Black · 3 years, 4 months ago
  2. 7594dc0 arch-power: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  3. 2d2f227 arch-arm: Add set_reg_idx_arr to SveStructMemSIMicroopDeclare by Giacomo Travaglini · 3 years, 4 months ago
  4. fa4be29 systemc: remove pipe through flag in TLM extension by Earl Ou · 3 years, 7 months ago
  5. 02cd894 tests: Add Python unit tests for m5.util.convert by Andreas Sandberg · 3 years, 4 months ago
  6. fd7bcb7 sim: Consistently use ISO prefixes by Andreas Sandberg · 3 years, 4 months ago
  7. ebf29ea python: Consistently use ISO prefixes by Andreas Sandberg · 3 years, 4 months ago
  8. a6be3fd arch-arm, dev-arm: Consistently use ISO prefixes by Andreas Sandberg · 3 years, 4 months ago
  9. 61dbd95 tests: Stop "using namespace std" in unittest/. by Gabe Black · 3 years, 4 months ago
  10. 5155678 misc: Stop "using namespace std" in protoio.cc. by Gabe Black · 3 years, 4 months ago
  11. 2343ee2 cpu: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  12. d3a4662 arch-arm: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  13. 5f6f6d0 arch-sparc: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  14. 35c4ed0 arch-mips: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  15. e6387de arch-riscv: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  16. afc3dc5 arch-x86: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  17. 04ee39a arch-arm: Fix Compare and Swap Pair instructions by Giacomo Travaglini · 3 years, 4 months ago
  18. 3e62820 mem: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  19. e24ae58 dev: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  20. 592b075 sim: Stop "using namespace std" by Gabe Black · 3 years, 4 months ago
  21. f5c18ad base: Stop "using namespace std". by Gabe Black · 3 years, 4 months ago
  22. ee0fdc9 base: Style fixes in cprintf related files. by Gabe Black · 3 years, 4 months ago
  23. 998d5d8 tests: Fix building of unittest/stattest.cc. by Gabe Black · 3 years, 4 months ago
  24. 3d257c2 arch-x86: implement PSHUFB SSE instruction. by Tong Shen · 3 years, 4 months ago
  25. a701e1f mem: Consistently use ISO prefixes by Andreas Sandberg · 3 years, 4 months ago
  26. d9bc785 sim-se: Handle simultaneous page faults in SE-mode multithreading by Jiayi Huang · 3 years, 4 months ago
  27. d06a193 scons: Remove Python 2.7 compatibility code by Andreas Sandberg · 3 years, 4 months ago
  28. 4b9c46c python: Remove Python 2.7 compatibility code by Andreas Sandberg · 3 years, 4 months ago
  29. 36ab8ef dev: Consistently use ISO prefixes by Andreas Sandberg · 3 years, 4 months ago
  30. 83bbe53 sim,base: make checkpointMapIn warn if an unknown key is found by Ciro Santilli · 3 years, 7 months ago
  31. 4d1a6ff configs: Weed out old port terminology in Arm examples by Andreas Sandberg · 3 years, 4 months ago
  32. 2060389 configs: Remove Python 2 compatibility code in Arm configs by Andreas Sandberg · 3 years, 4 months ago
  33. 75e7f18 arch-arm, dev-arm: Remove Python 2 compatibility code by Andreas Sandberg · 3 years, 4 months ago
  34. 68fe6fa gpu-compute: Simplify LGKM decrementing for Flat instructions by Kyle Roarty · 3 years, 4 months ago
  35. 927cd10 base: Fix unsigned underflow mishandling. by Philip Metzler · 3 years, 4 months ago
  36. 71932a3 dev: Fixing EtherDevice stats initialization order by Hoa Nguyen · 3 years, 4 months ago
  37. a3c2600 riscv: Get rid of some unused constants. by Gabe Black · 3 years, 4 months ago
  38. 6f74594 arm: Use the "reg" ABI for gem5 ops. by Gabe Black · 3 years, 4 months ago
  39. b67b917 python: Fix incorrect prefixes is m5.utils.convert by Andreas Sandberg · 3 years, 4 months ago
  40. 5fca172 sim: Don't serialise params in thermal models by Andreas Sandberg · 3 years, 4 months ago
  41. bfff0c4 sim: Thermal model style fixes by Andreas Sandberg · 3 years, 4 months ago
  42. 14663f9 arch-riscv,util: Add m5op.S for riscv to enable pseudo inst use by Ayaz Akram · 3 years, 6 months ago
  43. eb7958c arm: Export the mostly generic syscall ABI. by Gabe Black · 3 years, 4 months ago
  44. c52f2fb tests: Fix syntax error in cpu_tests/test.py by Giacomo Travaglini · 3 years, 4 months ago
  45. 32b3be7 configs: MemConfig, add QoSMemSinkCtrl support by Adrian Herrera · 3 years, 8 months ago
  46. 12602e4 tests: Stop using memcmp in the circlebuf test. by Gabe Black · 3 years, 6 months ago
  47. 9d48bd8 base: Rename Flags::update as Flags::replace by Daniel R. Carvalho · 3 years, 5 months ago
  48. 2aa5fb0 base: Remove dubious/unused Flags functions by Daniel R. Carvalho · 3 years, 5 months ago
  49. e67b007 base: Add unit tests for flags.hh by Daniel R. Carvalho · 3 years, 5 months ago
  50. d708344 arch: Fix the code that computes MaxMiscDestReg. by Gabe Black · 3 years, 6 months ago
  51. 5e83699 cpu: Remove the default, globally sized index arrays from StaticInst. by Gabe Black · 3 years, 6 months ago
  52. d14f37d arm: Use local src and dest reg index arrays. by Gabe Black · 3 years, 6 months ago
  53. 544a172 arch: Wrap InstObjParams with a class and not a function. by Gabe Black · 3 years, 5 months ago
  54. c2a980a arch-arm: dtb_addr is already encoding the loadAddrOffset by Giacomo Travaglini · 3 years, 4 months ago
  55. 5323ccc arch-gcn3,gpu-compute: Update stats style for GPU by Matthew Poremba · 3 years, 5 months ago
  56. e8b37cc arch-riscv: fix incorrect interrupt checking logic by Cui Jin · 3 years, 5 months ago
  57. 3a8df68 misc: Fix some includes by Daniel R. Carvalho · 3 years, 5 months ago
  58. f213abb util: Fix gem5_within_systemc and tlm coupling by Lukas Steiner · 3 years, 5 months ago
  59. 7246f70 mem-ruby: Fix race related to atomics in VIPER by Matthew Poremba · 3 years, 5 months ago
  60. e91524b util-docker: Add gdb to gcn-gpu Dockerfile by Matthew Poremba · 3 years, 5 months ago
  61. ccee328 base: Rename Flag status to enabled by Daniel R. Carvalho · 3 years, 5 months ago
  62. 3f0cd99 base: Add unit test for debug.hh by Daniel R. Carvalho · 3 years, 5 months ago
  63. a4657f1 gpu-compute: Fix LGKM decrementing for flat atomic insts by Kyle Roarty · 3 years, 5 months ago
  64. fb952a1 sim: Rename the root stats group to RootStats by Hoa Nguyen · 3 years, 5 months ago
  65. e19fbe4 base: Remove the curTick prototype from base/statistics.hh. by Gabe Black · 3 years, 5 months ago
  66. 4d7384e sim: Break the eventq.hh dependency in core.hh. by Gabe Black · 3 years, 5 months ago
  67. c295236 gpu-compute: Support for dynamic register alloc by gauravjain14 · 4 years, 8 months ago
  68. 3972d9d cpu-o3: Add missing tid in Rename's debug message by Daniel R. Carvalho · 3 years, 5 months ago
  69. d1933d9 arch-riscv: CSR registers support in RISC-V remote GDB. by Peter Yuen · 3 years, 5 months ago
  70. 9c7cc71 dev: Let the pixel pump bypass the DMA FIFO in non-caching mode. by Gabe Black · 3 years, 5 months ago
  71. 5a124c2 tests, base: Added GTests for base/amo.hh by Neil Natekar · 4 years, 2 months ago
  72. 6ecf110 arch-arm: inform bootloader of kernel position with a register by Ciro Santilli · 3 years, 8 months ago
  73. eb4382a base: Add documentation to flags.hh by Daniel R. Carvalho · 3 years, 5 months ago
  74. d7b09c8 base: Remove Flags<U> assignment by Daniel R. Carvalho · 3 years, 5 months ago
  75. 4a50330 base: Assert Flags' type is unsigned by Daniel R. Carvalho · 3 years, 5 months ago
  76. 0c3dcfd base: Remove flag from allFlags on destruction by Daniel R. Carvalho · 3 years, 5 months ago
  77. 23f8efc base: Remove negation operator in Flag by Daniel R. Carvalho · 3 years, 5 months ago
  78. ba284a1 base: Fix uninitialized variable in Flag by Daniel R. Carvalho · 3 years, 5 months ago
  79. 3b03eaa mem-cache: Fix update of useful prefetches by Daniel R. Carvalho · 3 years, 6 months ago
  80. c6933a2 misc: Fix missing includes. by Gabe Black · 3 years, 5 months ago
  81. a7f3c5a base: Remove begin() and end() from CircleBuf. by Gabe Black · 3 years, 5 months ago
  82. 43114ad dev: Use regular atomic accesses for DMA in bypass mode. by Gabe Black · 3 years, 5 months ago
  83. c5da197 dev: Teach the DmaPort to use atomic memory backdoors. by Gabe Black · 3 years, 5 months ago
  84. 93c0fdf dev: Generate DMA packets as needed. by Gabe Black · 3 years, 5 months ago
  85. 65828b2 base: Re-implement CircleBuf without using CircularQueue. by Gabe Black · 3 years, 5 months ago
  86. 28f8a39 base: Add a setNext method to the ChunkGenerator. by Gabe Black · 3 years, 5 months ago
  87. f6ec145 gpu-compute: Fix FLAT insts decrementing lgkm count early by Kyle Roarty · 3 years, 5 months ago
  88. 3c0769b configs: Remove default bootscript option for fs_bigLITTLE.py by Giacomo Travaglini · 3 years, 5 months ago
  89. 00dd0d7 dev-arm: SMMUv3, enable interrupt interface by Adrian Herrera · 3 years, 6 months ago
  90. 131ae4a dev: Remove the return type from DmaPort::dmaAction. by Gabe Black · 3 years, 5 months ago
  91. e5c8f03 dev: Fix style in the pixel pump base class. by Gabe Black · 3 years, 5 months ago
  92. 2bf116e dev: Style fixes in the ARM HDLCD device. by Gabe Black · 3 years, 6 months ago
  93. 8c36589 arch-riscv: fix the wrong cause register setting by Cui Jin · 3 years, 5 months ago
  94. 3059c6d arch: Add a mechanism to pad the src or dest reg index arrays. by Gabe Black · 3 years, 6 months ago
  95. 27a41d6 dev: Cache the cacheLineSize in the DMA read FIFO. by Gabe Black · 3 years, 6 months ago
  96. 9e97dbe dev: Make DMA devices use their own ports for functional accesses. by Gabe Black · 3 years, 6 months ago
  97. f16bfed dev: Style fixes in src/dev/dma_device.(cc|hh). by Gabe Black · 3 years, 6 months ago
  98. b3dd0d4 base: Style fixes in the CircleBuf and Fifo classes. by Gabe Black · 3 years, 6 months ago
  99. fa36e7d base,cpu: Simplify the CircularQueue class significantly. by Gabe Black · 3 years, 6 months ago
  100. be7043f base: Fix style issues in the circular queue. by Gabe Black · 3 years, 6 months ago