1. d051b9f systemc: Update signals before initing processes. by Gabe Black · 5 years ago
  2. b185350 base, systemc: Fix clang compilation by Giacomo Travaglini · 5 years ago
  3. b14b43a mem: Compile tracePacket only when TRACING_ON is defined by Giacomo Travaglini · 5 years ago
  4. 6d1e9ee mem-cache: Workaround for setWhenReady assertion by Daniel R. Carvalho · 5 years ago
  5. 2d23bb0 ext: Remove unused bankwiseMode variable by Matteo Andreozzi · 6 years ago
  6. e003f9b base: Ported circlebuf to CircularQueue by Rekai Gonzalez-Alberquilla · 7 years ago
  7. 2e8e51d base: Iterable CircularQueue implementation by Rekai Gonzalez-Alberquilla · 7 years ago
  8. 202a4c3 ext: Build googlemock with googletest by Giacomo Travaglini · 5 years ago
  9. 4455154 ext: Import googlemock, release version 1.8.0 by Giacomo Travaglini · 5 years ago
  10. 3b7f8c2 arch-x86: Add sys/syscall.h to x86 process.cc/syscall_emul.cc by Tony Gutierrez · 5 years ago
  11. 813e124 mem-cache: Remove writebacks parameter from serviceMSHRTargets by Daniel R. Carvalho · 5 years ago
  12. 174da8e mem-cache: Add getter and setter to CacheBlk::whenReady by Daniel R. Carvalho · 5 years ago
  13. fc09f4a base: Fix fiber compilation issue for Mac OS by Nikos Nikoleris · 5 years ago
  14. 7f2d7fe base, sim: Add missing destructors by Nikos Nikoleris · 5 years ago
  15. 22ce855 base: Add type alias for raw pointer in RefCountingPtr by Giacomo Gabrielli · 6 years ago
  16. ab31213 mem-cache: Optimize sector valid and secure check by Daniel R. Carvalho · 6 years ago
  17. 9af1214 cpu: Change raw pointers to STL Containers by Rekai Gonzalez-Alberquilla · 7 years ago
  18. b5cc34d arch-arm: correctly set floats from GDB on aarch64 by Ciro Santilli · 5 years ago
  19. cb5479e base: increase the GDB buffer size dynamically by Ciro Santilli · 5 years ago
  20. 32e2157 arch-arm: only change the pc address when GDB registers are set by Ciro Santilli · 5 years ago
  21. 00ea413 arch-arm: fix the aarch64 GDB stub by Ciro Santilli · 6 years ago
  22. db5ea63 systemc: Disable systemc when using gcc versions older than 5.0. by Gabe Black · 5 years ago
  23. 736b999 base: Change the unit test binary names to use .test, and to be consistent. by Gabe Black · 5 years ago
  24. 66f0285 base: Rename unit test cc files to be *.test.cc. by Gabe Black · 5 years ago
  25. 9995bb9 util: Add the scons configuration cache to .gitignore for util/tlm. by Gabe Black · 5 years ago
  26. 6920ba7 systemc: Update the gem5-within-systemc README to mention USE_SYSTEMC. by Gabe Black · 5 years ago
  27. 5a2e13f base: Fix include order in the inifile unit test. by Gabe Black · 5 years ago
  28. fed1a56 systemc: Run the systemc tests directly from their build directories. by Gabe Black · 5 years ago
  29. e186f87 systemc: Run the systemc tests with the CWD in the build directory. by Gabe Black · 5 years ago
  30. 93c2341 systemc: Add DEPS files for some tests with non-source file dependencies. by Gabe Black · 5 years ago
  31. 72358df systemc: Make verify.py recognize a DEPS file in test dirs. by Gabe Black · 5 years ago
  32. 60a5a85 base: Add missing overrides in statistics header by Nikos Nikoleris · 5 years ago
  33. 640248f arch-arm: Add missing template declaration by Nikos Nikoleris · 5 years ago
  34. 86b23a1 cpu: Added new stats to TAGE and LTAGE branch predictors by Pau Cabre · 5 years ago
  35. b2078ce cpu: split LTAGE implementation into a base TAGE and a derived LTAGE by Pau Cabre · 5 years ago
  36. 3bb49cb cpu,arch-arm: Initialise data members by Rekai Gonzalez-Alberquilla · 7 years ago
  37. c918d14 arch-arm: clang compilation fixes by Matteo Andreozzi · 6 years ago
  38. 54c4c8a tests: Convert IniFile unit test to a GTest by Giacomo Travaglini · 5 years ago
  39. 529c07c hsail: Fix a warning/build failure for HSAIL_X86. by Gabe Black · 5 years ago
  40. 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 5 years ago
  41. a66d12c sim-se: only implement getdentsFunc on supported hosts by Ciro Santilli · 5 years ago
  42. 90dfafa systemc: set endianess to fix build for ARM host by Ciro Santilli · 5 years ago
  43. ecf68df base: Add some functions to convert floats to bits and vice versa. by Gabe Black · 5 years ago
  44. 24bfdc3 mem-cache: Add setters to validate and secure block by Daniel R. Carvalho · 6 years ago
  45. d7409dd cpu: Made LTAGE parameters configurable by Pau Cabre · 5 years ago
  46. 290a354 cpu: Fixed useful counter handling in LTAGE by Pau Cabre · 5 years ago
  47. 7e48e92 cpu: Fixes on the loop predictor part of LTAGE by Pau Cabre · 5 years ago
  48. a5bc229 x86: Get rid of a problematic DPRINTF in PremFp. by Gabe Black · 5 years ago
  49. db442c1 sim: Deschedule existing events when destructing an event queue. by Gabe Black · 5 years ago
  50. 9afba24 base: Don't let exceptions leak from the to_number utility function. by Gabe Black · 5 years ago
  51. bd91e3b systemc: Stop explicitly adding the systemc ext dir to CPPPATH. by Gabe Black · 5 years ago
  52. db4953c systemc: Put systemc headers in the include path when supported. by Gabe Black · 5 years ago
  53. 6c23320 systemc: Increase the stack size for the sc_main fiber to 8MB. by Gabe Black · 5 years ago
  54. 5bfde96 base: Set up a guard page for fiber stacks. by Gabe Black · 5 years ago
  55. 040fabe mem-cache: a missing cast was truncating addresses by Javier Bueno · 5 years ago
  56. 41b4989 cpu: Fix LTAGE max number of allocations on update by Pau Cabre · 5 years ago
  57. 439b68a configs: Added an option for choosing branch predictor type by Pau Cabre · 5 years ago
  58. cb9fa24 sim: Fix data type of ticks per second before passing it to C++ by Srikant Bharadwaj · 5 years ago
  59. 4fa4b9b mem: avoid calling regStat twice on a QoSPolicy by Matteo Andreozzi · 8 years ago
  60. 0c50a0b cpu: Fix the usage of const DynInstPtr by Rekai Gonzalez-Alberquilla · 7 years ago
  61. 338a173 mem-cache: fix invalid iterator access by Javier Bueno · 5 years ago
  62. 153a33b mem-cache: Make StridePrefetcher use Replacement Policies by Daniel · 5 years ago
  63. d7a1db5 mem-cache: Add invalidation function to StrideEntry by Daniel · 5 years ago
  64. 2b619af mem-cache: Make PCTable context independent by Daniel · 5 years ago
  65. 3a3e172 mem-cache: Vectorize StridePrefetcher's entries. by Daniel · 5 years ago
  66. 359a2ef mem-cache: Return entry in StridePrefetcher::pcTableHit() by Daniel · 5 years ago
  67. 67e45b8 mem-cache: Cleanup prefetchers by Daniel · 5 years ago
  68. fafe4e8 scons: add --gold-linker to link with the gold linker by Ciro Santilli · 5 years ago
  69. a4a5fa7 cpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal by Pau Cabre · 5 years ago
  70. d8bc789 mem-cache: Remove Cache dependency from Tags by Daniel R. Carvalho · 5 years ago
  71. c6e0d8f mem-cache: Move access latency calculation to Cache by Daniel R. Carvalho · 6 years ago
  72. ea0f654 arch-arm: Print register name when warning on AT instructions by Giacomo Travaglini · 5 years ago
  73. 8590243 mem-cache: implement a probe-based interface by Javier Bueno · 5 years ago
  74. e8e92a1 sim: Move BitUnion overloading to show/parseParams by Giacomo Travaglini · 6 years ago
  75. 16bf103 sim: Move paramIn/Out definition to header file by Giacomo Travaglini · 6 years ago
  76. f3016e6 cpu: Fixed PC shifting on LTAGE branch predictor by Pau Cabre · 5 years ago
  77. 2f52a9b mem-cache: Align how we handle requests in atomic with timing by Nikos Nikoleris · 6 years ago
  78. d8705a7 systemc: Push python headers on top of sources by Giacomo Travaglini · 5 years ago
  79. a7105c6 systemc: Stop using python to set/manage the global time resolution. by Gabe Black · 5 years ago
  80. 3fb9139 sim: Push the global frequency management code into C++. by Gabe Black · 5 years ago
  81. 8c8a2f1 configs: Revamp ruby mem test to align with MemTest by Nikos Nikoleris · 6 years ago
  82. 90f24e9 systemc: Get rid of a duplicated base class initializer for sc_fifo. by Gabe Black · 5 years ago
  83. dabc2b1 systemc: Add a missing "const" on one of the sc_event operators. by Gabe Black · 5 years ago
  84. a993544 systemc: Only build python utility code if python is enabled. by Gabe Black · 5 years ago
  85. e1bebae systemc: Separate and conditionalize exposing sc_main to python. by Gabe Black · 5 years ago
  86. 6dd72cf systemc: Seperate out the sc_main fiber and its bookkeeping. by Gabe Black · 5 years ago
  87. 296402a systemc: Stop using python init to set up predefined message ids. by Gabe Black · 5 years ago
  88. 1c110fa systemc: Wrap some report maps in functions. by Gabe Black · 5 years ago
  89. 121160d configs: Add missing path to ruby imports by Daniel R. Carvalho · 5 years ago
  90. 75035f5 mem-ruby: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  91. cbbdbcb misc: Update workflow requirements in CONTRIBUTING.md by Tony Gutierrez · 6 years ago
  92. 4c7051c arch-arm: Deprecate usage of legacy bootloader patching by Giacomo Travaglini · 6 years ago
  93. 6fa4938 arch-arm: ArmSystem::resetAddr64 renamed to be used in AArch32 by Giacomo Travaglini · 6 years ago
  94. f97164a arch-arm: Implement AArch32 RVBAR by Giacomo Travaglini · 6 years ago
  95. 07a2fd7 arch-arm: Remove SCTLR.VE bit by Giacomo Travaglini · 6 years ago
  96. 46a79f7 arch-arm: Refactor ISA::clear by adding a ISA::clear32 method by Giacomo Travaglini · 6 years ago
  97. 4e02b92 arch-arm: Remove MISCREG commented numbers by Giacomo Travaglini · 6 years ago
  98. 351c7ee systemc: Fix some paths in the tlm SCons(script|struct). by Gabe Black · 5 years ago
  99. c6ff8d3 mips: Change the integer and fp register widths to be 64 bits. by Gabe Black · 6 years ago
  100. 223840f mips: Clean up type overrides for operands. by Gabe Black · 6 years ago