1. 3a49ed0 gpu: Use X86ISA instead of TheISA in src/gpu-compute. by Gabe Black · 3 years, 8 months ago
  2. 26ed502 power: Implement an SE workload for Linux. by Gabe Black · 3 years, 8 months ago
  3. bfad4b7 x86: Delegate process loading to the EmuLinux workload. by Gabe Black · 3 years, 8 months ago
  4. ab47461 mem: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 9 months ago
  5. f07dbda fastmodel: Fix up for the new standardized create() methods. by Gabe Black · 3 years, 8 months ago
  6. 0d091f6e mem-cache: Implement FPC cache compressor by Daniel R. Carvalho · 6 years ago
  7. a9cce6d mem-cache: Make (de)compression latencies params by Daniel R. Carvalho · 3 years, 8 months ago
  8. 8bee863 python: Add support for Proxy division by Daniel R. Carvalho · 3 years, 8 months ago
  9. 8f68d9d mem-cache: Undefine compression ratio of perfect compression by Daniel R. Carvalho · 3 years, 8 months ago
  10. 9a8985a util: Fix an incorrect print statement in git pre-commit hook by Hoa Nguyen · 3 years, 8 months ago
  11. ad5fa9e arch-arm: Fix implementation of TLBI ALLEx instructions by Giacomo Travaglini · 3 years, 9 months ago
  12. 32d88ae arch-arm: Rewrite the TLB flushing interface by Giacomo Travaglini · 3 years, 9 months ago
  13. 2a91ea7 arch-arm: Reimplement TLB::flushAll by Giacomo Travaglini · 3 years, 9 months ago
  14. 1a89795 arch-arm: TLBIALL/TLBIASID/TLBIMVA base classes for I/D flavours by Giacomo Travaglini · 3 years, 9 months ago
  15. 4af8481 scons: Don't check for Python 2 by Andreas Sandberg · 3 years, 8 months ago
  16. bc2e123 scons: Test if binaries can embed the Python interpreter by Andreas Sandberg · 3 years, 8 months ago
  17. 74005aa misc: Replace enable_if<>::type with enable_if_t<>. by Gabe Black · 3 years, 8 months ago
  18. 360b7b0 dev-arm: Fix VExpressFastmodel interrupt configs by Yu-hsin Wang · 3 years, 8 months ago
  19. a79ce29 x86: Move syscall handling for Linux into the EmuLinux workload. by Gabe Black · 3 years, 8 months ago
  20. 4e6339a x86: Create an SEWorkload for x86 linux. by Gabe Black · 3 years, 8 months ago
  21. e3d8b93 base,sim: Move BitUnion serialization support to bitunion.hh. by Gabe Black · 3 years, 8 months ago
  22. 31fc4b2 sim: Move the serialization backend handlers to their own header. by Gabe Black · 3 years, 8 months ago
  23. f62d186 sim: Refactor how serialization types are handled in the backend. by Gabe Black · 3 years, 8 months ago
  24. f9bd874 base: Narrow the applicability of the default to_number. by Gabe Black · 3 years, 8 months ago
  25. 37146cb sim: Fix API comments for optParamIn. by Gabe Black · 3 years, 8 months ago
  26. edccff8 sim: Generalize the arrayParamOut and arrayParamIn functions. by Gabe Black · 3 years, 8 months ago
  27. efabe5e mem-ruby: L1/L2 hit/miss tracking for MOESI_AMD_BASE/GPU_VIPER by Daniel Gerzhoy · 3 years, 9 months ago
  28. 85ede9a mem-ruby: L3 hit/miss tracking to MOESI_AMD_BASE-dir by Daniel Gerzhoy · 3 years, 9 months ago
  29. 076a0e1 mem-garnet: Fix garnet network interface stats by jiemingyin · 3 years, 8 months ago
  30. 3ecc998 misc: Update my email address. by Gabe Black · 3 years, 8 months ago
  31. bd03072 configs: Use absolute path for VirtIO9PDiod default root by Yu-hsin Wang · 3 years, 8 months ago
  32. c70b4e2 configs: Fix FastmodelCluster cpu initialization by Yu-hsin Wang · 3 years, 8 months ago
  33. 7bcef5c misc: Fix a few accidental transitive includes. by Gabe Black · 3 years, 8 months ago
  34. 368e5a4 sim: Implement optParamIn using paramIn. by Gabe Black · 3 years, 8 months ago
  35. c1217f4 arch: Use getTlb in BaseMMU to reduce boilerplate by Giacomo Travaglini · 3 years, 9 months ago
  36. f6a3e0a arch-arm: Replace any getDTBPtr/getITBPtr usage by Giacomo Travaglini · 3 years, 9 months ago
  37. a07fd8f cpu: Remove unused demapInstPage and demapDataPage by Giacomo Travaglini · 3 years, 9 months ago
  38. 330a5f7 misc: BaseCPU using ArchMMU instead of ArchDTB/ArchITB by Giacomo Travaglini · 4 years, 6 months ago
  39. 85a3658 cpu-kvm, arch-x86: Fix KVM on Intel platforms by Jason Lowe-Power · 6 years ago
  40. f612d83 dev-arm: Adding a SRAM in VExpress_GEM5_V1 by Giacomo Travaglini · 5 years ago
  41. 257834d scons: Raise an exception when scons is run a Python2 environment by Hoa Nguyen · 3 years, 8 months ago
  42. 2f3f146 misc: Minor updates to CONTRIBUTING.md by Jason Lowe-Power · 3 years, 8 months ago
  43. 215e12b misc: Wrap __attribute__((aligned())) in a macro in compiler.hh. by Gabe Black · 3 years, 8 months ago
  44. 463cb28 misc: Use compiler.hh macros when available. by Gabe Black · 3 years, 8 months ago
  45. b3dc64a arch-arm: Implement ArmPMU DTB generation by Giacomo Travaglini · 3 years, 9 months ago
  46. 24bada6 dev: Use generateFdtProperty in the PioDevice by Giacomo Travaglini · 3 years, 9 months ago
  47. aee7bb1 dev-arm: Use generateFdtProperty in the GenericTimer by Giacomo Travaglini · 3 years, 9 months ago
  48. 328880a dev-arm: Automate FdtProperty generation with ArmInterruptPin by Giacomo Travaglini · 3 years, 9 months ago
  49. 007f2d9 dev-arm, fastmodel: Rewrite Gic.interruptCells by Giacomo Travaglini · 3 years, 8 months ago
  50. 1c5bbb6 dev-arm: Define ArmInterruptType by Giacomo Travaglini · 3 years, 9 months ago
  51. ab48278 configs: Make GPU_VIPER config python3 friendly by Matthew Poremba · 3 years, 8 months ago
  52. 834d28c configs: python3 compatibility for apu_se by Kyle Roarty · 3 years, 8 months ago
  53. 9c826b8 util: Update GCN dockerfile for python3 by Kyle Roarty · 3 years, 8 months ago
  54. 370cfb0 sim,python: Flip logic on loopback listeners by Jason Lowe-Power · 3 years, 8 months ago
  55. 9be18aa dev: Rework how PCI BARs are set up in python and C++. by Gabe Black · 3 years, 9 months ago
  56. b20cc7e gpu-compute,mem-ruby: Properly create/handle WriteCompletePkts by Kyle Roarty · 3 years, 10 months ago
  57. 41958f4 configs: Remove dangling reference to bus port in devices.py by Giacomo Travaglini · 3 years, 9 months ago
  58. edf8b34 base: Clean up some #ifs in _format_string. by Gabe Black · 3 years, 8 months ago
  59. 91d83cc misc: Standardize the way create() constructs SimObjects. by Gabe Black · 3 years, 9 months ago
  60. aeb39c1 ext: Add support for comma-separated inputs of testlib argparser by Hoa Nguyen · 3 years, 9 months ago
  61. 2ae079c cpu: Remove automatic overriding of numThreads in SE on O3. by Gabe Black · 3 years, 8 months ago
  62. 05e6008 arch-arm: Implement Armv8.2-LPA by Jordi Vaquero · 4 years ago
  63. e90fb2c arch-arm: Implement Armv8.2-LVA by Jordi Vaquero · 4 years ago
  64. ab65f6a systemc: Use the new M5_WEAK macro to hide [[gnu::weak]]. by Gabe Black · 3 years, 8 months ago
  65. 1e0bc0d base: Add an M5_WEAK macro to compiler.hh. by Gabe Black · 3 years, 8 months ago
  66. 34c2a5a fastmodel: Update to c++14, and add some missing consts. by Gabe Black · 3 years, 8 months ago
  67. b3e8097 python: Remove a call to reduce() from code_formatter.py. by Gabe Black · 3 years, 8 months ago
  68. df6269b cpu: Change how O3 handles requests for SMT in full system. by Gabe Black · 3 years, 8 months ago
  69. 539247a cpu: Remove the "SingleThreaded" fetch policy from the O3 CPU. by Gabe Black · 3 years, 8 months ago
  70. 7681fd2 misc: Remove an extra file in src/cpu by Hoa Nguyen · 3 years, 8 months ago
  71. 58a30ee mem-ruby: allow qualifiers in SLICC functions by Tiago Mück · 4 years, 9 months ago
  72. c7fabb9 mem-ruby: more specialized address to node mapping by Tiago Mück · 4 years, 10 months ago
  73. 544bf8b mem-ruby: Expose MessageBuffer methods by Tiago Mück · 4 years, 1 month ago
  74. cb48ce2 mem-ruby: add addressOffset util by Tiago Mück · 4 years ago
  75. 7e738c0 fastmodel: Add a wrapper for the CortexR52. by Gabe Black · 3 years, 11 months ago
  76. ad704c2 util: Add a copyright to gem5img.py. by Gabe Black · 3 years, 8 months ago
  77. b489e49 configs,tests: Update configs to use compatible SE workloads. by Gabe Black · 3 years, 10 months ago
  78. 14bdba8 arch: Use finditer in the (Sub)OperandList classes. by Gabe Black · 3 years, 9 months ago
  79. a44460b arch: Pull the (Sub)OperandList classes into their own file. by Gabe Black · 3 years, 9 months ago
  80. 523d42d mem-cache: Create ReplacementPolicy namespace by Daniel R. Carvalho · 4 years, 6 months ago
  81. 0d5a80c mem-ruby: detailed transaction latency profiling by Tiago Mück · 4 years ago
  82. 60df5a4 mem-ruby: expose transition info to actions by Tiago Mück · 4 years ago
  83. 64a3e28 mem-ruby: change MessageBuffer randomization param by Tiago Mück · 4 years ago
  84. f8e3ba7 mem-ruby: sequencer callback for unique writes by Tiago Mück · 4 years ago
  85. 1a512d8 mem-ruby: move AddrRange propagation to RubyPort by Tiago Mück · 4 years, 1 month ago
  86. ab309b9 mem-ruby: Sequencer can be used without cache by Tiago Mück · 4 years, 1 month ago
  87. aa8bca4 mem-ruby: int to Cycle converter by Tiago Mück · 4 years, 1 month ago
  88. afdbe98 mem-ruby: support for template types in structs by Tiago Mück · 4 years, 2 months ago
  89. 5a9fe54 mem-ruby: added function to check addr range by Tiago Mück · 4 years, 4 months ago
  90. 2cbbd37 mem-ruby: missing method in NetDest interface by Tiago Mück · 4 years, 1 month ago
  91. c475b4f mem-ruby: added %(mod) operator to SLICC by Tiago Mück · 4 years, 9 months ago
  92. 86e0cdf arch: Minor cleanup of imports in isa_parser.py. by Gabe Black · 3 years, 9 months ago
  93. 2c17978 arch: Split utility methods/variables out of the ISA parser. by Gabe Black · 3 years, 9 months ago
  94. c05192c arch: Split the operand types out of the ISA parser. by Gabe Black · 3 years, 9 months ago
  95. 24a9813 arch: Move the ISA parser into a package. by Gabe Black · 3 years, 9 months ago
  96. 5e76797 x86: Change how IO port devices are structured in the PC platform. by Gabe Black · 3 years, 9 months ago
  97. 85a3feb stats: Output new-world stats before legacy stats by Andreas Sandberg · 3 years, 9 months ago
  98. b9c7dae sim, stats: Move global stats to Root by Andreas Sandberg · 3 years, 9 months ago
  99. bf0b292 mem-ruby: Simplify Ruby prefetcher's filter access functions by Daniel R. Carvalho · 4 years, 6 months ago
  100. 453a334 mem-ruby: Use CircularQueue for prefetcher's non unit filter by Daniel R. Carvalho · 4 years, 6 months ago