1. 0996afe mem-cache: tautological comparison of byteOrder by Andrea Mondelli · 5 years ago
  2. fe3e808 configs: Use absolute import paths by Andreas Sandberg · 5 years ago
  3. 9e22a2a mem: Removed circular include ref by Ryan Gambord · 5 years ago
  4. b496d4a mem-cache: Added the Indirect Memory Prefetcher by Javier Bueno · 5 years ago
  5. 993c269 mem: Move the Port base class into sim. by Gabe Black · 5 years ago
  6. 6e8be00 dev: Make EtherInt inherit from Port. by Gabe Black · 5 years ago
  7. a73069c mem: Track the MemObject owner in MasterPort and SlavePort. by Gabe Black · 5 years ago
  8. b5046b2 python: Simplify connectPorts() around EtherObject/EtherDevice. by Gabe Black · 5 years ago
  9. b482cff dev: Make the EtherDevice class inherit EtherObject. by Gabe Black · 5 years ago
  10. f5ba0d6 dev: Turn EtherObject into an interface class. by Gabe Black · 5 years ago
  11. 94a00fb mem-cache: Fix write hit latency calculation order by Daniel · 5 years ago
  12. 7bd864c python: Teach cxxMethod how to set return_value_policy. by Gabe Black · 5 years ago
  13. 1a2a7c7 python: Teach PyBindMethod how to set return_value_policy. by Gabe Black · 5 years ago
  14. 8cedf1d cpu: Refactor of Physical Register implementation by Andrea Mondelli · 5 years ago
  15. 7f9cbfa python: Fix unknown params and proxy multiplication by Daniel R. Carvalho · 5 years ago
  16. 66c80fc dev-arm: cleanup of gicv3 CPU interface code and fixes by Jairo Balart · 5 years ago
  17. c4cc314 arch-arm,cpu: Add initial support for Arm SVE by Giacomo Gabrielli · 6 years ago
  18. 91195ae scons: Don't use isdir in AddLocalRPATH. by Gabe Black · 5 years ago
  19. 4ec5b85 sim: Add size to array unserialization error message by Daniel R. Carvalho · 5 years ago
  20. 509aa21 dev-arm: cleanup of gicv3 code by Jairo Balart · 5 years ago
  21. 5352c73 mem-cache: Removed default arg from get() in prefetch/base.hh by Ryan Gambord · 5 years ago
  22. 7fd818f arch-hsail: changed gen.py shebang from python(3) to python2.7 by Ryan Gambord · 5 years ago
  23. 6d67e86 arch-arm: Fixing implicit fallthrough build errors by Ryan Gambord · 5 years ago
  24. 29f68cc mem-cache: Revert "mem-cache: Remove Packet dependency in Tags" by Daniel R. Carvalho · 5 years ago
  25. b0d1643 mem-cache: Added extra information to PrefetchInfo by Javier Bueno · 5 years ago
  26. a468635 mem-cache: Add header delay to handleFill whenReady by Daniel R. Carvalho · 6 years ago
  27. 6d8694a mem-cache: Allow tag-only accesses on latency calculation by Daniel R. Carvalho · 6 years ago
  28. 9a23483 mem-cache: Add lookup latency to access' whenReady by Daniel R. Carvalho · 6 years ago
  29. 7770e6a mem-cache: Fix recvTimingReq doWritebacks tick by Daniel R. Carvalho · 6 years ago
  30. 9728112 mem-cache: Use header delay on latency calculation by Daniel R. Carvalho · 6 years ago
  31. 6c00d57 mem-cache: Remove old todo about latency in hit function by Daniel R. Carvalho · 6 years ago
  32. 050545f util, tlm: Fix a memory error in the SCMasterPort class. by Gabe Black · 5 years ago
  33. 524b673 tlm: Add some includes to some tlm_utils header files. by Gabe Black · 5 years ago
  34. af9496b python: Fix issue when Self proxy resolves to a another proxy by Andreas Sandberg · 5 years ago
  35. 96cc03f mem-cache: alias to mem::getMasterPort in TLB class by Andrea Mondelli · 5 years ago
  36. a7eebbf dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads by Giacomo Travaglini · 5 years ago
  37. 5e55ecc dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on reads by Giacomo Travaglini · 5 years ago
  38. 2c242d6 arch-arm: implement floating point aarch32 VCVTA family by Ciro Santilli · 5 years ago
  39. b48e4a9 systemc: Move systemc disabling checks to SConsopts. by Gabe Black · 5 years ago
  40. 21a4cc9 ruby: Fix garnet's round robin arbitration for vc selection by Srikant Bharadwaj · 5 years ago
  41. 365ed5b mem-cache: Sandbox Based Optimal Offset Implementation by Ivan Pizarro · 6 years ago
  42. 38560ef misc: Segmentation Fault during O3PipeView execution by Andrea Mondelli · 5 years ago
  43. ae233c7 cpu: Fix indirect branch history updates by Srikant Bharadwaj · 5 years ago
  44. 8e72365 mem-cache: Copy over flags to forwarded response by Nikos Nikoleris · 5 years ago
  45. 32bbddf configs: Fix Python 3 iterator and exec compatibility issues by Andreas Sandberg · 5 years ago
  46. c38a652 scons: Marshal Python sources using the same Python as gem5 by Andreas Sandberg · 5 years ago
  47. 8138663 systemc: Remove _m5.systemc passthroughs from SystemC_Kernel. by Gabe Black · 5 years ago
  48. 366f6ac systemc: Update the systemc example to use m5.systemc for sc_main. by Gabe Black · 5 years ago
  49. 65b5295 systemc: Update the sc_main.py config to use m5.systemc. by Gabe Black · 5 years ago
  50. 0ee9f5e systemc: Get rid of --working-dir in the test's config.py. by Gabe Black · 5 years ago
  51. 118e16b systemc: Start using the m5.systemc module in the test config.py. by Gabe Black · 5 years ago
  52. 9bc9b24 systemc: Add m5.systemc and m5.tlm python modules. by Gabe Black · 5 years ago
  53. 0551098 systemc: Export the tlm::tlm_global_quantum class to python. by Gabe Black · 5 years ago
  54. 296f521 systemc: Export the sc_core::sc_time class to python. by Gabe Black · 5 years ago
  55. 576e571 mem-cache: added missing override specifier in BoP by Andrea Mondelli · 5 years ago
  56. a347a1a python: Stop using basestring to test for strings by Andreas Sandberg · 5 years ago
  57. b5b19d2 python: Add Python 3 workarounds for long by Andreas Sandberg · 5 years ago
  58. debb5da tests: Update test scripts to work with Python 3 by Andreas Sandberg · 5 years ago
  59. d63f735 mem-cache: A Best-Offset Prefetcher by Ivan Pizarro · 6 years ago
  60. f4d3080 python: Fix params/proxy import loop by Andreas Sandberg · 5 years ago
  61. a3c81f9 scons: Add support for specifying Python version by Andreas Sandberg · 5 years ago
  62. 2bad848 python: Enforce absolute imports for Python 3 compatibility by Andreas Sandberg · 5 years ago
  63. f59e550 scons: conditional use of new RPATH inclusion by Andrea Mondelli · 5 years ago
  64. 174ef8a python: Add fallbacks for packages that have been renamed by Andreas Sandberg · 5 years ago
  65. 5de8626 python: Fix param -> int conversion issues by Andreas Sandberg · 5 years ago
  66. 397d322 cpu-o3: Add cache read ports limit to LSQ by Gabor Dozsa · 6 years ago
  67. 7d71f66 python: Make iterator handling Python 3 compatible by Andreas Sandberg · 5 years ago
  68. 8e5d168 python: Add missing operators to NumericParamValue by Andreas Sandberg · 5 years ago
  69. 466d30c mem-cache: Add a mechanism to iterate all entries of an AssociativeSet by Javier Bueno · 5 years ago
  70. 0a73726 scons: Add a convenience method to set RPATH for local libraries. by Gabe Black · 5 years ago
  71. 84a9094 systemc: Make the verify.py script work when run from different dirs. by Gabe Black · 5 years ago
  72. 36a5473 ext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS. by Gabe Black · 5 years ago
  73. 71b617b systemc: Make sc_(pause|stop) exit to python when not using sc_main. by Gabe Black · 5 years ago
  74. e15e121 systemc: Init some values in the scheduler for running without sc_main. by Gabe Black · 5 years ago
  75. a0c0ab8 systemc: Handle exceptions "correctly" even if sc_main hasn't been run. by Gabe Black · 5 years ago
  76. 53cbc6b mem-cache: Added the Slim AMPM Prefetcher by Javier Bueno · 5 years ago
  77. b2f6cc8 python: Fix Param initialization issue in Python 3 by Andreas Sandberg · 5 years ago
  78. 33ba447 python: Use __name__ instead of func_name for Py3 compat by Andreas Sandberg · 5 years ago
  79. 4fa56fe python: Add __bool__ helpers in addition to __nonzero__ by Andreas Sandberg · 5 years ago
  80. d07cceb config: Make parameter conversion handle integers in other bases. by Gabe Black · 5 years ago
  81. cb7fe24 x86: Call the base class's regStats in X86ISA::TLB by Bagus Hanindhito · 5 years ago
  82. 598991f sim: Add a mechanism to exit the simulation loop immediately. by Gabe Black · 5 years ago
  83. 1501046 cpu: Add ISA* getter in Thread interface by Giacomo Gabrielli · 5 years ago
  84. 1bc4102 arch-generic: Making base TLB class a MemObject by Ivan Pizarro · 6 years ago
  85. 291cc06 arch-arm: Move GICv3 detection at startup time by Giacomo Travaglini · 5 years ago
  86. 6a64cc1 dev-arm: LPI support for GICv3. This doesn't include an ITS model. by Jairo Balart · 5 years ago
  87. 3264c82 base: Fix enums checkpointing by Giacomo Travaglini · 5 years ago
  88. 2dd0eed cpu: Fix fast build broken due to unused variable by Giacomo Travaglini · 5 years ago
  89. 9e340ba systemc: Add a systemc_home directory which maps to the ext headers. by Gabe Black · 5 years ago
  90. 95c0aef systemc: Make an include in src/systemc/ext use a relative path. by Gabe Black · 5 years ago
  91. d39573a cpu: Added 8KB and 64KB TAGE-SC-L branch predictor by Javier Bueno · 5 years ago
  92. 224f2d5 configs: simpoint-profile usable with NonCachingCPUs only by Giacomo Travaglini · 5 years ago
  93. e67a3d1 python: Remove uses of tuple unpacking in function params by Andreas Sandberg · 5 years ago
  94. 23af972 python: Replace deprecated repr syntax by Andreas Sandberg · 5 years ago
  95. ac00ec1 python: Switch from using compare to key in list sort by Andreas Sandberg · 5 years ago
  96. c5e8e0e tests: add cpu tests to the new testing infrastructure by Ayaz Akram · 5 years ago
  97. 308a558 tests: Move test programs paths to related test scripts by Ayaz Akram · 5 years ago
  98. fe29653 sim-se: update the arm kernel version by Ayaz Akram · 5 years ago
  99. 9ac977d tests: Convert memtest to new framework by Jason Lowe-Power · 6 years ago
  100. 3086d51 tests: Convert tgen-simple-memory to new framework by Jason Lowe-Power · 6 years ago