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