1. de24aaf x86: Track message based interrupt cleanup functions in sender state. by Gabe Black · 4 years, 3 months ago
  2. ebd62ef arch,cpu,mem: Replace the mmmapped IPR mechanism with local accesses. by Gabe Black · 4 years, 6 months ago
  3. 082ec1a ext: Disable the unused-value warning in clang for pybind. by Gabe Black · 4 years, 4 months ago
  4. 8cf9c52 tests,misc: Created presubmit.yaml Google Cloud Build files by Bobby R. Bruce · 4 years, 5 months ago
  5. 51ffa48 tests: simple_ruby_test's valid_host is X86 only by Giacomo Travaglini · 4 years, 3 months ago
  6. e29d768 python: Add a warning if pydot is not available. by Yu-hsin Wang · 4 years, 3 months ago
  7. d71076d cpu-o3: Fix corrupted rename map in vector mode switching by Hsuan Hsu · 4 years, 4 months ago
  8. 6d9b53e tests: Added MIPS ISA test to learning_gem5/part1_tests.py by Bobby R. Bruce · 4 years, 3 months ago
  9. 044d20f tests: Updated 'hello_se' to include other CPU types by Bobby R. Bruce · 4 years, 4 months ago
  10. ad65be8 cpu: update info related direction into BP if mispredicted. by tv-reddy · 4 years, 3 months ago
  11. a1cee06 dev-arm: Add missing UARTs (PL011) to VExpress_GEM5 platform by Adrian Herrera · 4 years, 3 months ago
  12. 4b85e98 dev-arm: Add trusted SP805 to VExpress_GEM5 platform by Adrian Herrera · 4 years, 3 months ago
  13. cc222ae dev-arm: Add trusted SRAM memory to VExpress_GEM5 platform by Adrian Herrera · 4 years, 3 months ago
  14. 873ca61 dev-arm: Add flash0 memory to VExpress_GEM5 platform by Adrian Herrera · 4 years, 3 months ago
  15. b53315b configs: Fix argument handling sweep.py by Nikos Nikoleris · 4 years, 3 months ago
  16. 2dc6fc9 python: Remove unnecessary exports from pybind enums by Nikos Nikoleris · 4 years, 3 months ago
  17. 522b0c6 tests: Migrated 51.memcheck scons-based tests to testlib by Bobby R. Bruce · 4 years, 3 months ago
  18. 12c917d dev-arm: PL031, fix AMBA ID and clock names by Adrian Herrera · 4 years, 6 months ago
  19. 5c825a5 learning-gem5: Use zero initialization in hello_goodbye test by Giacomo Travaglini · 4 years, 3 months ago
  20. 3e87cf1 tests: Fixed .testignore from 'arch64' to 'aarch64' by Bobby R. Bruce · 4 years, 3 months ago
  21. fcec43e arm: Expose the constants which select a semihosting operation. by Gabe Black · 4 years, 3 months ago
  22. 4d22720 arm: Use a const ThreadContext * and readMiscRegNoEffect in places. by Gabe Black · 4 years, 3 months ago
  23. 4f4fe6f sim,arch: Move code that waits for a GDB connection to startup(). by Gabe Black · 4 years, 4 months ago
  24. 27dbffd cpu: change the location of BTBlookup by tv-reddy · 4 years, 3 months ago
  25. 3473a55 tests,misc: Updated tests/.gitignore to ignore test resources by Bobby R. Bruce · 4 years, 6 months ago
  26. 48da65d Merge "misc: merge branch 'release-staging-v19.0.0.0' into develop" into develop by Bobby R. Bruce · 4 years, 3 months ago
  27. 1e2ea1b tests: Removed unneeded 02.insttest data by Bobby R. Bruce · 4 years, 3 months ago
  28. 0aafbd4 sim: print --debug-flag Event execution and instance ID by Ciro Santilli · 4 years, 6 months ago
  29. 31e9714 misc: merge branch 'release-staging-v19.0.0.0' into develop by Bobby R. Bruce · 4 years, 3 months ago
  30. 4c8efdb tests: Migrated insttest tests to be run via `./main.py run` by Bobby R. Bruce · 4 years, 6 months ago
  31. 9fc9c67 arch-x86: Change guest ABI for x86 pseudo insts by Jason Lowe-Power · 4 years, 3 months ago v19.0.0.0
  32. 4a3db40 dev-arm: RealView, add support for off-chip memory by Adrian Herrera · 4 years, 7 months ago
  33. 016d315 dev-arm: default _on_chip_memory on RealView by Adrian Herrera · 4 years, 6 months ago
  34. 990b7a7 misc: Merged release-staging-v19.0.0.0 into develop by Bobby R. Bruce · 4 years, 3 months ago
  35. 2a25791 misc: Updated CONTRIBUTING.md to reflect altered release policy by Bobby R. Bruce · 4 years, 4 months ago
  36. fcbea60 mem: Use using to expose a print method that would otherwise be hidden. by Gabe Black · 4 years, 4 months ago
  37. e883a6c arch: Convert the static constexpr SIZE in vec_reg to a function. by Gabe Black · 4 years, 4 months ago
  38. 90cf246 fastmodel: Use all possible address spaces when setting up a bp. by Gabe Black · 4 years, 4 months ago
  39. a7ad383 dev-arm: Fix setupBootloader for VExpress_GEM5_V2 by Giacomo Travaglini · 4 years, 4 months ago
  40. 5100b81 fastmodel: Use a shared pointer to track PC events. by Gabe Black · 4 years, 4 months ago
  41. 11e57de fastmodel: Add in a missing include and namespace for itState. by Gabe Black · 4 years, 3 months ago
  42. 40060c4 fastmodel: Return nullptr from getCheckerCpuPtr on fast model CPUs. by Gabe Black · 4 years, 4 months ago
  43. 3067938 fastmodel: Ignore clearArchRegs for now. by Gabe Black · 4 years, 4 months ago
  44. a812d86 sim: Fix pseudo instruction parameter loading by Jason Lowe-Power · 4 years, 4 months ago
  45. fadda2d fastmodel: Set itstate when building a PCState from IRIS. by Gabe Black · 4 years, 5 months ago
  46. b030204 arch-arm: ArmISA::clear, inval TLB cached miscregs by Adrian Herrera · 4 years, 4 months ago
  47. d266a37 misc: pass ThreadContext on ISA clear by Adrian Herrera · 4 years, 6 months ago
  48. 2235168 cpu: Fix vector renaming bug by Giacomo Travaglini · 4 years, 4 months ago
  49. fb104cc arch, arch-arm: Use BaseISA in RenameMode interface by Giacomo Travaglini · 4 years, 4 months ago
  50. 068ded1 arch-arm: Fix CNTFRQ_EL0 permission bits by Adrian Herrera · 4 years, 4 months ago
  51. d7d9bc2 scons,systemc: disable systemc tests scons by default by Ciro Santilli · 4 years, 4 months ago
  52. 789eb0f arch-arm: Add used attribute to pauth_helpers asserts by Matthew Poremba · 4 years, 4 months ago
  53. 015eeec util: Remove ALPHA from the regress script. by Gabe Black · 4 years, 4 months ago
  54. 40d8e53 util: Delete some Alpha related files from the m5 utility. by Gabe Black · 4 years, 4 months ago
  55. 52b3f58 util: Delete authors lists from files in util. by Gabe Black · 4 years, 4 months ago
  56. 1612247 tests: Delete some test files which are specific to Alpha. by Gabe Black · 4 years, 4 months ago
  57. e021e67 misc: Remove mention of ALPHA from the README. by Gabe Black · 4 years, 4 months ago
  58. 8d0a59d misc: Remove arch-alpha from the MAINTAINERS file. by Gabe Black · 4 years, 4 months ago
  59. bc8d492 scons: Remove mention of ALPHA from the SConstruct. by Gabe Black · 4 years, 4 months ago
  60. cea2ef5 misc: Delete authors lists from shared include files. by Gabe Black · 4 years, 4 months ago
  61. 7dbc5cd system: Delete authors lists from system source files. by Gabe Black · 4 years, 4 months ago
  62. 6bbb28a tests: Delete authors lists from test files. by Gabe Black · 4 years, 4 months ago
  63. 498d636 x86: Delete authors lists from x86 files. by Gabe Black · 4 years, 4 months ago
  64. 859c1c6 sparc: Delete authors lists from sparc files. by Gabe Black · 4 years, 4 months ago
  65. 5d5f533 riscv: Delete authors lists from riscv files. by Gabe Black · 4 years, 4 months ago
  66. cd5a654 power: Delete the authors lists from the power ISA. by Gabe Black · 4 years, 4 months ago
  67. 766e19e mips: Delete authors lists from mips files. by Gabe Black · 4 years, 4 months ago
  68. cc9e96e hsail: Delete the author list from gpu_isa.hh. by Gabe Black · 4 years, 4 months ago
  69. 479ca6a arm: Delete authors lists from the arm files. by Gabe Black · 4 years, 4 months ago
  70. 9a58428 arch: Delete authors lists from the null arch files. by Gabe Black · 4 years, 4 months ago
  71. 648b757 arch: Delete authors lists from generic arch files. by Gabe Black · 4 years, 4 months ago
  72. 02a594f dev,mips: Delete a large binary file from src/dev/mips. by Gabe Black · 4 years, 4 months ago
  73. eb40af3 sim: Delete authors lists from files in sim. by Gabe Black · 4 years, 4 months ago
  74. 0592272 systemc: Delete authors lists from systemc files. by Gabe Black · 4 years, 4 months ago
  75. bdb2820 dev: Delete the authors list from files in src/dev. by Gabe Black · 4 years, 4 months ago
  76. 5bf0d60 arch-arm: Be more verbose on load/store construction by Giacomo Travaglini · 4 years, 6 months ago
  77. 92132b2 base: Use a int to store fgetc return value by Giacomo Travaglini · 4 years, 4 months ago
  78. 8fb9338 arch-arm: Fix ArmKVM build by Giacomo Travaglini · 4 years, 4 months ago
  79. 6687265 cpu: Delete authors lists from the cpu directory. by Gabe Black · 4 years, 4 months ago
  80. 921a72f mem: Delete authors lists from mem files. by Gabe Black · 4 years, 4 months ago
  81. 6eb6b34 python: Delete authors lists from the python directory. by Gabe Black · 4 years, 4 months ago
  82. 0cf61bf misc: Delete authors lists from proto. by Gabe Black · 4 years, 4 months ago
  83. e19cf3d learning-gem5: Delete authors lists from learning_gem5. by Gabe Black · 4 years, 4 months ago
  84. 0c0f6c0 misc: Delete authors lists from documentation related files. by Gabe Black · 4 years, 4 months ago
  85. de7ddfc cpu: Mark ExecContext::tcBase() as const by Giacomo Travaglini · 4 years, 5 months ago
  86. c4e07c3 misc: Delete authors lists from top level .md files. by Gabe Black · 4 years, 4 months ago
  87. e9fcfb3 config: Delete authors lists from config files. by Gabe Black · 4 years, 4 months ago
  88. d60d32f base: Delete authors lists from files in base. by Gabe Black · 4 years, 4 months ago
  89. 71a8682 gpu-compute: Delete authors lists from gpu-compute files. by Gabe Black · 4 years, 4 months ago
  90. 5f243a7 kern: Delete authors lists from files in kern. by Gabe Black · 4 years, 4 months ago
  91. 9164511 scons: Remove authors from the main SConsctruct/SConscript files. by Gabe Black · 4 years, 4 months ago
  92. 002cb8f tests: Delete authors lists from the unittest directory. by Gabe Black · 4 years, 4 months ago
  93. c73048d misc: Updated Doxygen to state version as v19.0.0.0 by Bobby R. Bruce · 4 years, 4 months ago
  94. 75a3fc0 alpha: Delete the alpha arch files. by Gabe Black · 4 years, 4 months ago
  95. 4a51a39 base: Delete alpha loader components. by Gabe Black · 4 years, 4 months ago
  96. cb74a5d dev: Delete alpha devices. by Gabe Black · 4 years, 4 months ago
  97. 208dcd3 sim: Remove mention of alpha. by Gabe Black · 4 years, 4 months ago
  98. d1fd431 cpu: Remove alpha specialized code. by Gabe Black · 4 years, 4 months ago
  99. 67273d6 configs: Remove mentions of alpha from the configs. by Gabe Black · 4 years, 4 months ago
  100. 935cbc6 system: Delete alpha files from system. by Gabe Black · 4 years, 4 months ago