1. c63a00d cpu,sim-se: move error checks in syscall methods by Brandon Potter · 4 years, 6 months ago
  2. e5203b8 systemc,fastmodel: Use the gem5_scons error and warning functions. by Gabe Black · 4 years, 6 months ago
  3. 6ac429a systemc: Suppress a spurious clang warning in the systemc headers. by Gabe Black · 4 years, 6 months ago
  4. 5daf5ea systemc: Fix up some lingering Accellera specific code in TLM v1. by Gabe Black · 4 years, 6 months ago
  5. aa72c28 base: add the FmtStackTrace debug option by Ciro Santilli · 4 years, 8 months ago
  6. 7e49679 sim-se: Avoid function overloading for syscall implementation by Giacomo Travaglini · 4 years, 6 months ago
  7. 78e5cae systemc: Add a bunch of missing overrides to the systemc headers. by Gabe Black · 4 years, 6 months ago
  8. fd36873 fastmodel: Suppress a spurious warning on clang for amba_pv.h. by Gabe Black · 4 years, 6 months ago
  9. 258c04f arch-riscv: Fix disassembling of immediate for c.lui instruction by Ian Jiang · 4 years, 6 months ago
  10. bcf041f dev-arm: Automatically assign PCI device ids in attachPciDevice by Ciro Santilli · 4 years, 7 months ago
  11. 43e9d87 dev-arm: device name in AmbaFake accesses by Adrian Herrera · 4 years, 7 months ago
  12. 078bdc8 mem-cache: Avoid hiding a virtual method in the dictionary compressor. by Gabe Black · 4 years, 6 months ago
  13. 6ff7e6d mem-cache: Remove a std::move clang says is unnecessary. by Gabe Black · 4 years, 6 months ago
  14. 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
  15. 2a01405 base, python: Allow dirname selection for the interpreter by Giacomo Travaglini · 4 years, 6 months ago
  16. 8e493b5 configs: Add --redirects for syscall emulation by Giacomo Travaglini · 4 years, 6 months ago
  17. b406cda base: Fix DPRINTF_UNCONDITIONAL on gem5.fast by Giacomo Travaglini · 4 years, 6 months ago
  18. 653dfec configs: Add root redirect path in SE mode only when set by Giacomo Travaglini · 4 years, 6 months ago
  19. ccc46bb sim-se: Check Path redirection when mmapping by Giacomo Travaglini · 4 years, 6 months ago
  20. 5441dd1 configs: Fix baremetal platform by Giacomo Travaglini · 4 years, 6 months ago
  21. 50768bb sim: prefix --debug-flags Event logs with the flag name by Ciro Santilli · 4 years, 8 months ago
  22. ffd75f5 cpu: prefix ExecEnable to the native trace to match DPRINTF by Ciro Santilli · 4 years, 8 months ago
  23. 1ef80a5 base: generalize ExecTicks to all messages with FmtTicksOff by Ciro Santilli · 4 years, 8 months ago
  24. 2841aaa base: create DPRINTF_UNCONDITIONAL by Ciro Santilli · 4 years, 8 months ago
  25. 105b2c8 base: add the --debug-flag to DPRINTF output with FmtFlag by Ciro Santilli · 4 years, 8 months ago
  26. e82a6f3 arch-arm: Make the Tarmac parsed registers case insensitive by Giacomo Travaglini · 4 years, 8 months ago
  27. ca5e9c2 arch-riscv: Fix immediate decoding for integer shift immediate instructions by Ian Jiang · 4 years, 6 months ago
  28. 390f7b9 arch-riscv: Fix disassembling for fence and fence.i by Ian Jiang · 4 years, 6 months ago
  29. 57e951f arch,cpu: Get rid of ISA_HAS_CC_REGS and its associated ifdefs. by Gabe Black · 4 years, 7 months ago
  30. 97a6a64 arm: Stop serializing ISA values wihch are cached from the system. by Gabe Black · 4 years, 7 months ago
  31. 8e8214d arch-arm: default MIDR for Armv8 ISA processors by Adrian Herrera · 4 years, 7 months ago
  32. 0793149 dev-arm: Adjust off_chip ranges in VExpress_GEM5 platform by Giacomo Travaglini · 4 years, 6 months ago
  33. e3c89a7 cpu: log thread activate and suspend with --debug-flags Thread by Ciro Santilli · 4 years, 8 months ago
  34. 7e488a9 sim-se: don't wake up threads that are halted on futex by Ciro Santilli · 4 years, 6 months ago
  35. cd096a6 arch-riscv: Fix disassembling for atomic instructions by Ian Jiang · 4 years, 7 months ago
  36. bee784d arch-riscv: Fix disassembling of operand list for compressed instructions by Ian Jiang · 4 years, 7 months ago
  37. 27b5e32 arch-riscv: Fix disassembling of immediate for U-type instructions by Ian Jiang · 4 years, 6 months ago
  38. 0b39303 arch-riscv: Fix bug in serialize and unserialize of Interrutps by IanJiangICT · 4 years, 7 months ago
  39. 8028348 scons: Use the new error() and warning() methods. by Gabe Black · 4 years, 6 months ago
  40. cc3d5df scons: Add "warning" and "error" methods. by Gabe Black · 4 years, 6 months ago
  41. a434c6c scons: Use HAVE_PROTOC when building protobuf files. by Gabe Black · 4 years, 6 months ago
  42. dc3c6ee scons: Don't use PROTOC for the protoc command and to flag its presence. by Gabe Black · 4 years, 6 months ago
  43. 54e0a39 tests,base: Added GTests for exec_ecoff.h and exec_aout.h by Bobby R. Bruce · 4 years, 7 months ago
  44. cbdf361 test,base: Added GTest for base/loader/image_file_data.cc by Bobby R. Bruce · 4 years, 7 months ago
  45. fb888a48 base: Remove tests making use of Big/LittleEndianOrder Namespace by Giacomo Travaglini · 4 years, 6 months ago
  46. b4c9996 base,tests: Expanded GTests for addr_range.hh by Brandon Potter · 4 years, 7 months ago
  47. 1c4d64f system-arm: gitignore the aarch64 bootloader object files by Ciro Santilli · 4 years, 7 months ago
  48. 3478b28 system-arm: ignore .gen directory that contains DTS files by Ciro Santilli · 4 years, 7 months ago
  49. 03a09a9 system-arm: Use dts include instead of cpp in ARM DTBs by Bertrand Marquis · 4 years, 8 months ago
  50. c3686ed system-arm: Rework boot loader makefile to be more generic by Bertrand Marquis · 4 years, 8 months ago
  51. a37b827 tests, base: Added GTests for base/intmath.cc by Bobby R. Bruce · 4 years, 7 months ago
  52. 92d04b1 tests, base: Removed dead code from base/intmath by Mahyar Samani · 4 years, 7 months ago
  53. d40f0bc arch: Get rid of the (Big|Little)EndianGuest namespaces. by Gabe Black · 4 years, 7 months ago
  54. 697e559 arch: Make and use endian specific versions of the mem helpers. by Gabe Black · 4 years, 7 months ago
  55. 17a0c0b arch-arm: R/W interface to AArch32 HCR2 misc reg by Adrian Herrera · 4 years, 7 months ago
  56. 7e19b26 mem-cache: Initialize all members of `QueuedPrefetcher::DeferredPacket`. by Isaac Sánchez Barrera · 4 years, 6 months ago
  57. ccb3c75 mem-cache: Fix destructor of `BasePrefetcher::PrefetchInfo`. by Isaac Sánchez Barrera · 4 years, 6 months ago
  58. 2dd1842 arch-arm: Fix short descriptors cacheability during table walks by Giacomo Travaglini · 4 years, 7 months ago
  59. dd77848 arch-arm: Fix long descriptors cacheability during table walks by Giacomo Travaglini · 4 years, 7 months ago
  60. 5490908 tests: Added GTests for byteswap.hh by Bobby R. Bruce · 4 years, 7 months ago
  61. 1fd1d2e tests: Specify a non-default root folder for regressions by Giacomo Travaglini · 4 years, 6 months ago
  62. 732c47f tests, base: Removed ambiguity from base/intmath.hh by Mahyar Samani · 4 years, 7 months ago
  63. 7f25332 arch-arm: Refactor code to check if gic is GicV2 by Chun-Chen TK Hsu · 4 years, 8 months ago
  64. c2f2913 config: Add fastmodel cluster in fs_bigLITTLE.py by Chun-Chen TK Hsu · 4 years, 9 months ago
  65. de74605 fastmodel: Add VExpressFastmodel platform by Chun-Chen TK Hsu · 4 years, 8 months ago
  66. 14025f0 arm: Replace most htog and gtoh with htole and letoh. by Gabe Black · 4 years, 7 months ago
  67. 6a2961d arch-arm: fix routeToHyp for AArch64 in faults by Adrian Herrera · 4 years, 7 months ago
  68. e50eec0 tests: Added GTests for base/chunk_generator.hh by Bobby R. Bruce · 4 years, 8 months ago
  69. 93790eb fastmodel: Implement reading vector registers with readVecReg. by Gabe Black · 4 years, 7 months ago
  70. 64917da tests: Added GTests for base/types.cc by Bobby R. Bruce · 4 years, 8 months ago
  71. e96ccec tests,base: Added GTests for base/condcodes.hh by Bobby R. Bruce · 4 years, 8 months ago
  72. 70bfe7a tests: Using super in arm_generic whenever possible by Giacomo Travaglini · 4 years, 7 months ago
  73. 6dd6500 tests: Using super for calling superclass __init__ by Giacomo Travaglini · 4 years, 7 months ago
  74. 77a5bc0 tests: Remove Noncoherent cache from regressions by Giacomo Travaglini · 4 years, 7 months ago
  75. e0ed3d7 arch-arm: Fix TarmacParser handling of 64bit LD/ST by Giacomo Travaglini · 4 years, 8 months ago
  76. 239835d arch-arm: Provide SVE support to the TarmacTracer by Giacomo Travaglini · 4 years, 8 months ago
  77. 68a4a2d arch-arm: Provide SVE support to the TarmacParser by Giacomo Gabrielli · 4 years, 8 months ago
  78. 27c2627 arm: Set the number of FloatRegs to zero. by Gabe Black · 4 years, 7 months ago
  79. 434047e tests,base: Added GTests for base/match.cc by Bobby R. Bruce · 4 years, 7 months ago
  80. f41045e cpu: Fix a bug in getCurrentInstCount in the checker CPU. by Gabe Black · 4 years, 7 months ago
  81. 8ef9d32 power: Replace gtoh and htog with betoh and htobe. by Gabe Black · 4 years, 7 months ago
  82. 5e23569 x86: Replace htog and gtoh with htole and letoh. by Gabe Black · 4 years, 7 months ago
  83. f951704 mips: Replace gtoh and htog with letoh and htole. by Gabe Black · 4 years, 7 months ago
  84. 5a85737 sparc: Replace htog and gtoh with htobe and betoh. by Gabe Black · 4 years, 7 months ago
  85. 42bb157 systemc: Remove boost dependency caused by tlm by Hoa Nguyen · 4 years, 7 months ago
  86. bff1d59 fastmodel: Plumb the ITB and DTB through the IRIS thread context. by Gabe Black · 4 years, 7 months ago
  87. 2c3c7df fastmodel: Implement inst count events in the IRIS thread contexts. by Gabe Black · 4 years, 7 months ago
  88. 3791b60 arch-arm: Simplify AMO code generation templates by Nikos Nikoleris · 4 years, 7 months ago
  89. 29fce1d cpu: Use std::array for registers in SimpleThread. by Gabe Black · 4 years, 7 months ago
  90. 76b10e2 arch-arm: Annotate original address in CMOs by Giacomo Travaglini · 4 years, 8 months ago
  91. 75a127e mem-ruby: Reset Ruby Sequencer Outstanding Requests stats by Polydoros Petrakis · 4 years, 7 months ago
  92. d57b8ba dev-arm: optional instantiation of GICv3 ITS by Adrian Herrera · 4 years, 8 months ago
  93. 0a276fb mem-cache: Modify compressor to appease newer compilers by Daniel R. Carvalho · 4 years, 7 months ago
  94. b7223e0 mem-cache: Implement a perfect compressor by Daniel R. Carvalho · 4 years, 10 months ago
  95. 3029ef2 mem-cache: Make BDI a multi compressor by Daniel R. Carvalho · 4 years, 9 months ago
  96. b8a4a91 mem-cache: Implement a multi compressor by Daniel R. Carvalho · 4 years, 10 months ago
  97. 2cb1449 mem-cache: Implement BDI sub-compressors by Daniel R. Carvalho · 4 years, 9 months ago
  98. e415882 mem-cache: Implement a repeated values compressor by Daniel R. Carvalho · 4 years, 9 months ago
  99. fcc1964 mem-cache: Implement a zero compressor by Daniel R. Carvalho · 4 years, 9 months ago
  100. 93b4845 mem-cache: Implement FPC-D cache compression by Daniel R. Carvalho · 4 years, 11 months ago