1. 3b9395c scons: Set the partial linking group for EXTRAS dirs. by Gabe Black · 4 years, 6 months ago
  2. a39c8db scons: Fixes to improve python 3 support. by Gabe Black · 4 years, 6 months ago
  3. 451ff4a util: Add a git commit-msg hook by Daniel R. Carvalho · 4 years, 8 months ago
  4. 4bbd03d kvm,arm: Update the KVM ARM v8 CPU to use vector regs. by Gabe Black · 4 years, 6 months ago
  5. d3aba22 arch-riscv: fix asmtest concurrent issues. by Xin Ouyang · 4 years, 6 months ago
  6. 7dd740d arch-x86: missing override specifier by Andrea Mondelli · 4 years, 6 months ago
  7. 18cbc34 arch-x86: Adding LDDQU instruction by marjanfariborz · 4 years, 6 months ago
  8. f7cb03f sim: Add a suppression mechanism to the SyscallReturn class. by Gabe Black · 4 years, 6 months ago
  9. 89d50b0 sim: Small style fixes in sim/syscall_return.hh. by Gabe Black · 4 years, 6 months ago
  10. 8b44fb7 sim: Change the syscall executor to a std::function. by Gabe Black · 4 years, 6 months ago
  11. f135fc9 sparc: Fix the getresuidFunc prototype. by Gabe Black · 4 years, 6 months ago
  12. b992433 sparc: Fix the predecoder's moreBytes method. by Gabe Black · 4 years, 6 months ago
  13. ef48177 systemc: Purposefully *expose* bind in the initiator socket. by Gabe Black · 4 years, 6 months ago
  14. ce83321 fastmodel: Switch the diagnostic pragmas to GCC from clang. by Gabe Black · 4 years, 6 months ago
  15. 31b965b misc: CONTRIBUTING.md to advise linking Jira Issues in commits by Bobby R. Bruce · 4 years, 6 months ago
  16. c63a00d cpu,sim-se: move error checks in syscall methods by Brandon Potter · 4 years, 6 months ago
  17. e5203b8 systemc,fastmodel: Use the gem5_scons error and warning functions. by Gabe Black · 4 years, 6 months ago
  18. 6ac429a systemc: Suppress a spurious clang warning in the systemc headers. by Gabe Black · 4 years, 6 months ago
  19. 5daf5ea systemc: Fix up some lingering Accellera specific code in TLM v1. by Gabe Black · 4 years, 6 months ago
  20. aa72c28 base: add the FmtStackTrace debug option by Ciro Santilli · 4 years, 7 months ago
  21. 7e49679 sim-se: Avoid function overloading for syscall implementation by Giacomo Travaglini · 4 years, 6 months ago
  22. 78e5cae systemc: Add a bunch of missing overrides to the systemc headers. by Gabe Black · 4 years, 6 months ago
  23. fd36873 fastmodel: Suppress a spurious warning on clang for amba_pv.h. by Gabe Black · 4 years, 6 months ago
  24. 258c04f arch-riscv: Fix disassembling of immediate for c.lui instruction by Ian Jiang · 4 years, 6 months ago
  25. bcf041f dev-arm: Automatically assign PCI device ids in attachPciDevice by Ciro Santilli · 4 years, 7 months ago
  26. 43e9d87 dev-arm: device name in AmbaFake accesses by Adrian Herrera · 4 years, 7 months ago
  27. 078bdc8 mem-cache: Avoid hiding a virtual method in the dictionary compressor. by Gabe Black · 4 years, 6 months ago
  28. 6ff7e6d mem-cache: Remove a std::move clang says is unnecessary. by Gabe Black · 4 years, 6 months ago
  29. ddcc0ab arm: Make sure not to shift off of the end of a uint32_t in KVM. by Gabe Black · 4 years, 6 months ago
  30. 2a01405 base, python: Allow dirname selection for the interpreter by Giacomo Travaglini · 4 years, 6 months ago
  31. 8e493b5 configs: Add --redirects for syscall emulation by Giacomo Travaglini · 4 years, 6 months ago
  32. b406cda base: Fix DPRINTF_UNCONDITIONAL on gem5.fast by Giacomo Travaglini · 4 years, 6 months ago
  33. 653dfec configs: Add root redirect path in SE mode only when set by Giacomo Travaglini · 4 years, 6 months ago
  34. ccc46bb sim-se: Check Path redirection when mmapping by Giacomo Travaglini · 4 years, 6 months ago
  35. 5441dd1 configs: Fix baremetal platform by Giacomo Travaglini · 4 years, 6 months ago
  36. 50768bb sim: prefix --debug-flags Event logs with the flag name by Ciro Santilli · 4 years, 8 months ago
  37. ffd75f5 cpu: prefix ExecEnable to the native trace to match DPRINTF by Ciro Santilli · 4 years, 8 months ago
  38. 1ef80a5 base: generalize ExecTicks to all messages with FmtTicksOff by Ciro Santilli · 4 years, 8 months ago
  39. 2841aaa base: create DPRINTF_UNCONDITIONAL by Ciro Santilli · 4 years, 8 months ago
  40. 105b2c8 base: add the --debug-flag to DPRINTF output with FmtFlag by Ciro Santilli · 4 years, 8 months ago
  41. e82a6f3 arch-arm: Make the Tarmac parsed registers case insensitive by Giacomo Travaglini · 4 years, 8 months ago
  42. ca5e9c2 arch-riscv: Fix immediate decoding for integer shift immediate instructions by Ian Jiang · 4 years, 6 months ago
  43. 390f7b9 arch-riscv: Fix disassembling for fence and fence.i by Ian Jiang · 4 years, 6 months ago
  44. 57e951f arch,cpu: Get rid of ISA_HAS_CC_REGS and its associated ifdefs. by Gabe Black · 4 years, 7 months ago
  45. 97a6a64 arm: Stop serializing ISA values wihch are cached from the system. by Gabe Black · 4 years, 7 months ago
  46. 8e8214d arch-arm: default MIDR for Armv8 ISA processors by Adrian Herrera · 4 years, 7 months ago
  47. 0793149 dev-arm: Adjust off_chip ranges in VExpress_GEM5 platform by Giacomo Travaglini · 4 years, 6 months ago
  48. e3c89a7 cpu: log thread activate and suspend with --debug-flags Thread by Ciro Santilli · 4 years, 8 months ago
  49. 7e488a9 sim-se: don't wake up threads that are halted on futex by Ciro Santilli · 4 years, 6 months ago
  50. cd096a6 arch-riscv: Fix disassembling for atomic instructions by Ian Jiang · 4 years, 7 months ago
  51. bee784d arch-riscv: Fix disassembling of operand list for compressed instructions by Ian Jiang · 4 years, 7 months ago
  52. 27b5e32 arch-riscv: Fix disassembling of immediate for U-type instructions by Ian Jiang · 4 years, 6 months ago
  53. 0b39303 arch-riscv: Fix bug in serialize and unserialize of Interrutps by IanJiangICT · 4 years, 7 months ago
  54. 8028348 scons: Use the new error() and warning() methods. by Gabe Black · 4 years, 6 months ago
  55. cc3d5df scons: Add "warning" and "error" methods. by Gabe Black · 4 years, 6 months ago
  56. a434c6c scons: Use HAVE_PROTOC when building protobuf files. by Gabe Black · 4 years, 6 months ago
  57. dc3c6ee scons: Don't use PROTOC for the protoc command and to flag its presence. by Gabe Black · 4 years, 6 months ago
  58. 54e0a39 tests,base: Added GTests for exec_ecoff.h and exec_aout.h by Bobby R. Bruce · 4 years, 7 months ago
  59. cbdf361 test,base: Added GTest for base/loader/image_file_data.cc by Bobby R. Bruce · 4 years, 6 months ago
  60. fb888a48 base: Remove tests making use of Big/LittleEndianOrder Namespace by Giacomo Travaglini · 4 years, 6 months ago
  61. b4c9996 base,tests: Expanded GTests for addr_range.hh by Brandon Potter · 4 years, 7 months ago
  62. 1c4d64f system-arm: gitignore the aarch64 bootloader object files by Ciro Santilli · 4 years, 7 months ago
  63. 3478b28 system-arm: ignore .gen directory that contains DTS files by Ciro Santilli · 4 years, 7 months ago
  64. 03a09a9 system-arm: Use dts include instead of cpp in ARM DTBs by Bertrand Marquis · 4 years, 8 months ago
  65. c3686ed system-arm: Rework boot loader makefile to be more generic by Bertrand Marquis · 4 years, 8 months ago
  66. a37b827 tests, base: Added GTests for base/intmath.cc by Bobby R. Bruce · 4 years, 7 months ago
  67. 92d04b1 tests, base: Removed dead code from base/intmath by Mahyar Samani · 4 years, 7 months ago
  68. d40f0bc arch: Get rid of the (Big|Little)EndianGuest namespaces. by Gabe Black · 4 years, 7 months ago
  69. 697e559 arch: Make and use endian specific versions of the mem helpers. by Gabe Black · 4 years, 7 months ago
  70. 17a0c0b arch-arm: R/W interface to AArch32 HCR2 misc reg by Adrian Herrera · 4 years, 7 months ago
  71. 7e19b26 mem-cache: Initialize all members of `QueuedPrefetcher::DeferredPacket`. by Isaac Sánchez Barrera · 4 years, 6 months ago
  72. ccb3c75 mem-cache: Fix destructor of `BasePrefetcher::PrefetchInfo`. by Isaac Sánchez Barrera · 4 years, 6 months ago
  73. 2dd1842 arch-arm: Fix short descriptors cacheability during table walks by Giacomo Travaglini · 4 years, 7 months ago
  74. dd77848 arch-arm: Fix long descriptors cacheability during table walks by Giacomo Travaglini · 4 years, 7 months ago
  75. 5490908 tests: Added GTests for byteswap.hh by Bobby R. Bruce · 4 years, 7 months ago
  76. 1fd1d2e tests: Specify a non-default root folder for regressions by Giacomo Travaglini · 4 years, 6 months ago
  77. 732c47f tests, base: Removed ambiguity from base/intmath.hh by Mahyar Samani · 4 years, 7 months ago
  78. 7f25332 arch-arm: Refactor code to check if gic is GicV2 by Chun-Chen TK Hsu · 4 years, 8 months ago
  79. c2f2913 config: Add fastmodel cluster in fs_bigLITTLE.py by Chun-Chen TK Hsu · 4 years, 9 months ago
  80. de74605 fastmodel: Add VExpressFastmodel platform by Chun-Chen TK Hsu · 4 years, 8 months ago
  81. 14025f0 arm: Replace most htog and gtoh with htole and letoh. by Gabe Black · 4 years, 7 months ago
  82. 6a2961d arch-arm: fix routeToHyp for AArch64 in faults by Adrian Herrera · 4 years, 7 months ago
  83. e50eec0 tests: Added GTests for base/chunk_generator.hh by Bobby R. Bruce · 4 years, 8 months ago
  84. 93790eb fastmodel: Implement reading vector registers with readVecReg. by Gabe Black · 4 years, 7 months ago
  85. 64917da tests: Added GTests for base/types.cc by Bobby R. Bruce · 4 years, 8 months ago
  86. e96ccec tests,base: Added GTests for base/condcodes.hh by Bobby R. Bruce · 4 years, 8 months ago
  87. 70bfe7a tests: Using super in arm_generic whenever possible by Giacomo Travaglini · 4 years, 7 months ago
  88. 6dd6500 tests: Using super for calling superclass __init__ by Giacomo Travaglini · 4 years, 7 months ago
  89. 77a5bc0 tests: Remove Noncoherent cache from regressions by Giacomo Travaglini · 4 years, 7 months ago
  90. e0ed3d7 arch-arm: Fix TarmacParser handling of 64bit LD/ST by Giacomo Travaglini · 4 years, 8 months ago
  91. 239835d arch-arm: Provide SVE support to the TarmacTracer by Giacomo Travaglini · 4 years, 8 months ago
  92. 68a4a2d arch-arm: Provide SVE support to the TarmacParser by Giacomo Gabrielli · 4 years, 8 months ago
  93. 27c2627 arm: Set the number of FloatRegs to zero. by Gabe Black · 4 years, 7 months ago
  94. 434047e tests,base: Added GTests for base/match.cc by Bobby R. Bruce · 4 years, 7 months ago
  95. f41045e cpu: Fix a bug in getCurrentInstCount in the checker CPU. by Gabe Black · 4 years, 7 months ago
  96. 8ef9d32 power: Replace gtoh and htog with betoh and htobe. by Gabe Black · 4 years, 7 months ago
  97. 5e23569 x86: Replace htog and gtoh with htole and letoh. by Gabe Black · 4 years, 7 months ago
  98. f951704 mips: Replace gtoh and htog with letoh and htole. by Gabe Black · 4 years, 7 months ago
  99. 5a85737 sparc: Replace htog and gtoh with htobe and betoh. by Gabe Black · 4 years, 7 months ago
  100. 42bb157 systemc: Remove boost dependency caused by tlm by Hoa Nguyen · 4 years, 7 months ago