1. e1af2b7 tests: Fix gem5 stdlib NPB example test by Bobby R. Bruce · 2 years, 3 months ago
  2. d5e734c arch-riscv: Fix (c.)addiw sign-extension behaviour by Alex Richardson · 2 years, 3 months ago
  3. 7129e25 mem-ruby: Fix -Werror=unused-variable from recent ruby patch by Giacomo Travaglini · 2 years, 3 months ago
  4. 8a7fcd3 mem-ruby: Add missing CHI transition SD_RSC + *_Stale->BUSY_BLKD by Gabriel Busnot · 2 years, 3 months ago
  5. 7c0c23b tests: Use clang-11 for the Kokoro compilation test by Bobby R. Bruce · 2 years, 3 months ago
  6. 0e3c975 scons: protobuf builder, support source paths by Adrián Herrera Arcila · 2 years, 3 months ago
  7. 0ba36d8 scons: protobuf scanner, support source paths by Adrián Herrera Arcila · 2 years, 3 months ago
  8. 748b613 mem-ruby: Fix switch storage in SimpleNetwork by Gabriel Busnot · 2 years, 3 months ago
  9. 85a1d43 mem-ruby: additional SimpleNetwork stats by Tiago Muck · 5 years ago
  10. 9c8f793 mem-ruby: add priorities in SimpleNetwork routing by Tiago Mück · 3 years, 9 months ago
  11. b476d7c mem-ruby: fine tunning SimpleNetwork buffers by Tiago Mück · 3 years, 7 months ago
  12. 986e7b9 mem-ruby: int/ext SimpleNetwork routing latency by Tiago Mück · 3 years, 8 months ago
  13. ac278e4 mem-ruby: fix SimpleNetwork WeightBased routing by Tiago Mück · 3 years, 8 months ago
  14. f748fbe mem-ruby: refactor SimpleNetwork buffers by Tiago Mück · 3 years, 9 months ago
  15. d657c28 arch-arm: Add a reverse map MiscRegIndex -> MiscRegNum64 by Giacomo Travaglini · 2 years, 4 months ago
  16. 8f199c9 arch-arm: Reimplement decodeAArch64SysReg using new decode map by Giacomo Travaglini · 2 years, 4 months ago
  17. 167fb09 arch-arm: Generate a decode map for AArch64 MiscRegs by Giacomo Travaglini · 2 years, 4 months ago
  18. b982437 arch-arm: Define MiscRegNum64 data structure by Giacomo Travaglini · 2 years, 4 months ago
  19. 329ec5e stdlib: Remove final decorator from abstract board by Hoa Nguyen · 2 years, 3 months ago
  20. 0544944 systemc: Fixed ctor ordering for sc_fifo.hh by Franklin He · 2 years, 3 months ago
  21. d9e973b dev: Clean up the IDE disk and controller classes a little. by Gabe Black · 2 years, 3 months ago
  22. c537d9a arch-arm,cpu: Add a class for ops for vec reg elements. by Gabe Black · 2 years, 9 months ago
  23. c3880c2 mem-ruby: refactored SimpleNetwork routing by Tiago Mück · 4 years, 11 months ago
  24. 528d184 misc: Linearlize VecElem indexing. by Gabe Black · 2 years, 9 months ago
  25. 73267e6 arch-riscv: reduced lr/sc implementation by Luming Wang · 2 years, 3 months ago
  26. f67ff25 arch-riscv, dev: add VirtIO entropy device(VirtIORng) support by Luming Wang · 2 years, 3 months ago
  27. faf3730 arch-vega: Fix global 64-bit calcAddr with SGPR base by Matthew Poremba · 2 years, 3 months ago
  28. 286c23d mem-ruby: fixed SimpleNetwork starvation by Tiago Mück · 4 years, 6 months ago
  29. 72185e5 mem-ruby: SimpleNetwork router latencies by Tiago Muck · 4 years, 11 months ago
  30. 43232cd mem-ruby: Optionally set Consumer ev. priority by Tiago Muck · 4 years, 11 months ago
  31. da41d3e tests: extend ruby_mem_test by Tiago Mück · 3 years, 2 months ago
  32. bab3ce1 configs,mem-ruby: SimpleNetwork physical channels by Tiago Muck · 5 years ago
  33. 87cdf35 mem-ruby: dequeue rate limit for message buffers by Tiago Mück · 3 years, 9 months ago
  34. 2fed34d fastmodel: Set simulation pause when breakpoint hit by Yu-hsin Wang · 2 years, 3 months ago
  35. 5266183 ext: upgrade to googletest 1.11.x by Yu-hsin Wang · 2 years, 3 months ago
  36. 3ecd28a arch-vega: Update FLAT memory access helpers to support LDS by Matthew Poremba · 2 years, 3 months ago
  37. ff17ecc arch-vega: Fix MUBUF out-of-bounds case 1 by Matthew Poremba · 2 years, 3 months ago
  38. 0cb64ce arch-vega: Free dest registers in non-memory Load DS insts by Matthew Poremba · 2 years, 3 months ago
  39. 41ee8ec mem: implement x86 locked accesses in timing-mode classic cache by Austin Harris · 2 years, 3 months ago
  40. ef4381a dev: Refactor how counters are set up in the 8254 timer. by Gabe Black · 2 years, 4 months ago
  41. 6f843a9 sim,configs: Default m5ops_base to 0 (disabled) on x86. by Gabe Black · 2 years, 6 months ago
  42. d3a323a arch-x86: Make x86 respect m5op_base in SE mode. by Gabe Black · 2 years, 6 months ago
  43. 1b0852e arch-x86: Bare metal workload. by Gabe Black · 3 years, 1 month ago
  44. c2c4303 arch-x86: Use 16 bit modRM encoding if address size is 16 bit. by Gabe Black · 2 years, 3 months ago
  45. 69010fd arch-x86: Keep all the IOAPIC entries masked at startup. by Gabe Black · 2 years, 3 months ago
  46. c17d68f arch-x86: In the LVT in the local APIC, start with all entries masked. by Gabe Black · 2 years, 3 months ago
  47. 7b01dbd arch-x86: Implement real mode far ret. by Gabe Black · 2 years, 3 months ago
  48. c22ec20 arch-x86: Split out and implement INT for real mode. by Gabe Black · 2 years, 3 months ago
  49. cfce0ad arch-x86: Implement IRET for real mode. by Gabe Black · 2 years, 3 months ago
  50. 2572b85 arch-x86: Hook up the PUSH segment selector insts in the decoder. by Gabe Black · 2 years, 3 months ago
  51. 75f77d8 arch-x86: Implement the PUSH instruction for segment selectors. by Gabe Black · 2 years, 3 months ago
  52. 10118f7 arch-x86: Add decoder syntax for fixed segment registers. by Gabe Black · 2 years, 3 months ago
  53. 25b046f arch-x86: Fix disassembly of fixed register macroops. by Gabe Black · 2 years, 3 months ago
  54. 8646501 arch-x86: Handle a special case for MODRM in 16 bit mode. by Gabe Black · 2 years, 4 months ago
  55. 946edc7 arch-x86: Implement count latching with the PIT read back command. by Gabe Black · 2 years, 4 months ago
  56. 3a19fa4 arch-x86: Plumb up more of the i8237 DMA controller. by Gabe Black · 2 years, 4 months ago
  57. 01333c7 arch-x86: Fix real mode far jumps with set MSB in the offset. by Gabe Black · 2 years, 4 months ago
  58. 186ba92 fastmodel: make gem5 fastmodel build hermetic by Earl Ou · 2 years, 4 months ago
  59. f9f86cc arch-riscv: Consistently check privilege mode for CSR accesses by Alex Richardson · 2 years, 3 months ago
  60. bd687d4 arch-riscv: Add an ostream operator for PrivilegeMode by Alex Richardson · 2 years, 3 months ago
  61. 93bebf8 scons,sim: Eliminate the generated cxx_config/init.cc file. by Gabe Black · 2 years, 8 months ago
  62. 9f5806d scons: Handle most SimObject work right within SimObject(). by Gabe Black · 2 years, 8 months ago
  63. b0f9375 python,util: Pull enum hh|cc generation out of the MetaEnum class. by Gabe Black · 2 years, 8 months ago
  64. 4003ad7 python,util: Pull CXX config generation code out of SimObject. by Gabe Black · 2 years, 8 months ago
  65. c498d8b cpu: Specialize CPUs for an ISA at the leaves, not BaseCPU. by Gabe Black · 2 years, 6 months ago
  66. f4e84cd cpu-simple: Convert invalid access assertions to panic() by Alex Richardson · 2 years, 4 months ago
  67. a8c85b1 dev-arm: Mask el2_watchdog in VExpressFastmodel platform by Yu-hsin Wang · 2 years, 4 months ago
  68. 1e0504c fastmodel: Fix cluster build failed by Yu-hsin Wang · 2 years, 4 months ago
  69. ad7ff8e fastmodel: export wake request ports from GIC by Wing Li · 2 years, 4 months ago
  70. 301ddef dev: define VectorIntSourcePin type by Wing Li · 2 years, 3 months ago
  71. cd9fc30 dev-arm: Add missing sim_objects of VExpressFastmodel by Yu-hsin Wang · 2 years, 3 months ago
  72. 83b703c stdlib: Remove stdlib README.md by Bobby R. Bruce · 2 years, 3 months ago
  73. df540f0 python,util: Pull param struct generation code out of SimObject. by Gabe Black · 2 years, 8 months ago
  74. f42b198 scons: Stop importing SimObjects into src/SConscript. by Gabe Black · 2 years, 8 months ago
  75. 19c7fe0 scons: Generate cxx_config/init.cc using a helper script. by Gabe Black · 2 years, 8 months ago
  76. ee8ad3f scons: Generate cxx config wrappers using a helper script. by Gabe Black · 2 years, 8 months ago
  77. a8d7a41 scons,util: Use external helper scripts to build enum hhs and ccs. by Gabe Black · 2 years, 8 months ago
  78. d6bd91a arch-vega: Implement large ds_read/write instructions by Matthew Poremba · 2 years, 3 months ago
  79. 5a94e73 arch-vega: Validate if scalar sources are scalar gprs by Matthew Poremba · 2 years, 3 months ago
  80. dc48de5 configs: Fix parameters change when WalkCache is removed by Yu-hsin Wang · 2 years, 4 months ago
  81. 614b608 fastmodel: Add an example reset controller for IrisCpu by Yu-hsin Wang · 2 years, 4 months ago
  82. e5187e2 tests: Decrease the iterations of the checkpoint test to 3. by Gabe Black · 2 years, 5 months ago
  83. 7c882f7 base: Add missing ']' in version ID by Bobby R. Bruce · 2 years, 4 months ago
  84. 5e3c64d base: Improve ImageFileData's error when file failed to open by Bobby R. Bruce · 2 years, 4 months ago
  85. 791da53 configs: Add support for initrd/initramfs by Alistair Delva · 2 years, 4 months ago
  86. 75cd1ff dev-arm: Add RealView support for initrd/initramfs by Alistair Delva · 2 years, 4 months ago
  87. cb77996 arch-arm: Add support for initrd/initramfs by Alistair Delva · 2 years, 4 months ago
  88. 5af49d0 base: Add support for DT initrd/initramfs by Alistair Delva · 2 years, 4 months ago
  89. f894de5 scons: Try to fix build dependency bug when generating fastmodels by Eric Ye · 2 years, 4 months ago
  90. 5ac54aa misc: Generate StateMachine debug includes in deterministic order by Alex Richardson · 2 years, 4 months ago
  91. 1f155ff arch-riscv,sim-se: Complements the system calls on RISC-V by Luming Wang · 2 years, 4 months ago
  92. ec32f6c mem-cache: Add switch on/off duplicate entries into RMOB by Jiasen Huang · 2 years, 4 months ago
  93. 66e6e59 mem-cache: pstAddress should be inserted into PST in STeMS by Jiasen Huang · 2 years, 4 months ago
  94. ec58d9d mem-ruby: Fix message stall time calculation by Daecheol You · 2 years, 4 months ago
  95. ee5b659 python: Fix `get_simstat` func for non-Root SimObject case by Bobby R. Bruce · 2 years, 4 months ago
  96. 6a44472 mem: Add 'controller()' function to NVMInterface.py by Bobby R. Bruce · 2 years, 4 months ago
  97. 5e6a561 misc: Revert v21.2 specific commits for develop by Bobby R. Bruce · 2 years, 4 months ago
  98. dda149e scons: Add a --linker option. by Gabe Black · 2 years, 9 months ago
  99. 065a7db misc: Merge branch release-staging-v21-2 into develop by Bobby R. Bruce · 2 years, 4 months ago
  100. 515c89b util-docker: Update how rocBLAS is built in gcn-gpu Dockerfile by Bobby R. Bruce · 2 years, 4 months ago