1. 2f8b5ac fastmodel: Wrap the PL330 DMA controller fast model. by Gabe Black · 3 years, 9 months ago
  2. fcac22e misc: Merge branch hotfix v20.1.0.2 branch into develop by Bobby R. Bruce · 3 years, 7 months ago
  3. 0d70304 misc: Updated the RELEASE-NOTES and version number by Bobby R. Bruce · 3 years, 8 months ago v20.1.0.2
  4. 9a01d3e dev-hsa,gpu-compute: Agent Packet handler implemented. by Daniel Gerzhoy · 3 years, 8 months ago
  5. a0cff8b arch-arm: move serialize and unserialize definition to cpp file by Ciro Santilli · 3 years, 9 months ago
  6. 833a60a base,cpu,mem: Use templatized SatCounter by Daniel R. Carvalho · 4 years, 11 months ago
  7. 37add21 base: Templatize SatCounter by Daniel R. Carvalho · 3 years, 8 months ago
  8. 14045cb cpu,stats: Fix incorrect stat names of ThreadStateStats by Hoa Nguyen · 3 years, 8 months ago
  9. 8e34e0b scons: Add support for GRPC protobuf files. by Gabe Black · 3 years, 8 months ago
  10. 6bbdfa3 scons: Convert ProtoBuf to use a scons Builder and Scanner. by Gabe Black · 3 years, 8 months ago
  11. 0957ab1 scons: Consolidate the ProtoBuf code. by Gabe Black · 3 years, 8 months ago
  12. 598f15c scons: Fix how directories are handled for protobuf files. by Gabe Black · 3 years, 8 months ago
  13. 760e18e mem-cache: Remove "inline" from a method in one of the prefetchers. by Gabe Black · 3 years, 8 months ago
  14. 97a7661 mem-cache: Override print function of sector and super blocks by Daniel R. Carvalho · 5 years ago
  15. c8f3ff5 mem-cache: Use the compression factor to co-allocate by Daniel R. Carvalho · 5 years ago
  16. 90de6ec mem-cache: Set compression bit with its size by Daniel R. Carvalho · 4 years, 10 months ago
  17. 68698e0 mem-cache: Add data expansion and compaction checking functions by Daniel R. Carvalho · 5 years ago
  18. f6d2db4 mem-cache: Allow moving data contractions by Daniel R. Carvalho · 5 years ago
  19. a2b7f95 mem-cache: Use RP for data expansion victimization by Daniel R. Carvalho · 5 years ago
  20. f415f27 mem-cache: Add function to move blocks in the tags by Daniel R. Carvalho · 5 years ago
  21. 65122a2 mem-cache: Add move assign and delete move constr of blk by Daniel R. Carvalho · 5 years ago
  22. c03462e misc: Updated MAINTAINERS.yaml by Bobby R. Bruce · 3 years, 8 months ago
  23. 2aa37d1 dev-arm,misc: Added missing override to scmi_platform functions by Bobby R. Bruce · 3 years, 8 months ago
  24. cc9f364 util: Add a library to parse MAINTAINERS.yaml by Andreas Sandberg · 3 years, 8 months ago
  25. 8728c26 configs: Fix MemorySize division by Daniel R. Carvalho · 3 years, 8 months ago
  26. eb77832 arch-power: Implement mcrxr by Boris Shingarov · 3 years, 8 months ago
  27. b12422c cpu: Make the NonCachingSimpleCPU use a back door for fetch. by Gabe Black · 3 years, 8 months ago
  28. 56a5490 util: Update python version for GCN3 by Matthew Poremba · 3 years, 8 months ago
  29. 5586484 base: Fix `AddrRange::addIntlvBits(Addr)` and new test. by Isaac Sánchez Barrera · 3 years, 8 months ago
  30. c306cb0 tests: Add realview64-kvm.py test to quick regressions by Giacomo Travaglini · 4 years ago
  31. 6f64f6f tests: Add realview64-kvm.py testing platform by Giacomo Travaglini · 4 years ago
  32. 1fa8d0d tests: Update guest binaries used by regressions by Giacomo Travaglini · 3 years, 8 months ago
  33. 9f7d7ac arch-x86, kvm: clean up x86 long regresion kvm code by mupton · 3 years, 8 months ago
  34. 76ab87c arch-x86: include system syscall header in syscall table files by Kyle Roarty · 3 years, 8 months ago
  35. a265891 misc: Updated the RELEASE-NOTES and version number by Bobby R. Bruce · 3 years, 8 months ago v20.1.0.1
  36. 4a435b9 mem-garnet: Fix garnet network interface stats by jiemingyin · 3 years, 8 months ago
  37. e61ef19 util: Specify version of rocm-cmake in gcn3 Dockerfile by Kyle Roarty · 3 years, 8 months ago
  38. 04b87cc arch-x86, cpu-kvm: add x86 kvm test to long regression by michaelupton · 3 years, 9 months ago
  39. 92ed623 misc: Convert MAINTAINERS to YAML by Andreas Sandberg · 3 years, 8 months ago
  40. 22e27e1 mem,sim: Get the page size from the page table in SE mode. by Gabe Black · 3 years, 8 months ago
  41. 5bedc52 cpu: Style fixes in the AtomicSimpleCPU. by Gabe Black · 3 years, 8 months ago
  42. aec2ff9 util: Updated compiler-test.sh for Python3 by Bobby R. Bruce · 3 years, 8 months ago
  43. ac8b4db util,misc: Altered cpt_upgrader.py shebang to Python3 by Bobby R. Bruce · 3 years, 8 months ago
  44. 432c54f mem,scons: Changed assert to panic_if in MessageBuffer by Bobby R. Bruce · 3 years, 8 months ago
  45. 4612520 mem: Added missing override to cache_blk function by Bobby R. Bruce · 3 years, 8 months ago
  46. 45a38b5 util: Updated the Dockerfiles for Python3 by Bobby R. Bruce · 3 years, 8 months ago
  47. 805c295 mem: Expose the underlyig DRAM or NVM's memory back door. by Gabe Black · 3 years, 8 months ago
  48. 8be5be6 mem: Minor refactor of how the abstract mem backdoor is exposed. by Gabe Black · 3 years, 8 months ago
  49. 2cfc24b arch,cpu: Enforce using accessors to get at src/destRegIdx. by Gabe Black · 3 years, 8 months ago
  50. a82ea84 arch-gcn3: Fix operand size reporting for Flat insts by Kyle Roarty · 3 years, 8 months ago
  51. 46e9ab8 misc: Update maintainers file by Jason Lowe-Power · 3 years, 8 months ago
  52. bdd4044 misc: create C declarations for the _addr and _semi m5ops by Ciro Santilli · 3 years, 8 months ago
  53. b6a35f3 util: add update-copyright utility to update copyright on commits by Ciro Santilli · 3 years, 9 months ago
  54. dfc6488 configs,tests: Add tokens to GPU VIPER tester by Kyle Roarty · 3 years, 9 months ago
  55. 80221d7 configs,mem-ruby: Remove old GPU ptls by Brad Beckmann · 3 years, 10 months ago
  56. 173c1c6 gpu-compute,mem-ruby: Replace ACQUIRE and RELEASE request flags by Tuan Ta · 6 years ago
  57. f36817c tests,configs,mem-ruby: Adding Ruby tester for GPU_VIPER by Matthew Poremba · 3 years, 9 months ago
  58. 1a2b677 arm: Get rid of some unused instruction templates. by Gabe Black · 3 years, 8 months ago
  59. 84e18a7 mips: Fix the build after the MMU changes. by Gabe Black · 3 years, 8 months ago
  60. 3d20460 configs: Add dtb-gen to fs_bigLITTLE.py by Yu-hsin Wang · 3 years, 8 months ago
  61. 96c0f29 arch-arm: Do not use _flushMva for TLBI IPA by Giacomo Travaglini · 3 years, 9 months ago
  62. 63988cb arch-arm: TlbEntry flush to be considered as functional lookup by Giacomo Travaglini · 3 years, 10 months ago
  63. e9ee6b1 arch-arm: Fix implementation of TLBI_VMALL instructions by Giacomo Travaglini · 3 years, 9 months ago
  64. e268bc3 arch-arm: Add el2Enabled cached variable by Giacomo Travaglini · 3 years, 9 months ago
  65. 2fc4a08 cpu, fastmodel: Remove the old getDTBPtr/getITBPtr virtual methods by Giacomo Travaglini · 3 years, 10 months ago
  66. 94b7451 configs: Do not require default options for caches by Davide Basilio Bartolini · 3 years, 9 months ago
  67. 63d61af arch: Clean up the __init__s in (Sub)OperandList. by Gabe Black · 3 years, 8 months ago
  68. 7eb991b dev: Convert the x86 i8237 DMA controller to use RegBank. by Gabe Black · 3 years, 8 months ago
  69. 958be91 util: Add a unit test for the "addr" call type in the m5 util. by Gabe Black · 3 years, 8 months ago
  70. 831cda0 dev-arm: Fix VExpressFastmodel timer configs by Yu-hsin Wang · 3 years, 8 months ago
  71. 4a07975 arch-x86: Make CPUID vendor string a param by Matthew Poremba · 3 years, 9 months ago
  72. bd6c80b dev-arm: Instantiate SCMI in VExpress_GEM5 platforms by Giacomo Travaglini · 4 years, 1 month ago
  73. 2870873 dev-arm: SCMI Implementation by Giacomo Travaglini · 5 years ago
  74. c09a98e dev-arm: Implement Arm MHU (Message Handling Unit) by Giacomo Travaglini · 5 years ago
  75. c84f95e tests: System is expecting a kvm_vm param for KvmVM by Giacomo Travaglini · 4 years ago
  76. 6d67869 kvm, arm: Add parameter to force simulation of Gicv2 by Giacomo Travaglini · 3 years, 8 months ago
  77. c794f56 dev-arm: Add doorbell interface class by Giacomo Travaglini · 5 years ago
  78. 80ad34d dev-arm: Define a ParentMem object for DTB autogen by Giacomo Travaglini · 4 years, 1 month ago
  79. 5c548ad dev: Add a new RegisterBank which helps handle device registers. by Gabe Black · 3 years, 8 months ago
  80. d05a0a4 misc: Delete the now unnecessary create methods. by Gabe Black · 3 years, 8 months ago
  81. 6c454ee arch: Move many of the generic files outside an NULL guard. by Gabe Black · 3 years, 8 months ago
  82. 63d6017 arch,sim: Handle KVM SE page faults with workload events. by Gabe Black · 3 years, 8 months ago
  83. 40f14ff python: Make standard Params::create() optional. by Gabe Black · 3 years, 9 months ago
  84. 5d923ab sim: Remove the syscall gem5 op. by Gabe Black · 3 years, 8 months ago
  85. 92abe28 x86,kvm: Use the new workload event to trigger KVM system calls. by Gabe Black · 3 years, 8 months ago
  86. 9fff55c sim: Add a new gem5 op for workload events. by Gabe Black · 3 years, 8 months ago
  87. 5a2a72b mips: Implement an SE workload for Linux. by Gabe Black · 3 years, 8 months ago
  88. a78abf0 riscv: Implement an SE workload for Linux. by Gabe Black · 3 years, 8 months ago
  89. 24a2f8f x86,scons: De-indent the main x86 SConscript file. by Gabe Black · 3 years, 8 months ago
  90. 529e502 x86: Separate system call tables into their own files. by Gabe Black · 3 years, 8 months ago
  91. 81c5ca1 arm: Implement an SE workload for Linux and FreeBSD. by Gabe Black · 3 years, 8 months ago
  92. 0ab84ea arch: Re-add copyrights that were accidentally removed. by Gabe Black · 3 years, 8 months ago
  93. 642fc59 sim: Add a missing include to sim/syscall_abi.hh. by Gabe Black · 3 years, 8 months ago
  94. b6a0891 sim: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 10 months ago
  95. 40d2826 tests: fix dezip of ubuntu images in long regr by mupton · 3 years, 8 months ago
  96. 5500400 arch-x86: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 10 months ago
  97. 18f2e3a arch-sparc: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 10 months ago
  98. f28b2e7 arch-riscv: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 10 months ago
  99. 4eb2360 sparc: Remove support for Solaris SE mode. by Gabe Black · 3 years, 8 months ago
  100. 175355f sparc: Implement an SE workload for Linux and Solaris. by Gabe Black · 3 years, 8 months ago