1. 6d8694a mem-cache: Allow tag-only accesses on latency calculation by Daniel R. Carvalho · 5 years ago
  2. 9a23483 mem-cache: Add lookup latency to access' whenReady by Daniel R. Carvalho · 5 years ago
  3. 7770e6a mem-cache: Fix recvTimingReq doWritebacks tick by Daniel R. Carvalho · 5 years ago
  4. 9728112 mem-cache: Use header delay on latency calculation by Daniel R. Carvalho · 5 years ago
  5. 6c00d57 mem-cache: Remove old todo about latency in hit function by Daniel R. Carvalho · 5 years ago
  6. 050545f util, tlm: Fix a memory error in the SCMasterPort class. by Gabe Black · 5 years ago
  7. 524b673 tlm: Add some includes to some tlm_utils header files. by Gabe Black · 5 years ago
  8. af9496b python: Fix issue when Self proxy resolves to a another proxy by Andreas Sandberg · 5 years ago
  9. 96cc03f mem-cache: alias to mem::getMasterPort in TLB class by Andrea Mondelli · 5 years ago
  10. a7eebbf dev-arm: Set ICV_PMR_EL1-ICH_VMCR_EL2 mapping on reads by Giacomo Travaglini · 5 years ago
  11. 5e55ecc dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on reads by Giacomo Travaglini · 5 years ago
  12. 2c242d6 arch-arm: implement floating point aarch32 VCVTA family by Ciro Santilli · 5 years ago
  13. b48e4a9 systemc: Move systemc disabling checks to SConsopts. by Gabe Black · 5 years ago
  14. 21a4cc9 ruby: Fix garnet's round robin arbitration for vc selection by Srikant Bharadwaj · 5 years ago
  15. 365ed5b mem-cache: Sandbox Based Optimal Offset Implementation by Ivan Pizarro · 5 years ago
  16. 38560ef misc: Segmentation Fault during O3PipeView execution by Andrea Mondelli · 5 years ago
  17. ae233c7 cpu: Fix indirect branch history updates by Srikant Bharadwaj · 5 years ago
  18. 8e72365 mem-cache: Copy over flags to forwarded response by Nikos Nikoleris · 5 years ago
  19. 32bbddf configs: Fix Python 3 iterator and exec compatibility issues by Andreas Sandberg · 5 years ago
  20. c38a652 scons: Marshal Python sources using the same Python as gem5 by Andreas Sandberg · 5 years ago
  21. 8138663 systemc: Remove _m5.systemc passthroughs from SystemC_Kernel. by Gabe Black · 5 years ago
  22. 366f6ac systemc: Update the systemc example to use m5.systemc for sc_main. by Gabe Black · 5 years ago
  23. 65b5295 systemc: Update the sc_main.py config to use m5.systemc. by Gabe Black · 5 years ago
  24. 0ee9f5e systemc: Get rid of --working-dir in the test's config.py. by Gabe Black · 5 years ago
  25. 118e16b systemc: Start using the m5.systemc module in the test config.py. by Gabe Black · 5 years ago
  26. 9bc9b24 systemc: Add m5.systemc and m5.tlm python modules. by Gabe Black · 5 years ago
  27. 0551098 systemc: Export the tlm::tlm_global_quantum class to python. by Gabe Black · 5 years ago
  28. 296f521 systemc: Export the sc_core::sc_time class to python. by Gabe Black · 5 years ago
  29. 576e571 mem-cache: added missing override specifier in BoP by Andrea Mondelli · 5 years ago
  30. a347a1a python: Stop using basestring to test for strings by Andreas Sandberg · 5 years ago
  31. b5b19d2 python: Add Python 3 workarounds for long by Andreas Sandberg · 5 years ago
  32. debb5da tests: Update test scripts to work with Python 3 by Andreas Sandberg · 5 years ago
  33. d63f735 mem-cache: A Best-Offset Prefetcher by Ivan Pizarro · 5 years ago
  34. f4d3080 python: Fix params/proxy import loop by Andreas Sandberg · 5 years ago
  35. a3c81f9 scons: Add support for specifying Python version by Andreas Sandberg · 5 years ago
  36. 2bad848 python: Enforce absolute imports for Python 3 compatibility by Andreas Sandberg · 5 years ago
  37. f59e550 scons: conditional use of new RPATH inclusion by Andrea Mondelli · 5 years ago
  38. 174ef8a python: Add fallbacks for packages that have been renamed by Andreas Sandberg · 5 years ago
  39. 5de8626 python: Fix param -> int conversion issues by Andreas Sandberg · 5 years ago
  40. 397d322 cpu-o3: Add cache read ports limit to LSQ by Gabor Dozsa · 6 years ago
  41. 7d71f66 python: Make iterator handling Python 3 compatible by Andreas Sandberg · 5 years ago
  42. 8e5d168 python: Add missing operators to NumericParamValue by Andreas Sandberg · 5 years ago
  43. 466d30c mem-cache: Add a mechanism to iterate all entries of an AssociativeSet by Javier Bueno · 5 years ago
  44. 0a73726 scons: Add a convenience method to set RPATH for local libraries. by Gabe Black · 5 years ago
  45. 84a9094 systemc: Make the verify.py script work when run from different dirs. by Gabe Black · 5 years ago
  46. 36a5473 ext: test: Split up the GTEST_CPPFLAGS and CPPFLAGS. by Gabe Black · 5 years ago
  47. 71b617b systemc: Make sc_(pause|stop) exit to python when not using sc_main. by Gabe Black · 5 years ago
  48. e15e121 systemc: Init some values in the scheduler for running without sc_main. by Gabe Black · 5 years ago
  49. a0c0ab8 systemc: Handle exceptions "correctly" even if sc_main hasn't been run. by Gabe Black · 5 years ago
  50. 53cbc6b mem-cache: Added the Slim AMPM Prefetcher by Javier Bueno · 5 years ago
  51. b2f6cc8 python: Fix Param initialization issue in Python 3 by Andreas Sandberg · 5 years ago
  52. 33ba447 python: Use __name__ instead of func_name for Py3 compat by Andreas Sandberg · 5 years ago
  53. 4fa56fe python: Add __bool__ helpers in addition to __nonzero__ by Andreas Sandberg · 5 years ago
  54. d07cceb config: Make parameter conversion handle integers in other bases. by Gabe Black · 5 years ago
  55. cb7fe24 x86: Call the base class's regStats in X86ISA::TLB by Bagus Hanindhito · 5 years ago
  56. 598991f sim: Add a mechanism to exit the simulation loop immediately. by Gabe Black · 5 years ago
  57. 1501046 cpu: Add ISA* getter in Thread interface by Giacomo Gabrielli · 5 years ago
  58. 1bc4102 arch-generic: Making base TLB class a MemObject by Ivan Pizarro · 5 years ago
  59. 291cc06 arch-arm: Move GICv3 detection at startup time by Giacomo Travaglini · 5 years ago
  60. 6a64cc1 dev-arm: LPI support for GICv3. This doesn't include an ITS model. by Jairo Balart · 5 years ago
  61. 3264c82 base: Fix enums checkpointing by Giacomo Travaglini · 5 years ago
  62. 2dd0eed cpu: Fix fast build broken due to unused variable by Giacomo Travaglini · 5 years ago
  63. 9e340ba systemc: Add a systemc_home directory which maps to the ext headers. by Gabe Black · 5 years ago
  64. 95c0aef systemc: Make an include in src/systemc/ext use a relative path. by Gabe Black · 5 years ago
  65. d39573a cpu: Added 8KB and 64KB TAGE-SC-L branch predictor by Javier Bueno · 5 years ago
  66. 224f2d5 configs: simpoint-profile usable with NonCachingCPUs only by Giacomo Travaglini · 5 years ago
  67. e67a3d1 python: Remove uses of tuple unpacking in function params by Andreas Sandberg · 5 years ago
  68. 23af972 python: Replace deprecated repr syntax by Andreas Sandberg · 5 years ago
  69. ac00ec1 python: Switch from using compare to key in list sort by Andreas Sandberg · 5 years ago
  70. c5e8e0e tests: add cpu tests to the new testing infrastructure by Ayaz Akram · 5 years ago
  71. 308a558 tests: Move test programs paths to related test scripts by Ayaz Akram · 5 years ago
  72. fe29653 sim-se: update the arm kernel version by Ayaz Akram · 5 years ago
  73. 9ac977d tests: Convert memtest to new framework by Jason Lowe-Power · 6 years ago
  74. 3086d51 tests: Convert tgen-simple-memory to new framework by Jason Lowe-Power · 6 years ago
  75. 5cd4248 python: Replace dict.has_key with 'key in dict' by Andreas Sandberg · 5 years ago
  76. 5cf312e python: Add missing defines import by Andreas Sandberg · 5 years ago
  77. 6e08be1 python: Replace DictMixin with Mapping / MutableMapping by Andreas Sandberg · 5 years ago
  78. bc42d2f python: Replace orderdict with collections.OrderedDict by Andreas Sandberg · 5 years ago
  79. 31dff7f python: Update use of exec to work with Python 3 by Andreas Sandberg · 5 years ago
  80. b3195c4 python: Switch to using open instead of file by Andreas Sandberg · 5 years ago
  81. 626e8fa mem-cache: Irregular Stream Buffer Prefetcher by Javier Bueno · 5 years ago
  82. 9d4d620 system-arm: Fix dtsi dependencies in Makefile by Kevin Brodsky · 5 years ago
  83. ee9293d mem-cache: Added the Delta Correlating Prediction Tables Prefetcher by Javier Bueno · 5 years ago
  84. 1f008aa tests: Rewrite Makefiles for pthreads test by Andreas Sandberg · 5 years ago
  85. ef71a98 python: Don't assume SimObjects live in the global namespace by Andreas Sandberg · 5 years ago
  86. 9fbfb45 arch-mips: Remove unused Python file by Andreas Sandberg · 5 years ago
  87. fa21127 python: Make exception handling Python 3 safe by Andreas Sandberg · 5 years ago
  88. 6ba4545 python: Fix native module initialisation on Python 3 by Andreas Sandberg · 5 years ago
  89. 15e497d mem-ruby: Fixing Topology by Pouya Fotouhi · 5 years ago
  90. 8d79332 mem-ruby: Fixing MESI Three Level by Pouya Fotouhi · 5 years ago
  91. 502af7c systemc: config: Don't inject a custom argv[0] in sc_main.py. by Gabe Black · 5 years ago
  92. eb5e99e systemc: configs: Add a very simple config which just runs sc_main. by Gabe Black · 5 years ago
  93. bdef435 systemc: Change the type of a loop counter to avoid a warning. by Gabe Black · 5 years ago
  94. 8174d7c scons: Change an = to a += when accumulating sources from filters. by Gabe Black · 5 years ago
  95. da6e8b0 systemc: scons: Specify RPATH as a list. by Gabe Black · 5 years ago
  96. bcf6983 cpu: Proposal for changing the indirect branch predictor interface by Jairo Balart · 5 years ago
  97. 4f4846c riscv: fix AMO, LR and SC instructions by Tuan Ta · 6 years ago
  98. 25dc765 cpu: support atomic memory request type with AtomicOpFunctor by Tuan Ta · 6 years ago
  99. 165a7da kern,sim: implement FUTEX_WAKE_OP by Moyang Wang · 6 years ago
  100. 758b62c sim, kern: support FUTEX_CMP_REQUEUE by Moyang Wang · 6 years ago