1. 163065d arch-arm: IsStoreConditional flag set depending on flavor by Giacomo Travaglini · 5 years ago
  2. 51aba75 arch-arm: Remove SWP and SWPB instructions by Giacomo Travaglini · 5 years ago
  3. e1ef027 systemc: Fix TLM related includes. by Gabe Black · 5 years ago
  4. 298e8b8 arm: Replace MiscReg with RegVal in utility.(hh|cc). by Gabe Black · 5 years ago
  5. 964e610 mem-ruby: Fix missing TBE allocation and deallocation by Zicong Wang · 5 years ago
  6. 1ab1500 sparc: Get rid of some register type definitions. by Gabe Black · 6 years ago
  7. 230b892 arch: cpu: Stop passing around misc registers by reference. by Gabe Black · 6 years ago
  8. 774770a arm: Get rid of some register type definitions. by Gabe Black · 6 years ago
  9. 2b80f58 arm: dev: Replace ArmISA::MiscReg with RegVal in the GIC v3 model. by Gabe Black · 5 years ago
  10. 0f024be arch-arm: implement the GDB XML target description for ARM by Ciro Santilli · 5 years ago
  11. 6064582 ext: import GDB XML target description files for arm by Ciro Santilli · 5 years ago
  12. 9712a63 scons: add helpers to access GDB XML description files by Ciro Santilli · 5 years ago
  13. f2bda87 scons: allow embedding arbitrary blobs into the gem5 executable by Ciro Santilli · 5 years ago
  14. af5a23a base: add support for GDB's XML architecture definition by Ciro Santilli · 5 years ago
  15. 12eac0c arch-arm: Move AArch32 IMPLEMENTATION DEFINED registers by Giacomo Travaglini · 6 years ago
  16. a0649ee mem: Add tryTiming suppport to CommMonitor by Sascha Bischoff · 5 years ago
  17. e9d9575 sim-se add readv and modifies writev by Brandon Potter · 6 years ago
  18. 7936e63 sim-se: add ability to get/set sock metadata by Brandon Potter · 6 years ago
  19. bc74c58 sim-se: add syscalls related to polling by Brandon Potter · 6 years ago
  20. c4e67f6 sim-se: add calls for network transmissions by Brandon Potter · 6 years ago
  21. a2ed7d5 sim-se: add socket-based functionality by Brandon Potter · 6 years ago
  22. 2c9f7eb base: Fix unitialized storage by Daniel R. Carvalho · 5 years ago
  23. 5dda7fb tests: Fix tests/main.py so it can be run from anywhere. by Gabe Black · 5 years ago
  24. fa0c2bd mem: Allow inserts in the begining of a packet queue by Nikos Nikoleris · 5 years ago
  25. ccc50b7 mem: Determine if a packet queue forces ordering at construction by Nikos Nikoleris · 5 years ago
  26. 1e9f653 cpu-o3: Make the smtCommitPolicy a Param.ScopedEnum by Nikos Nikoleris · 5 years ago
  27. 8c54922 cpu-o3: Make the smtROBPolicy a Param.ScopedEnum by Nikos Nikoleris · 5 years ago
  28. 6825ef1 cpu-o3: Make the smtIQPolicy a Param.ScopedEnum by Nikos Nikoleris · 5 years ago
  29. 7b4e441 cpu-o3: Make the smtLSQPolicy a Param.ScopedEnum by Nikos Nikoleris · 5 years ago
  30. 38339e0 cpu-o3: Make the smtFetchPolicy a Param.ScopedEnum by Nikos Nikoleris · 5 years ago
  31. 8ddec57 python: Add support for scoped enums by Nikos Nikoleris · 5 years ago
  32. cf0f625 cpu: dev: sim: gpu-compute: Banish some ISA specific register types. by Gabe Black · 6 years ago
  33. 0c4515c arch: Make the ISA register types aliases for the global types. by Gabe Black · 6 years ago
  34. f4d3328 arm: Make the fp register types 64 bits. by Gabe Black · 6 years ago
  35. 6099502 mem-cache: Access Map Pattern Matching Prefetcher by Javier Bueno · 5 years ago
  36. 3a3ad05 mem-cache: Signature Path Prefetcher by Javier Bueno · 5 years ago
  37. afa039d mem-cache: allow prefetchers to emit page crossing references by Javier Bueno · 5 years ago
  38. 38f87da mem-cache: virtual address support for prefetchers by Javier Bueno · 5 years ago
  39. cba7585 arch-arm: Read VMPIDR instead of MPIDR when EL2 is Enabled by Giacomo Travaglini · 5 years ago
  40. 6718406 arch-arm: Added TLBI_ALL EL2 instruction by Anouk Van Laer · 6 years ago
  41. b47b123 arch-riscv: Add interrupt handling by Alec Roelke · 6 years ago
  42. a3be0a4 arch-riscv: Fix reset function and style by Alec Roelke · 6 years ago
  43. c5baffb cpu: Fix usage of setArchVecElem by Giacomo Travaglini · 5 years ago
  44. f3ab99e arch-arm: Fix usage of RegId constructor for VecElem by Giacomo Travaglini · 5 years ago
  45. d4116b0 arm: Stop using the FloatReg and FloatRegBits types. by Gabe Black · 6 years ago
  46. fd834ff config: De-nest the code in Port.splice(). by Gabe Black · 5 years ago
  47. 8dea46f config: Fix an error message in Port.splice(). by Gabe Black · 5 years ago
  48. ad9a233 scons: added support of default Python installation on MacOS by Andrea Mondelli · 5 years ago
  49. 3d54f6d misc: updated shabang for python script by Andrea Mondelli · 5 years ago
  50. f3a438e sim-se, arch-arm: Add support for getdents64 by Javier Setoain · 5 years ago
  51. b25900f arch-arm, sim-se: Add support for TLS in clone by Andreas Sandberg · 5 years ago
  52. 46d6137 arch-arm, sim-se: Fix incorrect SP handling in clone by Andreas Sandberg · 5 years ago
  53. 0a36956 sim-se: Refactor clone to avoid most ifdefs by Andreas Sandberg · 5 years ago
  54. 13daa2e sim-se: Correctly calculate next PC in clone by Andreas Sandberg · 5 years ago
  55. 3849515 sim-se: Use CONFIG_CLONE_BACKWARDS for Arm by Andreas Sandberg · 5 years ago
  56. 5e42034 arch-arm, sim-se: Wire up syscalls needed for pthreads by Javier Setoain · 5 years ago
  57. 815dc65 dev-arm: Add a VExpress_GEM5_V2 platform with GICv3 support by Jairo Balart · 5 years ago
  58. 93c7fa5 dev-arm: Add a GICv3 model by Jairo Balart · 6 years ago
  59. 7d5696d base: Make it possible to convert strings to enums by Giacomo Travaglini · 5 years ago
  60. 85931de systemc: Fix a function which was broken during style fixes. by Gabe Black · 5 years ago
  61. 2169294 arch-arm: Additional bits in misc ARM registers to use with the TLB and page walker by Ivan Pizarro · 5 years ago
  62. 9886bab systemc: Make input.txt a dependency for the tlm/endian_conv test. by Gabe Black · 5 years ago
  63. 7a58945 systemc: Exclude some failing systemc TLM tests in working.filt. by Gabe Black · 5 years ago
  64. 96ce18b systemc: Remove the TLM dependence on a non-standard method. by Gabe Black · 5 years ago
  65. de51d7c systemc: Stop using the sc_string_view type. by Gabe Black · 5 years ago
  66. 2931839 systemc: Replace sc_core::sc_type_index with std::type_index. by Gabe Black · 5 years ago
  67. 5701aab systemc: Stop using the Accellera specific "none" global event object. by Gabe Black · 5 years ago
  68. e345154 systemc: Rename tlm_core header files to have a .hh extentension. by Gabe Black · 5 years ago
  69. 8c560b6 systemc: Add a dummy argv[0] when running the tests. by Gabe Black · 5 years ago
  70. 370b103 systemc: Stop using the non-standard sc_time % in TLM. by Gabe Black · 5 years ago
  71. b890b47 systemc: Add an elaboration_done method to sc_simcontext. by Gabe Black · 5 years ago
  72. 32e20b3 systemc: Include cstring in the tlm header file. by Gabe Black · 5 years ago
  73. fc5df0b systemc: Remove redundant tlm_ prefixes from file names. by Gabe Black · 5 years ago
  74. 6bc26ff systemc: Replace some calls to some Accellera specific functions in TLM. by Gabe Black · 5 years ago
  75. 77165ae systemc: Rename tlm .cpp files to .cc and add SConscripts. by Gabe Black · 5 years ago
  76. 275d277 systemc: Fix style issues in the TLM header files. by Gabe Black · 5 years ago
  77. 584a1f6 systemc: Also look for tests in the tlm test directory. by Gabe Black · 5 years ago
  78. 7364acf systemc: Initial import of TLM headers from Accellera. by Gabe Black · 5 years ago
  79. 3e1e21d system-arm: Add device tree for new VExpress GEM5_V2 platform by Jairo Balart · 5 years ago
  80. 761a580 system-arm: Add aarch64 bootloader support for GICv3 by Jairo Balart · 6 years ago
  81. dcc15d6 scons: Disable partial linking on Mac OS by Nikos Nikoleris · 5 years ago
  82. 1a4a617 dev, arm: Warn on PL011 DMA disable by Jan-Peter Larsson · 5 years ago
  83. 272e4aa dev-arm: Added VGIC GICV_IIDR response by Anouk Van Laer · 5 years ago
  84. 90ed58b dev-arm: Implement GIC-400 model from GicV2 by Giacomo Travaglini · 5 years ago
  85. 75831ce dev-arm: Move VGic from Realview.py to Gic.py by Giacomo Travaglini · 5 years ago
  86. b5e0a8f dev-arm: Added unimplemented GICv2 GICC_DIR by Anouk Van Laer · 6 years ago
  87. 8a9e007 arm: properly handle RES0/1 for SCTLRs by Curtis Dunham · 6 years ago
  88. ff7fc9d cpu: Stop using unions to store FP registers. by Gabe Black · 5 years ago
  89. 88bbabe arch, cpu: Remove float type accessors. by Gabe Black · 5 years ago
  90. 67d58e8 arch-arm: Add Crypto in SE mode by Giacomo Travaglini · 6 years ago
  91. 1001d24 systemc: Allow specific functions to shadow the base class method by Nikos Nikoleris · 5 years ago
  92. f256a2c scons: Disable systemc on Mac OS by Nikos Nikoleris · 5 years ago
  93. 0be6953 arch: Make the ISA parser always use binary floating point accessors. by Gabe Black · 5 years ago
  94. c045787 systemc: Ensure resets and edges are notified when signaling a change. by Gabe Black · 5 years ago
  95. 7fa4c94 cpu: Fixed typos in parameter/stats descriptions by Pau Cabre · 5 years ago
  96. 71f6fd3 cpu: Added parameters to enable/disable features in LTAGE by Pau Cabre · 5 years ago
  97. 866b200 cpu-o3: Fix bug in LSQUnit(uint32_t, uint32_t) ctor by Tony Gutierrez · 5 years ago
  98. 9c1b329 systemc: Update test output for longer lived processes. by Gabe Black · 5 years ago
  99. d89f712 systemc: Update the ordering in the reference output for some tests. by Gabe Black · 5 years ago
  100. 3182b2a systemc: Ignore process control functions on terminated processes. by Gabe Black · 5 years ago