1. 0ae1a9d arch-vega: Implement S_SLEEP by Matthew Poremba · 3 years, 1 month ago
  2. 23aec13 arch-vega: Implement V_AND_OR_B32 by Matthew Poremba · 3 years, 1 month ago
  3. f1e3fa7 arch-vega: Implement V_ADD3_U32 by Matthew Poremba · 3 years, 1 month ago
  4. 2abc51e arch-vega: Impelemnt V_ADD_LSHL_U32 by Matthew Poremba · 3 years, 1 month ago
  5. 04d0258 arch-vega: Implement V_LSHL_ADD_U32 by Matthew Poremba · 3 years, 1 month ago
  6. 19788d3 arch-vega: Implement V_LSHL_OR_B32 by Matthew Poremba · 3 years, 1 month ago
  7. b5d8d9d arch-vega: Implement V_OR3_B32 by Matthew Poremba · 3 years, 1 month ago
  8. 6baea72 stdlib: Add beta simulate module to the gem5 stdlib by Bobby R. Bruce · 3 years, 4 months ago
  9. 9bd3f95 tests: Add test for the lupv example by Bobby R. Bruce · 3 years, 1 month ago
  10. 10dcd71 tests: Add default DRAM class for riscv/x86 boot tests by Bobby R. Bruce · 3 years, 2 months ago
  11. 73b59bc configs: Fix terminology to 'ticks' in NPB configs by Bobby R. Bruce · 3 years, 2 months ago
  12. 35f18c4 stdlib,configs: Set SPEC examples partition param to optional by Bobby R. Bruce · 3 years, 2 months ago
  13. 5622560 stdlib: Add CustomDiskImageResource by Bobby R. Bruce · 3 years, 2 months ago
  14. 69255ab stdlib: Fix CustomResource metadata by Bobby R. Bruce · 3 years, 2 months ago
  15. ef34cd0 arch-arm: Add partial param to TlbEntry by Giacomo Travaglini · 3 years, 6 months ago
  16. db05eb9 arch-arm: Use ArmRelease in MMU and TableWalker by Giacomo Travaglini · 3 years, 4 months ago
  17. c028af1 arch-gcn3,gpu-compute: Move TLB to common folder in amdgpu by Matthew Poremba · 3 years, 2 months ago
  18. 7f2079f ext: Avoid content duplication in gem5-SST docs by Giacomo Travaglini · 3 years, 2 months ago
  19. 5e89f1f ext: Add an Arm section for gem5-SST README.md by Giacomo Travaglini · 3 years, 2 months ago
  20. 12502d2 ext, configs: Add example Arm gem5 SST platform by Giacomo Travaglini · 3 years, 3 months ago
  21. 85dc34e ext: Make gem5-SST support CMOs by Giacomo Travaglini · 3 years, 2 months ago
  22. d421e7a ext: Fix segfault in simulate_limit_event shortcut by Giacomo Travaglini · 3 years, 2 months ago
  23. c96409f dev: Remove unused private variable in lupio_tmr.hh by Bobby R. Bruce · 3 years, 2 months ago
  24. 99c56f9 stdlib,configs: Config added for SPEC CPU2017 using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  25. 0830b27 stdlib,configs: Config added for SPEC CPU2006 using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  26. e2eb6ae stdlib,configs: Config added for RISCV boot-test using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  27. 23910fb stdlib,configs: Adding a config to run GAPBS using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  28. 84cd82f stdlib,configs: Adding a config to run NPB using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  29. 1f88d69 stdlib,configs: Adding a config to run PARSEC using stdlib. by Kaustav Goswami · 3 years, 2 months ago
  30. 85eaf9c arch-gcn3: Delete extraneous registers header by Matthew Poremba · 3 years, 2 months ago
  31. a9beed3 python: Define deprecated and callOnce decorators by Gabriel Busnot · 3 years, 2 months ago
  32. 4c1422e scons: Also build param struct .cc files using a helper script. by Gabe Black · 3 years, 5 months ago
  33. 61b7268 scons: Use an external script to generate param struct headers. by Gabe Black · 3 years, 5 months ago
  34. da05751 scons: Record the sim_objects and enums passed into SimObject(). by Gabe Black · 3 years, 5 months ago
  35. 6106301 scons: Ensure the gem5py_env always has embedded python. by Gabe Black · 3 years, 5 months ago
  36. 5f6021a python,scons: Add a gem5py_m5 program which supports the m5 module. by Gabe Black · 3 years, 5 months ago
  37. dc4daa0 python: Remove python/embedded.cc's dependence on the rest of gem5. by Gabe Black · 3 years, 5 months ago
  38. e9c833a scons: Remove a workaround for a very old SCons bug. by Gabe Black · 3 years, 5 months ago
  39. 1799526 python,sim,util: Move EmbeddedPython into it's own file. by Gabe Black · 3 years, 5 months ago
  40. 2af5840 sim: Collapse gem5Main into main. by Gabe Black · 3 years, 5 months ago
  41. ff802f4 sim,misc: Move protobuf housekeeping out of gem5Main. by Gabe Black · 3 years, 5 months ago
  42. 619e443 sim: Clean up and simplify main(). by Gabe Black · 3 years, 5 months ago
  43. 203c835 python: Insert gem5's m5 importer at the front of sys.meta_path. by Gabe Black · 3 years, 5 months ago
  44. 4cffd1e sim: Use pybind11 consistently in sim/init.(hh|cc). by Gabe Black · 3 years, 5 months ago
  45. 7cee5a0 sim: Eliminate m5MainCommands and simplify calling m5.main. by Gabe Black · 3 years, 5 months ago
  46. 1515771 python,sim: Change how the m5.* importer code is integrated. by Gabe Black · 3 years, 5 months ago
  47. 2a348cc python,scons: Add a dummy m5/objects/SimObject.py. by Gabe Black · 3 years, 5 months ago
  48. 25bfa81 scons: When importing SimObjects, use a copy of globals(). by Gabe Black · 3 years, 5 months ago
  49. 1c233ee scons: Add sim_object and enums arguments to SimObject(). by Gabe Black · 3 years, 5 months ago
  50. 60e55ec fastmodel: CortexR52 implements setResetAddr interface by Yu-hsin Wang · 3 years, 2 months ago
  51. 0e48a05 fastmodel: CortexA76 implements setResetAddr interface by Yu-hsin Wang · 3 years, 2 months ago
  52. 869d225 fastmodel: add setResetAddr interface by Yu-hsin Wang · 3 years, 2 months ago
  53. 7bd6682 arch-x86: Hook up the newfstatat system call for 64 bit Linux. by Gabe Black · 3 years, 2 months ago
  54. a8e9258 arch-x86: Hook up system calls for 64 bit processes. by Gabe Black · 3 years, 2 months ago
  55. 8ea2101 sim-se: Implement the newfstatat system call. by Gabe Black · 3 years, 2 months ago
  56. 1808da8 sim-se: Handle empty paths when resolving an "at" path. by Gabe Black · 3 years, 2 months ago
  57. 954357d configs: Added LupV script to configs by Melissa Jost · 3 years, 2 months ago
  58. 61d824b stdlib: Update the LupvBoard to use KernelDiskWorkload by Bobby R. Bruce · 3 years, 2 months ago
  59. 05878dc stdlib: Update the LupvBoard to use 'requires' by Bobby R. Bruce · 3 years, 2 months ago
  60. d05145c stdlib: Update the LupvBoard to account for stdlib changes by Bobby R. Bruce · 3 years, 2 months ago
  61. 0abe8e6 stdlib: Moved LupV Board to an experimental folder by Melissa Jost · 3 years, 2 months ago
  62. 5891e3e stdlib: Added Lupio-SYS device to LupV Board by Melissa Jost · 3 years, 2 months ago
  63. 1e5bda5 dev: Added new Lupio-SYS device by Melissa Jost · 3 years, 2 months ago
  64. 9d64f0f stdlib: Added LupIO-IPI to the LupV Board by Melissa Jost · 3 years, 3 months ago
  65. 9f39ea1 dev: Added new Lupio-IPI device by Melissa Jost · 3 years, 3 months ago
  66. 72b5ed0 dev: Modify LupIO-TMR for SMP support by Melissa Jost · 3 years, 3 months ago
  67. 08fbf33 dev: Modified LupioBLK and LupioTTY to use LupioPIC by Melissa Jost · 3 years, 3 months ago
  68. 3a06300 stdlib: Modified LupV Platform + Board to use LupioPIC + TMR by Melissa Jost · 3 years, 3 months ago
  69. 07f6202 dev: Added new LupIO-PIC device by Laura Hinman · 3 years, 4 months ago
  70. fadb88c dev: Added new LupIO-TMR device by Laura Hinman · 3 years, 4 months ago
  71. 64f7a6c stdlib: Added LupioBLK Device to LupVBoard by Melissa Jost · 3 years, 3 months ago
  72. dd3cdb6 dev: Added new Lupio-BLK Device by Melissa Jost · 3 years, 5 months ago
  73. 7422552 stdlib: Added LupioTTY to LupVBoard by Melissa Jost · 3 years, 3 months ago
  74. de4aa69 dev: Added new LupIO-TTY device by Laura Hinman · 3 years, 5 months ago
  75. be0a75e stdlib: Added LupioRNG to LupVBoard by Melissa Jost · 3 years, 3 months ago
  76. f432498 dev: Added new LupIO-RNG device by Melissa Jost · 3 years, 5 months ago
  77. be582b6 stdlib: Introduced new LupV Board by Melissa Jost · 3 years, 3 months ago
  78. ffabe59 dev: Introduced new LupV Platform by Melissa Jost · 3 years, 3 months ago
  79. cc87030 dev: Added new LupIO-RTC device by Laura Hinman · 3 years, 6 months ago
  80. df51612 scons,misc: Fix broken X86_MI_example build_opts by Bobby R. Bruce · 3 years, 2 months ago
  81. 9cabfd7 dev-hsa,gpu-compute: Properly assign DmaVirtDevices in py by Matthew Poremba · 3 years, 2 months ago
  82. e0d62e5 configs,mem-ruby: Remove reference to old GPU ptls by Matthew Poremba · 3 years, 2 months ago
  83. 82ef178 stdlib: Removing SingleChannelMemory by Mahyar Samani · 3 years, 2 months ago
  84. 664fdd7 arch-arm, dev-arm: Add currEL function to the ISA class by Giacomo Travaglini · 3 years, 2 months ago
  85. 2d8996a arch-arm: Remove currOpMode utility function by Giacomo Travaglini · 3 years, 2 months ago
  86. adaab74 arch-arm, dev-arm: Move inSecureState helper to ISA class by Giacomo Travaglini · 3 years, 2 months ago
  87. bebed85 dev-amdgpu: Hotfix variable initialization by Matthew Poremba · 3 years, 5 months ago
  88. a1c0436 base-stats: HDF5 calls with better compatibility by Chen Zou · 3 years, 2 months ago
  89. 883b8fe arch-arm,arch-sparc: Remove legacy stat for faults by Jason Lowe-Power · 3 years, 3 months ago
  90. d9b18b0 ext: Make gem5-SST Memory Size configurable from script by Giacomo Travaglini · 3 years, 2 months ago
  91. 404bf90 tests: Adding MultiChannelMemory to riscv-boot by Mahyar Samani · 3 years, 2 months ago
  92. d1b1b52 tests: Adding MultiChannelMemory to x86-boot-tests by Mahyar Samani · 3 years, 2 months ago
  93. d289817 test: Updating simple_traffic_run and adding tests by Mahyar Samani · 3 years, 2 months ago
  94. 2d0de8e stdlib: Adding clock_domain to GUPSGenerators by Mahyar Samani · 3 years, 2 months ago
  95. 2671c59 tests: Adding new test for traffic_gen by Mahyar Samani · 3 years, 2 months ago
  96. 998cc8e stdlib: Updated MuliChannelMemory constructor by Mahyar Samani · 3 years, 2 months ago
  97. cf7ce21 tests: Add a nightly test for SST integration. by Hoa Nguyen · 3 years, 3 months ago
  98. b1f3ca4 stdlib: Add X86DemoBoard by Bobby R. Bruce · 3 years, 2 months ago
  99. 331be22 scons,misc: Update default X86 protocol to MESI_Two_Level by Bobby R. Bruce · 3 years, 2 months ago
  100. 35362d1 arch: Delete the decoder.hh switching header file. by Gabe Black · 3 years, 3 months ago