1. 640248f arch-arm: Add missing template declaration by Nikos Nikoleris · 5 years ago
  2. 86b23a1 cpu: Added new stats to TAGE and LTAGE branch predictors by Pau Cabre · 5 years ago
  3. b2078ce cpu: split LTAGE implementation into a base TAGE and a derived LTAGE by Pau Cabre · 5 years ago
  4. 3bb49cb cpu,arch-arm: Initialise data members by Rekai Gonzalez-Alberquilla · 7 years ago
  5. c918d14 arch-arm: clang compilation fixes by Matteo Andreozzi · 6 years ago
  6. 54c4c8a tests: Convert IniFile unit test to a GTest by Giacomo Travaglini · 5 years ago
  7. 529c07c hsail: Fix a warning/build failure for HSAIL_X86. by Gabe Black · 5 years ago
  8. 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 5 years ago
  9. a66d12c sim-se: only implement getdentsFunc on supported hosts by Ciro Santilli · 5 years ago
  10. 90dfafa systemc: set endianess to fix build for ARM host by Ciro Santilli · 5 years ago
  11. ecf68df base: Add some functions to convert floats to bits and vice versa. by Gabe Black · 5 years ago
  12. 24bfdc3 mem-cache: Add setters to validate and secure block by Daniel R. Carvalho · 6 years ago
  13. d7409dd cpu: Made LTAGE parameters configurable by Pau Cabre · 5 years ago
  14. 290a354 cpu: Fixed useful counter handling in LTAGE by Pau Cabre · 5 years ago
  15. 7e48e92 cpu: Fixes on the loop predictor part of LTAGE by Pau Cabre · 5 years ago
  16. a5bc229 x86: Get rid of a problematic DPRINTF in PremFp. by Gabe Black · 5 years ago
  17. db442c1 sim: Deschedule existing events when destructing an event queue. by Gabe Black · 5 years ago
  18. 9afba24 base: Don't let exceptions leak from the to_number utility function. by Gabe Black · 5 years ago
  19. bd91e3b systemc: Stop explicitly adding the systemc ext dir to CPPPATH. by Gabe Black · 5 years ago
  20. db4953c systemc: Put systemc headers in the include path when supported. by Gabe Black · 5 years ago
  21. 6c23320 systemc: Increase the stack size for the sc_main fiber to 8MB. by Gabe Black · 5 years ago
  22. 5bfde96 base: Set up a guard page for fiber stacks. by Gabe Black · 5 years ago
  23. 040fabe mem-cache: a missing cast was truncating addresses by Javier Bueno · 5 years ago
  24. 41b4989 cpu: Fix LTAGE max number of allocations on update by Pau Cabre · 5 years ago
  25. 439b68a configs: Added an option for choosing branch predictor type by Pau Cabre · 5 years ago
  26. cb9fa24 sim: Fix data type of ticks per second before passing it to C++ by Srikant Bharadwaj · 5 years ago
  27. 4fa4b9b mem: avoid calling regStat twice on a QoSPolicy by Matteo Andreozzi · 8 years ago
  28. 0c50a0b cpu: Fix the usage of const DynInstPtr by Rekai Gonzalez-Alberquilla · 7 years ago
  29. 338a173 mem-cache: fix invalid iterator access by Javier Bueno · 5 years ago
  30. 153a33b mem-cache: Make StridePrefetcher use Replacement Policies by Daniel · 5 years ago
  31. d7a1db5 mem-cache: Add invalidation function to StrideEntry by Daniel · 5 years ago
  32. 2b619af mem-cache: Make PCTable context independent by Daniel · 5 years ago
  33. 3a3e172 mem-cache: Vectorize StridePrefetcher's entries. by Daniel · 5 years ago
  34. 359a2ef mem-cache: Return entry in StridePrefetcher::pcTableHit() by Daniel · 5 years ago
  35. 67e45b8 mem-cache: Cleanup prefetchers by Daniel · 5 years ago
  36. fafe4e8 scons: add --gold-linker to link with the gold linker by Ciro Santilli · 5 years ago
  37. a4a5fa7 cpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal by Pau Cabre · 5 years ago
  38. d8bc789 mem-cache: Remove Cache dependency from Tags by Daniel R. Carvalho · 5 years ago
  39. c6e0d8f mem-cache: Move access latency calculation to Cache by Daniel R. Carvalho · 6 years ago
  40. ea0f654 arch-arm: Print register name when warning on AT instructions by Giacomo Travaglini · 5 years ago
  41. 8590243 mem-cache: implement a probe-based interface by Javier Bueno · 5 years ago
  42. e8e92a1 sim: Move BitUnion overloading to show/parseParams by Giacomo Travaglini · 6 years ago
  43. 16bf103 sim: Move paramIn/Out definition to header file by Giacomo Travaglini · 6 years ago
  44. f3016e6 cpu: Fixed PC shifting on LTAGE branch predictor by Pau Cabre · 5 years ago
  45. 2f52a9b mem-cache: Align how we handle requests in atomic with timing by Nikos Nikoleris · 5 years ago
  46. d8705a7 systemc: Push python headers on top of sources by Giacomo Travaglini · 5 years ago
  47. a7105c6 systemc: Stop using python to set/manage the global time resolution. by Gabe Black · 5 years ago
  48. 3fb9139 sim: Push the global frequency management code into C++. by Gabe Black · 5 years ago
  49. 8c8a2f1 configs: Revamp ruby mem test to align with MemTest by Nikos Nikoleris · 6 years ago
  50. 90f24e9 systemc: Get rid of a duplicated base class initializer for sc_fifo. by Gabe Black · 5 years ago
  51. dabc2b1 systemc: Add a missing "const" on one of the sc_event operators. by Gabe Black · 5 years ago
  52. a993544 systemc: Only build python utility code if python is enabled. by Gabe Black · 5 years ago
  53. e1bebae systemc: Separate and conditionalize exposing sc_main to python. by Gabe Black · 5 years ago
  54. 6dd72cf systemc: Seperate out the sc_main fiber and its bookkeeping. by Gabe Black · 5 years ago
  55. 296402a systemc: Stop using python init to set up predefined message ids. by Gabe Black · 5 years ago
  56. 1c110fa systemc: Wrap some report maps in functions. by Gabe Black · 5 years ago
  57. 121160d configs: Add missing path to ruby imports by Daniel R. Carvalho · 5 years ago
  58. 75035f5 mem-ruby: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  59. cbbdbcb misc: Update workflow requirements in CONTRIBUTING.md by Tony Gutierrez · 6 years ago
  60. 4c7051c arch-arm: Deprecate usage of legacy bootloader patching by Giacomo Travaglini · 6 years ago
  61. 6fa4938 arch-arm: ArmSystem::resetAddr64 renamed to be used in AArch32 by Giacomo Travaglini · 6 years ago
  62. f97164a arch-arm: Implement AArch32 RVBAR by Giacomo Travaglini · 6 years ago
  63. 07a2fd7 arch-arm: Remove SCTLR.VE bit by Giacomo Travaglini · 5 years ago
  64. 46a79f7 arch-arm: Refactor ISA::clear by adding a ISA::clear32 method by Giacomo Travaglini · 6 years ago
  65. 4e02b92 arch-arm: Remove MISCREG commented numbers by Giacomo Travaglini · 6 years ago
  66. 351c7ee systemc: Fix some paths in the tlm SCons(script|struct). by Gabe Black · 5 years ago
  67. c6ff8d3 mips: Change the integer and fp register widths to be 64 bits. by Gabe Black · 6 years ago
  68. 223840f mips: Clean up type overrides for operands. by Gabe Black · 6 years ago
  69. 0167f66 mips: Explicitly truncate the syscall return value down to 32 bits. by Gabe Black · 6 years ago
  70. 14b0481 null: Claim to use 64 bit floating point registers. by Gabe Black · 6 years ago
  71. f3e17ca sparc: Switch the FloatReg and FloatRegBits types to be 64 bit. by Gabe Black · 6 years ago
  72. 9dbc9bb base: Add standard types for floating and nonfloating point register values. by Gabe Black · 6 years ago
  73. 543b786 systemc: Enable systemc support by default. by Gabe Black · 6 years ago
  74. f6ffc40 systemc: Explicitly keep the sc_port bind alongside sc_in's version. by Gabe Black · 5 years ago
  75. 45abd00 systemc: Change how SC_BIND_PROXY_NIL is initialized. by Gabe Black · 5 years ago
  76. 28ab6ff systemc: Get rid of implementations for some disabled sc_vector methods. by Gabe Black · 5 years ago
  77. 2876141 systemc: Move a function after the class it uses internally. by Gabe Black · 5 years ago
  78. d0c7e19 systemc: Get rid of an unused private member in sc_clock. by Gabe Black · 5 years ago
  79. 6621748 mem-cache: Rename the tag class init function to tagsInit. by Gabe Black · 5 years ago
  80. adde4c9 mem: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  81. 49798e0 mem-cache: Fix double block invalidation by Daniel R. Carvalho · 6 years ago
  82. 33dc762 arch, arm: Return s1Req upon fault in s2Lookup by Anouk Van Laer · 6 years ago
  83. 0e9da43 arch, arm: Effect of AT instructions on descriptor handling by Anouk Van Laer · 6 years ago
  84. fd29481 util: Add some examples for using systemc code within gem5. by Gabe Black · 6 years ago
  85. c71dfc1 util: Move the existing systemc example into a subdirectory. by Gabe Black · 6 years ago
  86. 006eb36 syscall_emul: fix openat when directory does not end in "/" by Ciro Santilli · 6 years ago
  87. 8162e0d syscall_emul: implement arm openat by Ciro Santilli · 6 years ago
  88. e70a2a5 arch-arm: FIXUP for the add PRFM PST instruction commit by Yuetsu Kodama · 6 years ago
  89. 091f515 mem-ruby: Fix MOESI_CMP_directory in ports order by Nikos Nikoleris · 6 years ago
  90. 59e3585 arch-arm: We add PRFM PST instruction for arm by yuetsu.kodama · 6 years ago
  91. d4b3e06 arch-arm: IMPDEF for SYS instruction with CRn = {11, 15} by Giacomo Travaglini · 6 years ago
  92. f5c8fc6 arch-arm: AArch64 Instruction for MISCREG_IMPDEF_UNIMPL by Giacomo Travaglini · 6 years ago
  93. 68bc539 arch-arm: Refactor AArch64 MSR/MRS trapping by Giacomo Travaglini · 6 years ago
  94. 1686030 arch-arm: Trap to EL2 only if not in Secure State by Giacomo Travaglini · 6 years ago
  95. 438ecf9 arch-arm: Fix HVC trapping beahviour by Giacomo Travaglini · 6 years ago
  96. 47a8c47 arch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1 by Giacomo Travaglini · 6 years ago
  97. d05e6aa tests: Convert AddrRangeMap unit test to a GTest by Andreas Sandberg · 6 years ago
  98. 78addea tests: Convert CircleBuf unit test to a GTest by Andreas Sandberg · 6 years ago
  99. 0330c43 mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base by Daniel R. Carvalho · 6 years ago
  100. 34efcae config: add --param to fs.py, se.py and fs_bigLITTLE.py by Ciro Santilli · 6 years ago