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