1. 15d60a0 systemc: Add a missing override. by Gabe Black · 3 years, 8 months ago
  2. be3bcd1 gpu-compute: Fix deadlock in fetch_unit after branch instruction by Kyle Roarty · 3 years, 8 months ago
  3. 5a20525 util: Removed libelf-dev dep from Dockerfiles by Bobby R. Bruce · 3 years, 8 months ago
  4. 64a7bcd util: Add an unmap_m5_mem() function to the m5 util's m5_mmap.*. by Gabe Black · 4 years, 1 month ago
  5. bd13e8e util: Add a "semi" call type unit test to the m5 utility. by Gabe Black · 4 years, 1 month ago
  6. ae37bdd systemc: self-manage TimeSlot in Scheduler by Earl Ou · 3 years, 8 months ago
  7. 1bca30c systemc: use list instead of map in scheduler by Earl Ou · 3 years, 8 months ago
  8. 9a39ac8 misc: Merge branch 'release-staging-v20.1.0.0' into develop by Bobby R. Bruce · 3 years, 8 months ago
  9. f2d7005 misc: Add Matt Poremba as GPU maintainer by Jason Lowe-Power · 3 years, 8 months ago
  10. 914d6af configs: Add special case in MemConfig by Jason Lowe-Power · 3 years, 8 months ago
  11. a10c573 arch,cpu: Get rid of the IsMemRef StaticInst flag. by Gabe Black · 3 years, 8 months ago
  12. e7965ff base: Create a SConscript for the loader subdirectory. by Gabe Black · 3 years, 8 months ago
  13. faf0af7 arch,cpu: Rearrange StaticInst flags for memory barriers. by Gabe Black · 3 years, 8 months ago
  14. 429b828 base: use setjmp to speed up fiber by Earl Ou · 3 years, 8 months ago
  15. e5a3584 mem-ruby: Remove conditional includes based on THE_ISA in ruby. by Gabe Black · 3 years, 8 months ago
  16. 49a41da gpu: Fix a syntax error in X86GPUTLB.py. by Gabe Black · 3 years, 8 months ago
  17. 15faee7 arm: Use zero initialization for the BigRegVect types. by Gabe Black · 3 years, 8 months ago
  18. 8864c2e mips,cpu: Eliminate the unused IsIndexed StaticInst flag. by Gabe Black · 3 years, 8 months ago
  19. b1c7025 mem: Remove #if THE_ISA in the AbstractMemory class. by Gabe Black · 3 years, 8 months ago
  20. a64ecba cpu: Get rid of the unused IsMicroBranch StaticInst flag. by Gabe Black · 3 years, 8 months ago
  21. 48f7ddc x86,cpu: Get rid of the unused IsCC StaticInst flag. by Gabe Black · 3 years, 8 months ago
  22. 5c33112 mips,cpu: Get rid of the IsDpsOp StaticInst flag. by Gabe Black · 3 years, 8 months ago
  23. 6df6f9a misc: Merge branch 'release-staging-v20.1.0.0' into develop by Bobby R. Bruce · 3 years, 8 months ago
  24. b5850b6 cpu,misc: Revert problematic terminology renames in BaseCPU by Bobby R. Bruce · 3 years, 8 months ago
  25. 1ac0d08 systemc: avoid dynamic_cast in the critical path by Earl Ou · 3 years, 8 months ago
  26. 9f887b7 mips,cpu: Get rid of the IsIprAccess StaticInst flag. by Gabe Black · 3 years, 8 months ago
  27. d64465c mips,cpu: Get rid of the IsERET StaticInst flag. by Gabe Black · 3 years, 8 months ago
  28. 340a16a cpu: Get rid of the IsThreadSync StaticInst flag. by Gabe Black · 3 years, 8 months ago
  29. 587c2e6 mips,cpu: Get rid of the IsCondDelaySlot StaticInst flag. by Gabe Black · 3 years, 8 months ago
  30. 007abde sparc,sim: Remove special handling of SPARC in the clone system call. by Gabe Black · 3 years, 8 months ago
  31. 90a6e80 mem-ruby: Update port names in Ruby by Jason Lowe-Power · 3 years, 8 months ago
  32. 4c9f774 tests: Remove MIPS from Learning gem5 tests by Jason Lowe-Power · 3 years, 8 months ago
  33. caabcf5 dev: Fix port name in x86 device by Jason Lowe-Power · 3 years, 8 months ago
  34. 43cbcd9 stats: Move global CPU stats to BaseCPU by Andreas Sandberg · 3 years, 8 months ago
  35. 56e53ca base, sim, mem, arch: Remove the dummy CPU in NULL by Andreas Sandberg · 3 years, 8 months ago
  36. dd9991d arch-arm: Fix ArmISA namespace requirement for Arm KVM by Giacomo Travaglini · 3 years, 8 months ago
  37. b2847f4 misc: Update documentation of SimObject related APIs by Muhammad Sarmad Saeed · 3 years, 9 months ago
  38. 7957b1c mem-garnet: Upgrade garnet version to 3.0 by Srikant Bharadwaj · 3 years, 8 months ago
  39. 1c3e411 arch-arm: Initialize some cases of destReg by Jason Lowe-Power · 3 years, 8 months ago
  40. 69e3e50 tests: Update x86 system.py for MemCtrl interface by Jason Lowe-Power · 3 years, 8 months ago
  41. 28d41f2 mem-garnet: Allow empty vnet list for garnet network links by Srikant Bharadwaj · 3 years, 8 months ago
  42. 94f7736 mem-garnet: Fix default value of network bridge by Srikant Bharadwaj · 3 years, 8 months ago
  43. 392c1ce misc: Replaced master/slave terminology by Shivani Parekh · 3 years, 8 months ago
  44. 468b343 configs,python: Fixes an issue with python3 and the config scripts when restoring a checkpoint by Dimitrios Chasapis · 3 years, 8 months ago
  45. c1ebdf6 tests: cross-compiling hello binaries for hello_se tests. by Mahyar Samani · 4 years ago
  46. 6e0dfe9 cpu: Fixed unused var error when with fast builds by Bobby R. Bruce · 3 years, 8 months ago
  47. 59a3f33 arch-arm: just return the fault in twoEqualRegInst{,Fp} by Iru Cai · 3 years, 8 months ago
  48. 4aab23e arch-arm: Fix build errors with gcc 10.2 by Iru Cai · 3 years, 8 months ago
  49. f2bda57 dev: Use the new ByteOrder param type in VirtIO devices by Andreas Sandberg · 3 years, 8 months ago
  50. 4925855 dev: Use the new ByteOrder param type in SimpleUart by Andreas Sandberg · 3 years, 8 months ago
  51. 5eb3e44 fastmodel: Add an ISA class which defers to IRIS. by Gabe Black · 4 years ago
  52. e44ba7d fastmodel: Create a fake "Interrupts" object for fast model CPUs. by Gabe Black · 4 years ago
  53. 724dd71 arch-mips: Replaced `BigEndianByteOrder` in MIPS by Bobby R. Bruce · 3 years, 8 months ago
  54. edb1454 arch-arm: Fix ArmISA namespace requirement for TME instructions by Giacomo Travaglini · 3 years, 8 months ago
  55. fc075a8 cpu-o3: convert rename to new style stats by Emily Brickey · 3 years, 8 months ago
  56. c68bce6 cpu-o3: convert rob to new style stats by Emily Brickey · 3 years, 8 months ago
  57. 0df96ee cpu-o3: convert lsq_unit to new style stats by Emily Brickey · 3 years, 8 months ago
  58. aca1d5f cpu-o3: convert decode to new style stats by Emily Brickey · 3 years, 8 months ago
  59. b8bbcad cpu-o3: convert commit to new style stats by Emily Brickey · 3 years, 9 months ago
  60. 0d9ca42 sim: Expose the system's byte order as a param by Andreas Sandberg · 3 years, 8 months ago
  61. 3930b32 mem: Remove the unused nvm private member from NVMInterface::Rank. by Gabe Black · 3 years, 8 months ago
  62. a607c25 cpu: Fix style and add overrides to bas_dyn_inst.hh. by Gabe Black · 3 years, 8 months ago
  63. 63ac86e arch: Add a virtual destructor to BaseHTMCheckpoint. by Gabe Black · 3 years, 8 months ago
  64. e2f01af cpu-minor: convert fetch2 to new style stats by eavivi · 3 years, 8 months ago
  65. dba4623 arm: Remove "using namespace ArmISA" from arch/arm/isa_traits.hh. by Gabe Black · 3 years, 8 months ago
  66. f9b4e32 arch-arm: Transactional Memory Extension (TME) by Timothy Hayes · 4 years, 6 months ago
  67. 3a43f72 base,misc: Add group definitions for newly tagged API in src/base by Hoa Nguyen · 3 years, 8 months ago
  68. a9e40fd mem-ruby: Check number of vnets when creating links by Michael Boyer · 4 years ago
  69. 308b3bb dev,arm: Use the ArmSystem::PageBytes constant in the generic timer. by Gabe Black · 3 years, 8 months ago
  70. 0e41f06 arm: Replicate the PageBytes constant in the ArmSystem class. by Gabe Black · 3 years, 8 months ago
  71. fd7eab1 cpu: convert trace cpu to new style stats by eavivi · 3 years, 8 months ago
  72. f30ed29 cpu-o3: convert elastic trace to new style stats by Emily Brickey · 3 years, 8 months ago
  73. caf09cc ext,tests: Copy test's output files from /tmp to testing-results by Hoa Nguyen · 3 years, 8 months ago
  74. b540954 ext: Add post_test_procedure to testlib runner by Hoa Nguyen · 3 years, 8 months ago
  75. c207628 ext: Force testlib to only create one Log object by Hoa Nguyen · 3 years, 8 months ago
  76. 5bce6dc cpu: convert memtest to new style stats by eavivi · 3 years, 8 months ago
  77. 7a28c82 mem: Clean up Memory Controller by Wendy Elsasser · 3 years, 10 months ago
  78. dab7c78 mem: Add NVM interface by Wendy Elsasser · 4 years, 1 month ago
  79. 4acc419 mem: Make MemCtrl a ClockedObject by Wendy Elsasser · 4 years, 3 months ago
  80. 518e79a mem: Factor out DRAM interface by Wendy Elsasser · 4 years, 6 months ago
  81. bf380db ext: Make the testing-results folder visible by Hoa Nguyen · 3 years, 8 months ago
  82. e041cc4 base: Tag API methods in crc.hh by Hoa Nguyen · 3 years, 9 months ago
  83. a5165cc base: Tag API methods to debug.hh by Hoa Nguyen · 3 years, 8 months ago
  84. 197deeb base: Tag API methods in inet.hh by Hoa Nguyen · 3 years, 8 months ago
  85. 8790d8d base: Tag API variables in date.cc by Hoa Nguyen · 3 years, 9 months ago
  86. d66e1d2 base: Tag API methods in flags.hh by Hoa Nguyen · 3 years, 8 months ago
  87. 24439b7 base: Tag API variables in version.cc by Hoa Nguyen · 3 years, 8 months ago
  88. 57caf63 base: Tag API methods in intmath.hh by Hoa Nguyen · 3 years, 8 months ago
  89. 1d78dc4 base: Tag API methods in sat_counter.hh by Hoa Nguyen · 3 years, 8 months ago
  90. ebc738f base: Tag API methods in condcodes.hh by Hoa Nguyen · 3 years, 8 months ago
  91. c314c1f base: Tag API methods to trace.hh by Hoa Nguyen · 3 years, 8 months ago
  92. 6bccc9e base: Tag API methods in remote_gdb.hh by Hoa Nguyen · 3 years, 8 months ago
  93. b210629 base: Tag API methods in stl_helpers.hh by Hoa Nguyen · 3 years, 8 months ago
  94. 1c09765 base: Tag API methods in pollevent.hh by Hoa Nguyen · 3 years, 8 months ago
  95. b066572 base: Tag API methods and variables in addr_range.hh by Hoa Nguyen · 3 years, 9 months ago
  96. 8a6fe20 base: Tag API methods and variables in callback.hh by Hoa Nguyen · 3 years, 9 months ago
  97. 1669477 base: Tag API methods and variables in bitunion.hh by Hoa Nguyen · 3 years, 9 months ago
  98. 0fbe658 base: Tag API methods and variables in trie.hh by Hoa Nguyen · 3 years, 8 months ago
  99. 20b681b base: Tag API methods in socket.hh by Hoa Nguyen · 3 years, 8 months ago
  100. b1a2f93 base: Tag API methods and variables in channel_addr.hh by Hoa Nguyen · 3 years, 9 months ago