1. 7bc9b01 misc,ext: Add gem5/SST integration by Hoa Nguyen · 2 years, 8 months ago
  2. 39d4cdc sim: fix build error when glibc >= 2.34 by Luming Wang · 2 years, 5 months ago
  3. c99d192 arch-riscv: fix inUserMode by Luming Wang · 2 years, 5 months ago
  4. 8ef0f30 sim-se: add checks in selectFunc to fix up crashes by Luming Wang · 2 years, 5 months ago
  5. ec5cda8 sim-se: Add additional TGT_AT_* constants for Linux. by Gabe Black · 2 years, 5 months ago
  6. 68b055d cpu-o3: Refactor how registers are handled in the DynInst class. by Gabe Black · 2 years, 6 months ago
  7. e2b9572 stdlib,mem-ruby: CHI support in components by Jason Lowe-Power · 2 years, 6 months ago
  8. 5494313 stdlib: Fix CustomResource metadata setting by Bobby R. Bruce · 2 years, 5 months ago
  9. d8a6e7e cpu: Reimplement pcState(Addr) without using the PCState constructor. by Gabe Black · 2 years, 7 months ago
  10. 70f9a32 cpu,arch: Eliminate the ThreadContext::nextInstAddr method. by Gabe Black · 2 years, 7 months ago
  11. 58935cd cpu: Stop using the ThreadContext::nextInstAddr method. by Gabe Black · 2 years, 7 months ago
  12. 5a49cd9 cpu-o3: Mostly use PCStateBase instead of TheISA::PCState. by Gabe Black · 2 years, 7 months ago
  13. dba6300 cpu-simple: Use PCStateBase instead of TheISA::PCState. by Gabe Black · 2 years, 7 months ago
  14. 7497cae cpu-minor: Convert the rest of the CPU to use PCStateBase *|&. by Gabe Black · 2 years, 7 months ago
  15. f9cbef9 cpu-minor: Disentangle the PC and fetch address. by Gabe Black · 2 years, 7 months ago
  16. dc8ac3b cpu-minor: Use PCStateBase in the minor CPU DynInst class. by Gabe Black · 2 years, 7 months ago
  17. f7bfa30 misc: Use a PCStateBase unique_ptr in SkipFuncBase::process. by Gabe Black · 2 years, 7 months ago
  18. ecd3cc8 arch,cpu: Use PCStateBase in StaticInst::branchTarget by Gabe Black · 2 years, 7 months ago
  19. 9d48180 arch,cpu: Use PCStateBase in buildRetPC. by Gabe Black · 2 years, 7 months ago
  20. 5ad4cf0 arch,cpu,sim: Use PCStateBase in advancePC. by Gabe Black · 2 years, 7 months ago
  21. cd772c1 arch,cpu,sim: Use PCState * and & to trace and not TheISA::PCState. by Gabe Black · 2 years, 7 months ago
  22. f784097 arch: Add a "set" function to set one PCState to another. by Gabe Black · 2 years, 7 months ago
  23. 3ecc9f8 arch: Add a newPCState method to the ISA class. by Gabe Black · 2 years, 7 months ago
  24. 8de2e2e arch: Virtualize printing a PCState. by Gabe Black · 2 years, 7 months ago
  25. e3a79d4 arch: Add a virtually backed PCState == operator. by Gabe Black · 2 years, 7 months ago
  26. 8b496a1 stdlib: Fix enum comparison in 'requires' by Bobby R. Bruce · 2 years, 6 months ago
  27. c9af404 tests: Removing unittests for .perf and .prof by Bobby R. Bruce · 2 years, 6 months ago
  28. 8a9ea97 configs: Replace master/slave terminology from configs scripts by Giacomo Travaglini · 2 years, 6 months ago
  29. 65c32dc configs: Replace master/slave terminology from ruby scripts by Giacomo Travaglini · 2 years, 6 months ago
  30. f1fc49e learning_gem5: Replace master/slave terminology from learning_gem5 scripts by Giacomo Travaglini · 2 years, 6 months ago
  31. 34826f1 tests: Replace master/slave terminology from tests scripts by Giacomo Travaglini · 2 years, 6 months ago
  32. 3b5a960 systemc: move tracefile registration into constructor by Yu-hsin Wang · 2 years, 6 months ago
  33. cdbeb07 mem: Targets per MSHR allocated should be always <= tgts_per_mshr by huangjs · 2 years, 6 months ago
  34. 2e05f69 stdlib: Fix RISCVBoard when running O3 CPU with Ruby by Bobby R. Bruce · 2 years, 6 months ago
  35. e60fcfe cpu: Set up _*_ports values in BaseCPU in __init__. by Gabe Black · 2 years, 6 months ago
  36. 3f5cab5 cpu: Remove an architecture check in addPrivateSplitL1Caches. by Gabe Black · 2 years, 6 months ago
  37. 6dc5cfe cpu: Get rid of the BaseCPU UnifiedTLB parameter. by Gabe Black · 2 years, 6 months ago
  38. 97b8ca2 sim: Remove some old transitional code in SEWorkload. by Gabe Black · 2 years, 6 months ago
  39. bf5be72 sim: Remove the byte_order parameter from System. by Gabe Black · 2 years, 6 months ago
  40. 5e3226b arch,sim: Add a byteOrder accessor to the Workload class. by Gabe Black · 2 years, 6 months ago
  41. 8c4e854 sim: Create a StubWorkload for System.workload to default to. by Gabe Black · 2 years, 6 months ago
  42. e3f472a cpu: Change GUPSGen::memSize to uint64_t by Mahyar Samani · 2 years, 6 months ago
  43. 9df4025 arch: Promote the PC and microPC to the PCStateBase class. by Gabe Black · 2 years, 7 months ago
  44. 3aa8979 stdlib: Call `setup_memory_ranges()` from the constructor by Bobby R. Bruce · 2 years, 6 months ago
  45. c73e6e7 stdlib,tests: Fix boot_kvm_fork_run.py by Bobby R. Bruce · 2 years, 6 months ago
  46. 97565ec stdlib: Fix component incorporation ordering by Bobby R. Bruce · 2 years, 6 months ago
  47. de7337a misc: Replace master/slave terminology from BaseCPU.py by Giacomo Travaglini · 2 years, 6 months ago
  48. 404077e arch: Add vec_reg.test & vec_pred_reg.test unittests by Giacomo Travaglini · 3 years, 1 month ago
  49. 378778f ext: Add extra defines to libelf to support Apple silicon. by Richard Cooper · 2 years, 6 months ago
  50. 9979cdd arch-x86: Fix rcl implementation triggers "bits" assert by Eduardo José Gómez Hernández · 2 years, 6 months ago
  51. 5290ae8 scons: Make the perf and prof builds into options. by Gabe Black · 2 years, 6 months ago
  52. 93049b5 testlib: Explicitly use python3 when running regressions by Giacomo Travaglini · 2 years, 6 months ago
  53. 2771572 arch-arm: gdb support Thumb ISA by Yu-hsin Wang · 2 years, 7 months ago
  54. 13caaf4 arch-arm: add missing override for remote_gdb by Yu-hsin Wang · 2 years, 6 months ago
  55. 14b3fd3 fastmodel: Implement Iris::MMU::translateFunctional. by Gabe Black · 2 years, 6 months ago
  56. f7284c6 fastmodel: Fix params for the IrisTLB. by Gabe Black · 2 years, 6 months ago
  57. 2d11080 fastmodel: Delete the unused ArmFastModelBin. by Gabe Black · 2 years, 6 months ago
  58. bd6da8f tests: Fix riscv boot exit tests by Bobby R. Bruce · 2 years, 6 months ago
  59. b65b59d tests: Remove 'override-download' flag from insttest by Bobby R. Bruce · 2 years, 6 months ago
  60. 76046ee fastmodel: CortexR52 support gdb by Yu-hsin Wang · 2 years, 7 months ago
  61. 1a72fc6 configs: Replace connectAllPorts with connectCachedPorts by Giacomo Travaglini · 2 years, 6 months ago
  62. 10e4d43 cpu-o3: Manually flatten the index for vector reg elements. by Gabe Black · 2 years, 6 months ago
  63. 20e045a arch-riscv: Add NMI support by Jui-min Lee · 2 years, 6 months ago
  64. 6367838 dev-arm: Ensure all fields of GicV2 are initialized. by Gabe Black · 2 years, 6 months ago
  65. 4929c12 tests: Move MI_Example tests to Long/Nightly by Bobby R. Bruce · 2 years, 6 months ago
  66. 1e8aeee ext: Update pybind11 to v2.8.1 by Jason Lowe-Power · 2 years, 6 months ago
  67. ba5f68d misc: Use python 3's argumentless super(). by Gabe Black · 2 years, 6 months ago
  68. e4cff7b stdlib: Remove 'exit_on_work_items' from boards' constructor by Bobby R. Bruce · 2 years, 6 months ago
  69. 4307d8b stdlib: Remove unneeded imports in the gem5 Python Library by Bobby R. Bruce · 2 years, 6 months ago
  70. 3a692d4 stdlib,tests,configs: Create 'SEBinaryWorkload' class by Bobby R. Bruce · 2 years, 6 months ago
  71. 856c23d stdlib: Add missing @overrides to RISCVBoard by Bobby R. Bruce · 2 years, 6 months ago
  72. ddb4a84 stdlib: Move 'connect_things' to AbstractBoard constructor by Bobby R. Bruce · 2 years, 6 months ago
  73. 65e1314 stdlib: Move 'connect_things' to the AbstractBoard by Bobby R. Bruce · 2 years, 6 months ago
  74. 6c68745 tests: Update RISCV boot tests to use Ubuntu resource by Bobby R. Bruce · 2 years, 6 months ago
  75. b504398 stdlib,tests,configs: Replace Resource override download by Bobby R. Bruce · 2 years, 6 months ago
  76. bde1c46 stdlib,configs: Remove setting resource_directory in examples by Bobby R. Bruce · 2 years, 6 months ago
  77. 76251f9 stdlib: Fix resource downloader download to cwd upon failure by Bobby R. Bruce · 2 years, 6 months ago
  78. 1b0b59f stdlib: Create 'KernelDiskWorkload' abstract class by Bobby R. Bruce · 2 years, 6 months ago
  79. 03f93d4 stdlib: Automatically set disk root partition in set_workload by Bobby R. Bruce · 2 years, 6 months ago
  80. 2e57850 stdlib: Remove SimpleBoard as a superclass by Bobby R. Bruce · 2 years, 7 months ago
  81. 4b361aa arch,cpu: Refactor PCState construction a little. by Gabe Black · 2 years, 7 months ago
  82. 3f93735 arch: Add a virtual clone() method to PCState. by Gabe Black · 2 years, 7 months ago
  83. 284f75b arch: Add some helpers to make it easier to cast PCState. by Gabe Black · 2 years, 7 months ago
  84. a5984cc arch: Extract PCStateCommon from PCStateBase. by Gabe Black · 2 years, 7 months ago
  85. 6f49a1f mem: Initialize all stats in MemInterface by Jason Lowe-Power · 2 years, 6 months ago
  86. 314dae4 dev-arm: Set cntkctl and cnthctl in the CoreTimers constructor. by Gabe Black · 2 years, 6 months ago
  87. a8b9bc4 cpu-o3: Remove unnecessary this->s from DynInst and SimpleFreeList. by Gabe Black · 2 years, 6 months ago
  88. e7cd655 base: Set enableUnits in ScalarPrint declared in DistPrint::operator(). by Gabe Black · 2 years, 6 months ago
  89. 223cd52 arch-gcn3,arch-vega: Don't write exec in v_cmp_f_i32 by Kyle Roarty · 2 years, 6 months ago
  90. e34fa5d mem-cache: Ensure all fields of the CacheBlk class are initialized. by Gabe Black · 2 years, 6 months ago
  91. 6d60e76 mem-cache: Don't generate debug output unless you're going to use it. by Gabe Black · 2 years, 6 months ago
  92. d6e402a misc: Add 'stdlib' tag to MAINTAINERS.yaml by Bobby R. Bruce · 2 years, 7 months ago
  93. e505953 cpu-kvm,arch-x86,arch-arm,dev: Pair operator new with operator delete. by Gabe Black · 2 years, 6 months ago
  94. 245909c tests: Removing Atomic CPU with Ruby tests by Bobby R. Bruce · 2 years, 6 months ago
  95. 515764d python: Remove incorrect usage of typing 'Optional' by Bobby R. Bruce · 2 years, 6 months ago
  96. 470939f arch: Fix serialization/deserialization of Vector registers by Giacomo Travaglini · 2 years, 6 months ago
  97. 0d64ec9 base: fix name setter doesn't pass correct stat style by Yu-hsin Wang · 2 years, 6 months ago
  98. 514c2cb scons: Don't fail builds if TERM is not set by Eric Ye · 2 years, 6 months ago
  99. 83ac6ff dev: Default the VirtIO device's endianness to little. by Gabe Black · 2 years, 6 months ago
  100. 7041863 configs: Move riscv_fs.py to example/gem5_library by Bobby R. Bruce · 2 years, 7 months ago