1. 4ea8f35 configs: Add default to max_cu_tokens CLA by Kyle Roarty · 1 year, 9 months ago
  2. 5f2a267 configs: Add CLA for max_cu_tokens to apu_se.py by Kyle Roarty · 1 year, 9 months ago
  3. 963c96c misc: Fix dynamic decision of TranslatingPortProxy. by Jiajie Chen · 1 year, 9 months ago
  4. 590e17e arch-arm: Switch from getVec* to getReg* accessor. by Jiajie Chen · 1 year, 9 months ago
  5. d6e422c stdlib: Fix SimpleCore no ISA set use-case by Bobby R. Bruce · 1 year, 9 months ago
  6. 38131c8 configs: Add option to override cpu vendor string by Jiajie Chen · 1 year, 9 months ago
  7. 608b930 scons: Remove support for generating config/the_isa.hh. by Gabe Black · 2 years, 6 months ago
  8. a8a2ab5 misc: Stop including config/the_isa.hh. by Gabe Black · 2 years, 6 months ago
  9. f4209bb misc: Remove lingering uses of TheISA::. by Gabe Black · 2 years, 6 months ago
  10. a13e3de misc: Stop excluding code when building the NULL ISA. by Gabe Black · 2 years, 6 months ago
  11. aefc057 scons: Get rid of the isa.hh switching header file. by Gabe Black · 2 years, 7 months ago
  12. 2da4a2c cpu: Stop including arch/isa.hh. by Gabe Black · 2 years, 7 months ago
  13. ba4dba4 cpu: Store the ISA class using BaseISA and not TheISA::ISA. by Gabe Black · 2 years, 7 months ago
  14. 5d00ba8 arch: Make the (read|set)MiscReg methods virtual. by Gabe Black · 2 years, 7 months ago
  15. b3365e7 arch: Make the ISA::clear() method virtual. by Gabe Black · 2 years, 7 months ago
  16. d130fdc arch: Remove unused register flattening methods. by Gabe Black · 2 years, 7 months ago
  17. eaa67ca fastmodel,cpu: Remove the flattenRegId ThreadContext method. by Gabe Black · 2 years, 7 months ago
  18. ff4b675 arch-arm,cpu: Remove all uses of flattenRegId. by Gabe Black · 2 years, 7 months ago
  19. 8918021 cpu: Eliminate the (get|set)RegFlat methods. by Gabe Black · 2 years, 7 months ago
  20. c686c93 arch,cpu: Replace calls to (get|set)RegFlat. by Gabe Black · 2 years, 7 months ago
  21. 36de693 arch-sparc: Implement RegClass based register flattening. by Gabe Black · 2 years, 7 months ago
  22. c6b3890 gpu-compute: Adding support for LDS atomics by Alexandru Dutu · 1 year, 10 months ago
  23. 2816598 mem-ruby: Fix replacement policy updates in MI_example by Jarvis Jia · 1 year, 9 months ago
  24. a57d336 arch-riscv: Remove one of two BasicDecode per atomic insts format by Hoa Nguyen · 1 year, 9 months ago
  25. 35bb555 arch: Bump MaxVecRegLenInBytes to 2^16 by Hoa Nguyen · 1 year, 9 months ago
  26. 3238822 stdlib,tests: Add BaseCPUProcessor to stdlib by Bobby R. Bruce · 1 year, 9 months ago
  27. 5e281c9 stdlib: Add "requires_send_evicts" function to AbstractCore by Bobby R. Bruce · 1 year, 9 months ago
  28. d0b2345 stdlib: Add "is_kvm_core" function to AbstractCore by Bobby R. Bruce · 1 year, 9 months ago
  29. d9b6a7f stdlib: Create BaseCPUCore type by Bobby R. Bruce · 1 year, 9 months ago
  30. d023d8a stdlib: Remove "CPUType" from AbstractCore by Bobby R. Bruce · 1 year, 9 months ago
  31. d4cde65 tests: Remove functional tests from Garnet by Jason Lowe-Power · 1 year, 9 months ago
  32. 0ad684a arch-arm: XPACD, XPACI, XPACLRI do not trap by Giacomo Travaglini · 3 years, 9 months ago
  33. 5bbc326 mem-ruby: Replace deprecated Stats namespace with statistics by Giacomo Travaglini · 1 year, 9 months ago
  34. 631e6ce stdlib: Add the "GEM5_USE_PROXY" seting for download proxy by Bobby R. Bruce · 1 year, 9 months ago
  35. 5dc8833 misc: Remove trailing whitespaces from src/Doxyfile by Bobby R. Bruce · 1 year, 9 months ago
  36. 50c8d96 fastmodel: Use current execution state for memory lookup by Philip Metzler · 1 year, 9 months ago
  37. 1dd3072 arch-x86: A bug in rcr instruction of x86 solved. by yiwkd2 · 1 year, 9 months ago
  38. 25d2a83 configs: Enable EL3 in the arm-ubuntu-boot-exit example by Giacomo Travaglini · 1 year, 9 months ago
  39. afd3e17f arch-riscv: Fix WFI race condition by Jui-Min Lee · 1 year, 9 months ago
  40. 3b7ac7a stdlib: Fix get_supported_isas. by Gabe Black · 1 year, 9 months ago
  41. e046342 configs: fix fastmodel configs to run with kernel 5.x by Wei-Han Chen · 1 year, 9 months ago
  42. b3781ce configs: Add ITS in fastmodel cluster by Wei-Han Chen · 1 year, 9 months ago
  43. 13d298e arch-arm: Implement RegClass based register flattening. by Gabe Black · 2 years, 7 months ago
  44. 04ef1c7 arch-x86: Implement RegClass flattening. by Gabe Black · 2 years, 7 months ago
  45. 3c2ce6f cpu: Use flattened register IDs in stored results in the checker CPU. by Gabe Black · 2 years, 5 months ago
  46. e59f01a cpu: Make RegClass able to flatten RegIds. by Gabe Black · 2 years, 7 months ago
  47. 22dd206 misc: Update CONTRIBUTING.md to mention pre-commit by Bobby R. Bruce · 1 year, 9 months ago
  48. dbee7be misc: Add Black style update to .git-blame-ignore-revs by Bobby R. Bruce · 1 year, 9 months ago
  49. c3d6b60 util: Remove Python file from style hook checks by Bobby R. Bruce · 1 year, 9 months ago
  50. 6ca1138 scons: Fix scons ParseConfig error for SCons versions 4.4+ by Hoa Nguyen · 1 year, 9 months ago
  51. 244f80dd arch: Eliminate the vecregs.hh switching header file. by Gabe Black · 2 years, 8 months ago
  52. 262463a misc: Stop including arch/vecregs.hh and fix transitive includes. by Gabe Black · 2 years, 8 months ago
  53. 3d7d426 cpu: Generalize how register files are serialized. by Gabe Black · 2 years, 8 months ago
  54. 32a206a systemc: fix hierarchical binding by Derek Christ · 1 year, 9 months ago
  55. d49c8f7 tests: Use pre-commit to run some tests in Jenkins by Andreas Sandberg · 1 year, 10 months ago
  56. 787204c python: Apply Black formatter to Python files by Bobby R. Bruce · 1 year, 10 months ago
  57. 1cfaa8d arch-arm: Remove unimplemented miscreg handling in MSR imm by Giacomo Travaglini · 1 year, 9 months ago
  58. e0d74f4 misc: Add .vscode to .gitignore by Bobby R. Bruce · 1 year, 9 months ago
  59. e425bca arch,cpu,sim: Store registers in InstRecord with InstResult. by Gabe Black · 2 years, 8 months ago
  60. 81e0767 cpu: Simplify and revamp the InstResult class. by Gabe Black · 2 years, 8 months ago
  61. f698ca9 tests: extend the test_hello_se to test on print-this binary by Zhantong Qiu · 1 year, 9 months ago
  62. 71e3ff0 configs: move cpu a2t, t2g from gic_hub to cpu_hub by Wei-Han Chen · 1 year, 9 months ago
  63. 174adc2 arch-arm: Revamp TLB invalidation by introducing TLBIOp::match by Giacomo Travaglini · 1 year, 10 months ago
  64. 1290d15 arch-arm: Simplify TLB invalidation with flushMva by Giacomo Travaglini · 1 year, 10 months ago
  65. bad3e14 arch-arm: Fix IPAS2 invalidation by Giacomo Travaglini · 1 year, 10 months ago
  66. cc4380b cpu,arch: Put the name of the RegClass into the RegClass. by Gabe Black · 2 years, 8 months ago
  67. 7b1f05a arch-arm,cpu: Simplify the RegClass constructor(s). by Gabe Black · 2 years, 8 months ago
  68. e3ff57e arch-arm: Further clean up the AArch64 MSR/MRS decode by Giacomo Travaglini · 1 year, 10 months ago
  69. 5a65aae arch-arm: Simplify AArch64 decode of unimplemented registers by Giacomo Travaglini · 1 year, 10 months ago
  70. d18b915 arch-arm: Remove unimplemented flag from release dependant regs by Giacomo Travaglini · 1 year, 10 months ago
  71. b7720a0 arch-arm: MISCREG_IMPDEF_UNIMPL does not need unimplemented flag by Giacomo Travaglini · 1 year, 10 months ago
  72. 7c52b0d arch-arm: Replace unimplemented+warnNotFail with callback by Giacomo Travaglini · 1 year, 10 months ago
  73. c7b7314 arch-arm: Clear unused WARN_NOT_FAIL flag for AArch64 CMOs by Giacomo Travaglini · 1 year, 10 months ago
  74. ce7448b arch-arm: Remove unimplemented flag from AArch64 registers by Giacomo Travaglini · 1 year, 10 months ago
  75. ef2573b arch-arm: Convert to the new faulting logic by Giacomo Travaglini · 1 year, 10 months ago
  76. 34f9e35 arch-arm: Add generateTrap method to MiscRegOp64 by Giacomo Travaglini · 1 year, 10 months ago
  77. 5afff98 arch-arm: Add new trapping bitfields to the HCR register by Giacomo Travaglini · 1 year, 10 months ago
  78. 01a0685 arch-arm: Use new faulting logic to handle SP_EL0 by Giacomo Travaglini · 1 year, 10 months ago
  79. 936f1e8 arch-arm: Merge checkFaultRead/Write into single checkFaultAccess by Giacomo Travaglini · 1 year, 10 months ago
  80. 1d03f6d misc: Update RELEASE-NOTES.md for v22.0.0.2 by Bobby R. Bruce · 1 year, 9 months ago v22.0.0.2
  81. c0b57d8 misc: Update version info to v22.0.0.2 by Bobby R. Bruce · 1 year, 9 months ago
  82. 37989aa system-arm: Fix FEAT_PAuth trapping in AArch64 bootloader by Sascha Bischoff · 1 year, 10 months ago
  83. 36c5d05 mem: Add getAddrRanges in HBMCtrl by Ayaz Akram · 1 year, 10 months ago
  84. 12d60fb configs: Fix unconnected PCI port in SST gem5 config by Hoa Nguyen · 1 year, 10 months ago
  85. 25f884a stdlib: se_binary_workload exits on work items by default by Kaustav Goswami · 1 year, 10 months ago
  86. acfa5da stdlib: Removing incorrect requires. by Mahyar Samani · 1 year, 10 months ago
  87. fdfa1e3 tests: Fix the download test by Bobby R. Bruce · 1 year, 11 months ago
  88. 1666e66 ext: Fix SST Documentation links by Bobby R. Bruce · 1 year, 9 months ago
  89. 5d01796 ext: Fix SST Documentation links by Bobby R. Bruce · 1 year, 9 months ago
  90. 942b71b gpu-compute: Move GPU caches to GPU clock domain by Srikant Bharadwaj · 1 year, 10 months ago
  91. 6811546 gpu-compute: Set LDS and Scratch apertures in FS by Matthew Poremba · 1 year, 10 months ago
  92. f65f5a8 gpu-compute,arch-vega: Overhaul HWRegs, setreg, getreg by Matthew Poremba · 1 year, 10 months ago
  93. 5c7514c arch-vega: Fix S_GETREG_B32 masking/shifting by Matthew Poremba · 1 year, 10 months ago
  94. f2949f3 dev-amdgpu: Set PASID in interrupt cookie by Matthew Poremba · 1 year, 10 months ago
  95. 923d6c4 configs: Always use busy wait for GPUFS by Matthew Poremba · 1 year, 10 months ago
  96. ee75e19 gpu-compute: Fix dynamic scratch allocation on GPUFS by Matthew Poremba · 1 year, 10 months ago
  97. 23fadb7 dev-hsa: Don't set _aqlComplete in setRdIdx method by Matthew Poremba · 1 year, 10 months ago
  98. 618d16d arch-vega: Fix V_READFIRSTLANE_B32 by Matthew Poremba · 2 years, 3 months ago
  99. 1c423ad arch-arm: Remove MISCREG_INFO E2H flag by Giacomo Travaglini · 1 year, 10 months ago
  100. 9bd4520 arch-arm: Use new fault callbacks in canRead/WriteAArch64SysReg by Giacomo Travaglini · 1 year, 10 months ago