1. 5c94320 mem-ruby: Use CircularQueue for prefetcher's unit filter by Daniel R. Carvalho · 4 years, 5 months ago
  2. af7edda arch: Build the operand REs in the isa_parser on demand. by Gabe Black · 3 years, 8 months ago
  3. fa232e2 mem-ruby: fix include dependency by Tiago Mück · 4 years ago
  4. fd4ae25 mem-ruby: additional WriteMask methods by Tiago Mück · 4 years ago
  5. 904c578 mem-ruby: Network can use custom data msg size by Tiago Mück · 4 years, 9 months ago
  6. 6ade44d mem-ruby: Allow same-cycle enqueue by Tiago Muck · 5 years ago
  7. 52fa2b6 mem-ruby: MessageBuffer capacity check by Tiago Muck · 5 years ago
  8. 893ccdf mem-cache: Encapsulate CacheBlk's status by Daniel R. Carvalho · 3 years, 8 months ago
  9. 28d8594 mem-cache: Isolate compression bit by Daniel R. Carvalho · 3 years, 8 months ago
  10. 98d1020 mem-cache: Isolate prefetching bit by Daniel R. Carvalho · 3 years, 8 months ago
  11. e3edf5e mem-cache: Create a tagged entry class by Daniel R. Carvalho · 3 years, 8 months ago
  12. fd3a17b mem-cache: Debug with blk's information instead of its state. by Daniel R. Carvalho · 3 years, 8 months ago
  13. cae6735 mem-cache: Add missing StridePrefetcher invalidation by Daniel R. Carvalho · 3 years, 8 months ago
  14. 3e3152f stats: Make Stats::Group::mergeStatGroup public by Andreas Sandberg · 3 years, 8 months ago
  15. 79a3091 arch-arm: Default ArmSystem to AArch64 by Giacomo Travaglini · 3 years, 8 months ago
  16. 7cbce53 sparc: Simplify the IntOp format slightly. by Gabe Black · 3 years, 8 months ago
  17. cda1221 sparc: Clean up some code in base.isa. by Gabe Black · 3 years, 8 months ago
  18. 8041ab0 sim: Add a mechanism for finding an compatible SE workload. by Gabe Black · 3 years, 9 months ago
  19. af8794c fastmodel: Add IrisMMU model by Giacomo Travaglini · 3 years, 8 months ago
  20. b5d22a8 arch: Add generic BaseMMU by Giacomo Travaglini · 4 years, 5 months ago
  21. e504ce6 arch-arm: Replace call to `tmpnam()` by a deterministic one by Hoa Nguyen · 3 years, 8 months ago
  22. 7130690 cpu: Add recursion for DTB entry generation inside BaseCPU by Pierre Ayoub · 3 years, 8 months ago
  23. 1cdfbde arch-arm: Add recursion for DTB entry generation inside ArmISA by Pierre Ayoub · 3 years, 8 months ago
  24. 1b946fe mem-cache: Encapsulate CacheBlk's srcRequestorId by Daniel R. Carvalho · 3 years, 8 months ago
  25. b6209eb mem-cache: Encapsulate CacheBlk's tickInserted by Daniel R. Carvalho · 3 years, 8 months ago
  26. 2c21052 mem-cache: Encapsulate CacheBlk's refCount by Daniel R. Carvalho · 3 years, 8 months ago
  27. e2a1dd1 mem-cache: Encapsulate CacheBlk's task_id by Daniel R. Carvalho · 3 years, 8 months ago
  28. cbf530c mem-cache: Protect tag from being mishandled by Daniel R. Carvalho · 4 years, 3 months ago
  29. ea8bceb scons: only wrap message with positive value by Earl Ou · 3 years, 8 months ago
  30. 2286384 scons: avoid interactive access in non-tty by Earl Ou · 3 years, 8 months ago
  31. ae8b46e misc: Changed gem5 version info for gem5 20.2 dev by Bobby R. Bruce · 3 years, 8 months ago
  32. e783e4c base: Add some error handling to compiler.hh. by Gabe Black · 3 years, 8 months ago
  33. c0ae17c misc: Re-add -Werror for the gem5 20.2 development by Bobby R. Bruce · 3 years, 8 months ago
  34. d0772a0 misc: Merge branch 'release-staging-v20.1.0.0' into develop by Bobby R. Bruce · 3 years, 8 months ago
  35. 090fa08 misc: Updated version to 20.1.0.0 by Bobby R. Bruce · 3 years, 8 months ago v20.1.0.0
  36. 2a4357b scons: Removed -Werror for the gem5 20.1 release by Bobby R. Bruce · 3 years, 8 months ago
  37. a069ce5 misc: Updated CONTRIBUTING.md: 'master' -> 'stable' by Bobby R. Bruce · 3 years, 8 months ago
  38. aae8bd9 misc: Add release notes for 20.1 by Jason Lowe-Power · 3 years, 8 months ago
  39. 65338a6 sim: Adding missing argument of panic function by Sungkeun Kim · 3 years, 8 months ago
  40. 7c9ff61 ext: Disable range-loop-analysis warnings for pybind11 by Nikos Nikoleris · 3 years, 8 months ago
  41. dcf242d mem-ruby: Fixing token port responses in GPUCoalescer by Matthew Poremba · 3 years, 8 months ago
  42. 53807c8 configs,gpu-compute: Fixes to connect gmTokenPort by Matthew Poremba · 3 years, 8 months ago
  43. 8eaae6b configs: Fix typo in apu_se.py by Matthew Poremba · 3 years, 8 months ago
  44. c417b76 cpu: Never use a empty byteEnable by Giacomo Travaglini · 4 years, 6 months ago
  45. 81a3637 arch-x86: Add byteEnable mask in x86 memhelpers by Giacomo Travaglini · 4 years, 6 months ago
  46. e04ee36 arch-arm: Using new "raw" memhelpers by Giacomo Travaglini · 4 years, 6 months ago
  47. 0eab4bf arch: Add raw read/writeMem helpers by Giacomo Travaglini · 4 years, 6 months ago
  48. d29349e arch: Do value-initialization for MemOperand by Giacomo Travaglini · 4 years, 6 months ago
  49. c79dcaf tests,misc: Updated TestLib and boot-tests for gzipped imgs by Bobby R. Bruce · 3 years, 8 months ago
  50. ba197c1 arch: Wrap a docstring in isa_parser.py. by Gabe Black · 3 years, 8 months ago
  51. 7e8bc77 base: Expose the ObjectFile class to python. by Gabe Black · 3 years, 9 months ago
  52. a21573c dev-arm: SMMUv3, default CMDQ entries to 128 by Adrian Herrera · 3 years, 8 months ago
  53. 8177930 scons,python: Add warning for when python3-config is not used by Bobby R. Bruce · 3 years, 8 months ago
  54. e2460a5 tests: Removing gem5/hello_se/ref/simerr by Bobby R. Bruce · 3 years, 8 months ago
  55. 5eb9cdd scons,python: Add python2-config to PYTHON_CONFIG by Bobby R. Bruce · 3 years, 8 months ago
  56. 16b2c02 scons,python: Prioritize Python3 for PYTHON_CONFIG by Bobby R. Bruce · 3 years, 8 months ago
  57. b715c2d python: Flush the simulation stdout/stderr buffers by Bobby R. Bruce · 3 years, 8 months ago
  58. 87baeab x86: Use the common pseudoInst dispatch function. by Gabe Black · 4 years, 1 month ago
  59. d9d4203 arch-arm: Instantiate a single HTM checkpoint at ISA::startup by Timothy Hayes · 3 years, 8 months ago
  60. 5c83d8f cpu: Allow storing an invalid HTM checkpoint by Timothy Hayes · 3 years, 8 months ago
  61. e7f36d3 ext: Add timing indications to every TestCase by Giacomo Travaglini · 4 years ago
  62. 55cbc64 mem: Fix some reference use in range loops by Nikos Nikoleris · 3 years, 8 months ago
  63. b877efa misc: Update attribute syntax, and reorganize compiler.hh. by Gabe Black · 3 years, 8 months ago
  64. 3c31a21 base,mem: Use the standard [[deprecated]] attribute. by Gabe Black · 3 years, 8 months ago
  65. 325a143 cpu: make ExecSymbol show the symbol in addition to address by Ciro Santilli · 3 years, 8 months ago
  66. 2c69011 base,dev: Use the standard attribute [[noreturn]]. by Gabe Black · 3 years, 8 months ago
  67. 62aa07c arch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro. by Gabe Black · 3 years, 8 months ago
  68. 50a0b85 arm,base,gpu: Use std::make_unique instead of m5::make_unique. by Gabe Black · 3 years, 8 months ago
  69. ff6a3a6 base,sim: implement a faster mutex for single thread case by Earl Ou · 3 years, 8 months ago
  70. 4b63d5e mem: When loading an image directly in memory, use the right CL size. by Gabe Black · 3 years, 8 months ago
  71. 9de667a sim: Remove check whether the System port is connected. by Gabe Black · 3 years, 8 months ago
  72. dd130fe base: When creating an ELF file memory image, ignore empty segments. by Gabe Black · 3 years, 8 months ago
  73. 873cead configs: Set kvm_map in DRAMInterface in Ruby.py by Matthew Poremba · 3 years, 8 months ago
  74. fe28172 ext: Monkeypatch os.waitpid to extract CPU time from subprocess by Richard Cooper · 3 years, 9 months ago
  75. 63e9699 misc: Merge branch 'release-staging-v20.1.0.0' into develop by Bobby R. Bruce · 3 years, 8 months ago
  76. d872fe2 base: Minor cleanup of the ChunkGenerator. by Gabe Black · 3 years, 9 months ago
  77. bcc797a fastmodel: Update the IRIS ThreadContext base class. by Gabe Black · 3 years, 8 months ago
  78. 76bceca arm,fastmodel: Update the VExpressFastModel to use ArmInterruptPins. by Gabe Black · 3 years, 8 months ago
  79. 281afe2 fastmodel: Update for the isa_traits.hh changes. by Gabe Black · 3 years, 8 months ago
  80. 45f57ff gpu-compute: set exec_mask for permute,bpermute instructions by Kyle Roarty · 3 years, 8 months ago
  81. 347d764 gpu-compute: replace uint32_t* casts with bits API calls by Kyle Roarty · 3 years, 8 months ago
  82. 87328c2 dev-arm: FVPBasePwrCtrl, fix vector resizing by Adrian Herrera · 3 years, 11 months ago
  83. 2e5ffdb cpu: Use cprintf and C++ type magic to get rid of a THE_ISA. by Gabe Black · 3 years, 8 months ago
  84. dcffee0 scons: Adjust the version of C++ to C++14. by Gabe Black · 3 years, 8 months ago
  85. b86461c systemc: avoid mutex lock in non async cases by Earl Ou · 3 years, 8 months ago
  86. 2035ebf dev-arm: Implement GICv4.1 GICD_TYPER2 as RES0 by Giacomo Travaglini · 3 years, 8 months ago
  87. 47aa52e arch-arm: TLBI ALLE2IS should broadcast to the IS domain by Giacomo Travaglini · 3 years, 8 months ago
  88. b371976 util: add pkg-config to ubuntu all-dependencies Dockerfiles by Ciro Santilli · 3 years, 8 months ago
  89. 92e8a87 misc: Merge branch 'release-staging-v20.1.0.0' into develop by Bobby R. Bruce · 3 years, 8 months ago
  90. b45bbef tests,base: Fixed unittests for .fast by Bobby R. Bruce · 3 years, 8 months ago
  91. 0ad5d1e arch,cpu,sim: Route system calls through the workload. by Gabe Black · 3 years, 9 months ago
  92. 3293926 sim: Create a Workload object for SE mode. by Gabe Black · 3 years, 9 months ago
  93. adb13e4 dev: Stop using the OS page size in the IDE controller. by Gabe Black · 3 years, 9 months ago
  94. a83316e scons: Increase the minimum clang version to 3.9. by Gabe Black · 3 years, 8 months ago
  95. c8cde1f base: Use M5_UNLIKELY with conditional DPRINTF family functions. by Gabe Black · 3 years, 8 months ago
  96. 89ffa84 base: Use M5_UNLIKELY for conditional panic, etc., macros. by Gabe Black · 3 years, 8 months ago
  97. 2f6a770 base: Add M5_LIKELY and M5_UNLIKELY macros to compiler.hh. by Gabe Black · 3 years, 8 months ago
  98. 8d88d84 cpu: Clear out some unnecessary ISA dependence in thread_context.hh. by Gabe Black · 3 years, 8 months ago
  99. 24e87cb gpu: Stop using TheISA in the GPU TLB. by Gabe Black · 3 years, 9 months ago
  100. 6bc2111 tests: cleanup all SE tests previously moved to gem5-resources by Ciro Santilli · 3 years, 8 months ago