1. f554b1a misc: Add release notes for v21.2 by Jason Lowe-Power · 2 years, 3 months ago v21.2.0.0
  2. da5efee ext,misc: Update `ext/sst/README.md` for v21.2 release by Bobby R. Bruce · 2 years, 3 months ago
  3. b2ffa27 tests: Increase Kokoro test timeout to 7 hours by Bobby R. Bruce · 2 years, 3 months ago
  4. db921c8 scons: Fix 'CheckLinkFlag' so '-Werror' is not enabled by Bobby R. Bruce · 2 years, 3 months ago
  5. 398d4f9 mem-cache: Init lastTriggerCounter for STeMS Prefetcher by Jiasen Huang · 2 years, 3 months ago
  6. 2194aea arch-riscv: rvc instruction is mistaken as branch by Cui Jin · 2 years, 3 months ago
  7. 7910926 mem-cache: Set prefetch bit if the blk comes from Prefetch only. by Jiasen Huang · 2 years, 3 months ago
  8. 5941458 scons: Remove -Werror for the gem5 v21.2 release by Bobby R. Bruce · 2 years, 3 months ago
  9. 5cf00e5 configs,tests: Update refs to deprecated 'x86-ubuntu-img' by Bobby R. Bruce · 2 years, 3 months ago
  10. c999905 misc: Hardcode docker pulls to v21-2 versions by Bobby R. Bruce · 2 years, 3 months ago
  11. af07c64 tests: Update the weekly and nightly tests to use v21.2 by Bobby R. Bruce · 2 years, 3 months ago
  12. eeccb4a util: Fix gcn-gpu docker download to v21-2 by Bobby R. Bruce · 2 years, 3 months ago
  13. 798d2ed ext,tests: Update the testlib download URL for v21.2 by Bobby R. Bruce · 2 years, 3 months ago
  14. b959fba stdlib: Update the stdlib resource downloader for versions by Bobby R. Bruce · 2 years, 3 months ago
  15. 33a0d30 tests: Update the cpu_tests download URL by Bobby R. Bruce · 2 years, 3 months ago
  16. bf27400 base: Update the version to v21.2.0.0 by Bobby R. Bruce · 2 years, 3 months ago
  17. 2bc3f87 scons: Add werror explicitly when checking for compatible options. by Gabe Black · 2 years, 3 months ago
  18. d77407c configs: RubySequencer doesn't have "out_ports" by Giacomo Travaglini · 2 years, 3 months ago
  19. 0d1a406 base: Finish deprecating SatCounter by Daniel R. Carvalho · 2 years, 3 months ago
  20. f9deeea arch-gcn3,arch-vega: Select proper data on misaligned access by Kyle Roarty · 2 years, 3 months ago
  21. c70403e tests: Add GPU ISA parameter to nightly/weekly by Matthew Poremba · 2 years, 4 months ago
  22. 123d5db misc: Merge branch 'release-staging-v21-2' into develop by Bobby R. Bruce · 2 years, 3 months ago
  23. c7689b0 ext: Fix dumping stats error at the end of simulation by Hoa Nguyen · 2 years, 3 months ago
  24. f278b1e systemc: Change how python initialization callbacks are handled. by Gabe Black · 2 years, 3 months ago
  25. 3726017 systemc: Update the testing framework to get it working again. by Gabe Black · 2 years, 3 months ago
  26. 52c04aa systemc: Eliminate the unused PythonReadyFunc mechanism. by Gabe Black · 2 years, 3 months ago
  27. e35812f ext: In sst, set sys.argv up even when not initializing python. by Gabe Black · 2 years, 3 months ago
  28. 2e4b7d9 sim,python: Use scoped_interpreter_guard's argc and argv ctor arguments. by Gabe Black · 2 years, 3 months ago
  29. 539aaa4 ext: In sst, don't assume existing imports in python blobs. by Gabe Black · 2 years, 3 months ago
  30. 3e83208 ext: Stop using the uninitialized pythonMain in sst. by Gabe Black · 2 years, 3 months ago
  31. 7f8bbe0 sim-se: (Re)add support for retrying system calls. by Gabe Black · 2 years, 4 months ago
  32. c154888 arch,sim-se: Handle syscall retry/suppression in the syscall desc. by Gabe Black · 2 years, 4 months ago
  33. 735f768 mem-cache: Added stats filtering both useful and spanPage prefetch. by Jiasen Huang · 2 years, 4 months ago
  34. 110e224 arch-arm: gdb support Thumb-2 ISA by Yu-hsin Wang · 2 years, 4 months ago
  35. 46957f4 base: Correct checkBpLen naming with checkBpKind by Yu-hsin Wang · 2 years, 4 months ago
  36. 3fba052 configs: Remove unused WalkCache models by Giacomo Travaglini · 2 years, 3 months ago
  37. d1d90c5 configs: Stop using a PTW cache before L2 in Arm configs by Giacomo Travaglini · 2 years, 4 months ago
  38. b39c106 ext: Fix compilation of the sst gem5 integration. by Gabe Black · 2 years, 4 months ago
  39. 7f4a485 sim: Make the EmbeddedPyBind::initAll method work correctly. by Gabe Black · 2 years, 4 months ago
  40. ebbfe1d python: Replace PYBIND11_EMBEDDED_MODULE with GEM5_PYBIND_MODULE_INIT. by Gabe Black · 2 years, 4 months ago
  41. 4f987ff python: Add a mechanism for installing pybind modules. by Gabe Black · 2 years, 4 months ago
  42. 79e9755 ext: Fix compilation of the sst gem5 integration. by Gabe Black · 2 years, 4 months ago
  43. a36c378 sim: Make the EmbeddedPyBind::initAll method work correctly. by Gabe Black · 2 years, 4 months ago
  44. 765636b python: Replace PYBIND11_EMBEDDED_MODULE with GEM5_PYBIND_MODULE_INIT. by Gabe Black · 2 years, 4 months ago
  45. fdf666a python: Add a mechanism for installing pybind modules. by Gabe Black · 2 years, 4 months ago
  46. 2a5f2ef scons: Make the sim_objects parameter of SimObject mandantory. by Gabe Black · 2 years, 4 months ago
  47. 0679fc9 sim-se: (Re)add support for retrying system calls. by Gabe Black · 2 years, 4 months ago
  48. a923674 arch-arm: Do not squash table walks if translation is partial by Giacomo Travaglini · 2 years, 4 months ago
  49. 2be95c4 arch,sim-se: Handle syscall retry/suppression in the syscall desc. by Gabe Black · 2 years, 4 months ago
  50. 5762f66 systemc: Add -Wno-free-nonheap-object for building scheduler.cc by Yu-hsin Wang · 2 years, 4 months ago
  51. ec891ad arch-arm: Do not squash table walks if translation is partial by Giacomo Travaglini · 2 years, 4 months ago
  52. fcb544d arch-arm: Allow the L2 unified TLB to store partial translations by Giacomo Travaglini · 2 years, 8 months ago
  53. 6ea9a7f arch-arm: Allowing table descriptor to be inserted in TLB by Giacomo Travaglini · 2 years, 8 months ago
  54. 49cb833 arch-arm: Allow TLB to be used as a WalkCache by Giacomo Travaglini · 2 years, 8 months ago
  55. 8452e7b arch,sim-se: Update the PC before emulating a system call. by Gabe Black · 2 years, 4 months ago
  56. 9313294 misc: Remove AMD license addition by Matthew Poremba · 2 years, 4 months ago
  57. d287d8e python: Add simulator instantiation checks by Andreas Sandberg · 2 years, 4 months ago
  58. 0ae1a9d arch-vega: Implement S_SLEEP by Matthew Poremba · 2 years, 4 months ago
  59. 23aec13 arch-vega: Implement V_AND_OR_B32 by Matthew Poremba · 2 years, 4 months ago
  60. f1e3fa7 arch-vega: Implement V_ADD3_U32 by Matthew Poremba · 2 years, 4 months ago
  61. 2abc51e arch-vega: Impelemnt V_ADD_LSHL_U32 by Matthew Poremba · 2 years, 4 months ago
  62. 04d0258 arch-vega: Implement V_LSHL_ADD_U32 by Matthew Poremba · 2 years, 4 months ago
  63. 19788d3 arch-vega: Implement V_LSHL_OR_B32 by Matthew Poremba · 2 years, 4 months ago
  64. b5d8d9d arch-vega: Implement V_OR3_B32 by Matthew Poremba · 2 years, 4 months ago
  65. 6baea72 stdlib: Add beta simulate module to the gem5 stdlib by Bobby R. Bruce · 2 years, 6 months ago
  66. 9bd3f95 tests: Add test for the lupv example by Bobby R. Bruce · 2 years, 4 months ago
  67. 10dcd71 tests: Add default DRAM class for riscv/x86 boot tests by Bobby R. Bruce · 2 years, 4 months ago
  68. 73b59bc configs: Fix terminology to 'ticks' in NPB configs by Bobby R. Bruce · 2 years, 4 months ago
  69. 35f18c4 stdlib,configs: Set SPEC examples partition param to optional by Bobby R. Bruce · 2 years, 4 months ago
  70. 5622560 stdlib: Add CustomDiskImageResource by Bobby R. Bruce · 2 years, 4 months ago
  71. 69255ab stdlib: Fix CustomResource metadata by Bobby R. Bruce · 2 years, 4 months ago
  72. ef34cd0 arch-arm: Add partial param to TlbEntry by Giacomo Travaglini · 2 years, 8 months ago
  73. db05eb9 arch-arm: Use ArmRelease in MMU and TableWalker by Giacomo Travaglini · 2 years, 6 months ago
  74. c028af1 arch-gcn3,gpu-compute: Move TLB to common folder in amdgpu by Matthew Poremba · 2 years, 4 months ago
  75. 7f2079f ext: Avoid content duplication in gem5-SST docs by Giacomo Travaglini · 2 years, 4 months ago
  76. 5e89f1f ext: Add an Arm section for gem5-SST README.md by Giacomo Travaglini · 2 years, 4 months ago
  77. 12502d2 ext, configs: Add example Arm gem5 SST platform by Giacomo Travaglini · 2 years, 5 months ago
  78. 85dc34e ext: Make gem5-SST support CMOs by Giacomo Travaglini · 2 years, 5 months ago
  79. d421e7a ext: Fix segfault in simulate_limit_event shortcut by Giacomo Travaglini · 2 years, 4 months ago
  80. c96409f dev: Remove unused private variable in lupio_tmr.hh by Bobby R. Bruce · 2 years, 4 months ago
  81. 99c56f9 stdlib,configs: Config added for SPEC CPU2017 using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  82. 0830b27 stdlib,configs: Config added for SPEC CPU2006 using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  83. e2eb6ae stdlib,configs: Config added for RISCV boot-test using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  84. 23910fb stdlib,configs: Adding a config to run GAPBS using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  85. 84cd82f stdlib,configs: Adding a config to run NPB using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  86. 1f88d69 stdlib,configs: Adding a config to run PARSEC using stdlib. by Kaustav Goswami · 2 years, 4 months ago
  87. 85eaf9c arch-gcn3: Delete extraneous registers header by Matthew Poremba · 2 years, 4 months ago
  88. a9beed3 python: Define deprecated and callOnce decorators by Gabriel Busnot · 2 years, 4 months ago
  89. 4c1422e scons: Also build param struct .cc files using a helper script. by Gabe Black · 2 years, 7 months ago
  90. 61b7268 scons: Use an external script to generate param struct headers. by Gabe Black · 2 years, 7 months ago
  91. da05751 scons: Record the sim_objects and enums passed into SimObject(). by Gabe Black · 2 years, 7 months ago
  92. 6106301 scons: Ensure the gem5py_env always has embedded python. by Gabe Black · 2 years, 7 months ago
  93. 5f6021a python,scons: Add a gem5py_m5 program which supports the m5 module. by Gabe Black · 2 years, 7 months ago
  94. dc4daa0 python: Remove python/embedded.cc's dependence on the rest of gem5. by Gabe Black · 2 years, 7 months ago
  95. e9c833a scons: Remove a workaround for a very old SCons bug. by Gabe Black · 2 years, 7 months ago
  96. 1799526 python,sim,util: Move EmbeddedPython into it's own file. by Gabe Black · 2 years, 7 months ago
  97. 2af5840 sim: Collapse gem5Main into main. by Gabe Black · 2 years, 7 months ago
  98. ff802f4 sim,misc: Move protobuf housekeeping out of gem5Main. by Gabe Black · 2 years, 7 months ago
  99. 619e443 sim: Clean up and simplify main(). by Gabe Black · 2 years, 7 months ago
  100. 203c835 python: Insert gem5's m5 importer at the front of sys.meta_path. by Gabe Black · 2 years, 7 months ago