1. 770b84c sim: Add missing virtual destructor to GlobalSyncEvent by Bobby R. Bruce · 1 year, 5 months ago
  2. ea3f13f configs: Set CPU vendor to M5 Simulator in apu_se.py by Matthew Poremba · 1 year, 5 months ago
  3. 92027a6 configs: Set CPU vendor to M5 Simulator in apu_se.py by Matthew Poremba · 1 year, 5 months ago
  4. ee9e074 tests: Delete build directory before running KVM in nightly by Bobby R. Bruce · 1 year, 5 months ago
  5. d51ce0d configs: Add missing `_pre_instantiate` call in "run_lupv.py" by Bobby R. Bruce · 1 year, 6 months ago
  6. 753470e tests: Update riscvmatched tests to use ALL/gem5.opt by Bobby R. Bruce · 1 year, 6 months ago
  7. 793076f configs,stdlib,tests: Update riscvmatched-fs.py to-init by Bobby R. Bruce · 1 year, 6 months ago
  8. 373b865 configs,stdlib: Fix import in riscvmatched-fs.py by Bobby R. Bruce · 1 year, 6 months ago
  9. f34f582 stdlib,configs: Update riscvmatched-fs example docstring by Bobby R. Bruce · 1 year, 6 months ago
  10. 9696cb5 arch-arm: Revert 'Setup TC/ISA at construction time..' by Bobby R. Bruce · 1 year, 6 months ago
  11. 98f3d77 arch-x86: X86ISA default vector_string to HygonGenuine by Bobby R. Bruce · 1 year, 6 months ago
  12. 4054565 tests: Delete build directory before running KVM in nightly by Bobby R. Bruce · 1 year, 5 months ago
  13. d401b1f base,sim: Adding monitor function to GDB by Quentin Forcioli · 1 year, 9 months ago
  14. 7230a3e base,sim,ext: Adding GDB signals definition by Quentin Forcioli · 1 year, 9 months ago
  15. da12e96 configs: Add missing `_pre_instantiate` call in "run_lupv.py" by Bobby R. Bruce · 1 year, 6 months ago
  16. db35dfb tests: Update riscvmatched tests to use ALL/gem5.opt by Bobby R. Bruce · 1 year, 6 months ago
  17. 5794643 configs,stdlib,tests: Update riscvmatched-fs.py to-init by Bobby R. Bruce · 1 year, 6 months ago
  18. 36f2964 configs,stdlib: Fix import in riscvmatched-fs.py by Bobby R. Bruce · 1 year, 6 months ago
  19. 00c2f09 stdlib,configs: Update riscvmatched-fs example docstring by Bobby R. Bruce · 1 year, 6 months ago
  20. d7b3020 dev,mem,systemc: Implement and use the recvMemBackdoorReq func. by Gabe Black · 1 year, 7 months ago
  21. 842a3a9 mem: Add an API for requesting a back door without a Packet/Request. by Gabe Black · 1 year, 7 months ago
  22. ff16ca3 mem: Add a class to describe a back door request. by Gabe Black · 1 year, 7 months ago
  23. 5eb7355 fastmodel: CortexR52 export standbywfi signal by Yu-hsin Wang · 1 year, 6 months ago
  24. ec75787 arch-arm: Revert 'Setup TC/ISA at construction time..' by Bobby R. Bruce · 1 year, 6 months ago
  25. 33a36d3 dev-amdgpu: Store SDMA queue type, use for ring ID by Matthew Poremba · 1 year, 6 months ago
  26. 6651329 base: query now works the same way normal command worked by Quentin Forcioli · 1 year, 8 months ago
  27. a49cba9 arch-x86: X86ISA default vector_string to HygonGenuine by Bobby R. Bruce · 1 year, 6 months ago
  28. dff879c configs, gpu-compute: Add configurable L1 scalar latencies by vramadas95 · 1 year, 6 months ago
  29. 04767dd dev-amdgpu: Fix SDMA ring buffer wrap around by Matthew Poremba · 1 year, 6 months ago
  30. 729a939 arch-vega: Fix SOPK instruction sign extends by Matthew Poremba · 1 year, 6 months ago
  31. 56c359c dev-amdgpu: Handle ring buffer wrap for PM4 queue by Matthew Poremba · 1 year, 6 months ago
  32. f172c41 stdlib: Fix get_isa_from_str() exception behavior in isas.py by Jasjeet Rangi · 1 year, 6 months ago
  33. 78b9786 stdlib: Fix get_isa_from_str() exception behavior in isas.py by Jasjeet Rangi · 1 year, 6 months ago
  34. 8693d72 arch-vega: Fix SOPK instruction sign extends by Matthew Poremba · 1 year, 6 months ago
  35. 623e2d3 dev-amdgpu: Handle ring buffer wrap for PM4 queue by Matthew Poremba · 1 year, 6 months ago
  36. 90046ba systemc: Add the stream id entry and its conversion in control extension by handsomeliu · 1 year, 6 months ago
  37. c8d687b dev-amdgpu: Fix SDMA ring buffer wrap around by Matthew Poremba · 1 year, 6 months ago
  38. 8d63c9f gpu-compute: Add granulated SGPR computation for gfx9 by Matthew Poremba · 1 year, 6 months ago
  39. f6dc5c6 gpu-compute: Chunkify AMDKernelCode read from device by Matthew Poremba · 1 year, 6 months ago
  40. 553096e stdlib: Make the Matched board a package by Hoa Nguyen · 1 year, 6 months ago
  41. 5d0a7b6 arch-riscv: Updating the SD bit of mstatus upon the register read by Hoa Nguyen · 1 year, 6 months ago
  42. dd2f1fb arch-arm: Setup ISA::gicv3CpuInterface on demand only by Giacomo Travaglini · 1 year, 6 months ago
  43. 47bd56e dev-arm: Setup TC/ISA at construction time of Gicv3CPUInterface by Giacomo Travaglini · 1 year, 6 months ago
  44. a4f86df arch-riscv: Update FS field of mstatus register where approriate. by Hoa Nguyen · 1 year, 6 months ago
  45. 3b8125d arch-riscv: Add VS field to the STATUS CSR by Hoa Nguyen · 1 year, 6 months ago
  46. 26c27b1 stdlib: Change the default kernel boot param from "ro" to "rw" by Hoa Nguyen · 1 year, 6 months ago
  47. c871d25 stdlib: Fixing erroneous typing in Simulator __init__ by Bobby R. Bruce · 1 year, 7 months ago
  48. 353c20e stdlib: Fix typos and remove unneeded import in Simulator by Bobby R. Bruce · 1 year, 8 months ago
  49. c88b528 stdlib: Update AbstractCore's 'set_inst_stop_any_thread' by Bobby R. Bruce · 1 year, 7 months ago
  50. 12d8d5c stdlib: Update AbstractCore `set_simpoint` func by Bobby R. Bruce · 1 year, 7 months ago
  51. 905b71c python: Move find from group to AbstractStat by Bobby R. Bruce · 1 year, 8 months ago
  52. b65fa9e python: Add AbstractStat for PyStats by Bobby R. Bruce · 1 year, 8 months ago
  53. 68f8c29 stdlib: Add 'get_simstats' function to simulator by Bobby R. Bruce · 1 year, 8 months ago
  54. 4a06375 stdlib: Add __repr__ to pystats by Bobby R. Bruce · 1 year, 8 months ago
  55. be33be8 misc: Update black to process src/python/m5/ext/pystats by Bobby R. Bruce · 1 year, 8 months ago
  56. 5204b58 stdlib: Rename JsonSerializable to SerializableStat by Bobby R. Bruce · 2 years ago
  57. 2211fdb tests,stdlib: Add a test for JsonSerializable by Bobby R. Bruce · 2 years, 1 month ago
  58. 23d405e tests, resources: CVE-2007-4559 Patch by Melissa Jost · 1 year, 6 months ago
  59. f61a640 mem: Fix SHM server path cleanup logic by Jui-Min Lee · 1 year, 6 months ago
  60. 5bf88bf sim: allow specifying remote gdb port for each workload by Earl Ou · 1 year, 6 months ago
  61. 540e651 ext: upgrade to googletest 1.12.0 by Yu-hsin Wang · 1 year, 6 months ago
  62. c6918c8 python,stdlib: Add multiprocessing module by Jason Lowe-Power · 1 year, 8 months ago
  63. aead8fb arch-arm: Remove ISA::haveGICv3CpuIfc method by Giacomo Travaglini · 1 year, 6 months ago
  64. d348df8 arch-arm: Fix GICv3 List register mapping by Giacomo Travaglini · 1 year, 6 months ago
  65. ba8f59f arch-arm: Fix access permissions for GICv3 cpu registers by Giacomo Travaglini · 1 year, 6 months ago
  66. e65adcc util: update termios to replace nl with cr-nl by Earl Ou · 1 year, 6 months ago
  67. 19bad67 tests: Remove ARM compilation requirement for quick/Kokoro by Bobby R. Bruce · 1 year, 6 months ago
  68. 5432287 tests: Remove unneeded build step from nightly.sh by Bobby R. Bruce · 1 year, 6 months ago
  69. 3c171a1 tests: Remove tests requiring comp of novel ISAs in long by Bobby R. Bruce · 1 year, 6 months ago
  70. e07ca68 tests: Remove long/nightly X86 Boot tests by Bobby R. Bruce · 1 year, 6 months ago
  71. 4145d9f tests: Remove long/nightly ARM Boot tests by Bobby R. Bruce · 1 year, 6 months ago
  72. 8ffecdd stdlib,configs,tests: Rename config to arm-ubuntu-run.py by Bobby R. Bruce · 1 year, 6 months ago
  73. 26858db stdlib: Refactor the ArmBoard for _connect_things move by Bobby R. Bruce · 1 year, 6 months ago
  74. 25d4fb2 stdlib: Move `_connect_things` to run as pre_instantiation by Bobby R. Bruce · 1 year, 6 months ago
  75. 75c1df0 stdlib,arch-arm: Add ruby cache support to the ArmBoard by Kaustav Goswami · 1 year, 7 months ago
  76. 04ac9d9 stdlib: Give board interface for mem ports by Jason Lowe-Power · 1 year, 7 months ago
  77. 27da9b3 configs: GPUFS: use multiple event queues for >1 CPU by Matthew Poremba · 1 year, 6 months ago
  78. 489074f dev-amdgpu: Fix issues with PM4 queue map, fences by Matthew Poremba · 1 year, 6 months ago
  79. c5feca8 dev-amdgpu: Rework PM4 NOP packet by Matthew Poremba · 1 year, 6 months ago
  80. 752b696 dev-amdgpu: Fix SDMA trap ring ID, context by Matthew Poremba · 1 year, 6 months ago
  81. 8899291 dev-amdgpu: Fix interrupt handler address assignment by Matthew Poremba · 1 year, 6 months ago
  82. 91cd599 systemc: sync the response error between gem5 packet and tlm payload by Yu-hsin Wang · 1 year, 7 months ago
  83. 80c3bd3 mem: introduce bad command error to packet commands by Yu-hsin Wang · 1 year, 7 months ago
  84. 144ce7f dev-amdgpu: Fix GART PTE size by Matthew Poremba · 1 year, 6 months ago
  85. 7b16b17 dev-amdgpu: Chunkify SDMA copies that use device memory by Matthew Poremba · 1 year, 7 months ago
  86. 6a4a12e arch-vega: Improve non-native page size support by Matthew Poremba · 1 year, 7 months ago
  87. 6fd2a64 mem: implement ThreadBridge by Earl Ou · 1 year, 6 months ago
  88. 3ab6a74 stdlib: Move setting of checkpoints to set_workload funcs by Bobby R. Bruce · 1 year, 7 months ago
  89. ceac4b8 stdlib,configs: Update simpoint example to use the Workload by Melissa Jost · 1 year, 7 months ago
  90. 36e5feb stdlib: add 'get_simpoint' function to se_binary_workload.py by Bobby R. Bruce · 1 year, 7 months ago
  91. f1be0c8 stdlib: Added set_se_simpoint_workload to SEBinaryWorkload by Melissa Jost · 1 year, 7 months ago
  92. 87e774c arch-x86,sim-se: Add clone3 syscall by Bobby R. Bruce · 1 year, 6 months ago
  93. c2541a8 arch-arm: Use ThreadContext in ArmISA::currEL implementation by Giacomo Travaglini · 1 year, 7 months ago
  94. 506bd9d dev-arm: Use ThreadContext instead if ISA in GICV3 cpu interface by Giacomo Travaglini · 1 year, 7 months ago
  95. 8a78358 arch-arm: Allow TarmacTracer to dump trace to a file by Giacomo Travaglini · 1 year, 7 months ago
  96. 9a9de78 dev-arm: Implement System Security Control registers by Giacomo Travaglini · 1 year, 7 months ago
  97. 4db9815 arch-arm: Setup ThreadContext in GICv3 cpu interface by Giacomo Travaglini · 1 year, 7 months ago
  98. 62ce119 arch-arm: Always use AArch64 version of HCR/SCR by Giacomo Travaglini · 1 year, 7 months ago
  99. a13549e scons: Capture TMPDIR envvar by handsomeliu · 1 year, 6 months ago
  100. 32e4ac6 tests: Adding trusted stats for stats tests. by Mahyar Samani · 2 years, 1 month ago