1. d1516fc scons: Delete the ALPHA default build configuration. by Gabe Black · 4 years, 4 months ago
  2. 7b14697 misc: Updated git-commit-msg.py to print rejected commit by Bobby R. Bruce · 4 years, 3 months ago
  3. e01ead4 scons,arch: Remove simple scalar compatibility. by Gabe Black · 4 years, 4 months ago
  4. 9d8f3f9 arm: Don't checkpoint the SystemCounter's "_period" value. by Gabe Black · 4 years, 4 months ago
  5. 0da40ac arm: "Correct" the spelling of flavor. by Gabe Black · 4 years, 4 months ago
  6. eae03bb arch,cpu: Make the CPU's ISA parameter type BaseISA. by Gabe Black · 4 years, 4 months ago
  7. d1e2f18 ext: Add failure node to JUnit xml file by Giacomo Travaglini · 4 years, 4 months ago
  8. 1db7ecb misc: Updated CONTRIBUTING.md to discuss releases and hotfixes by Bobby R. Bruce · 4 years, 4 months ago
  9. 680645e misc: Updated CONTRIBUTING.md to discuss WIP changes by Bobby R. Bruce · 4 years, 4 months ago
  10. 5f304f7 misc: Updated CONTRIBUTING.md for master-as-stable setup by Bobby R. Bruce · 4 years, 4 months ago
  11. 88652a5 misc: Removed old contribution guidelines regarding branches by Bobby R. Bruce · 4 years, 4 months ago
  12. 135595a mem: Eliminate the now unused GENERIC_IPR request flag. by Gabe Black · 4 years, 6 months ago
  13. 2b63ac0 arch: Get rid of the generic mmapped IPR mechanism. by Gabe Black · 4 years, 6 months ago
  14. 1bd9687 arm: Call pseudoInst directly from the mmapped IPR handlers. by Gabe Black · 4 years, 6 months ago
  15. 75548f0 tests,misc: update TESTING.md documentation by Giacomo Travaglini · 4 years, 4 months ago
  16. 38e4603 scons: Fix an error about an unrecognized compiler. by Gabe Black · 4 years, 3 months ago
  17. f5e84a5 base: Fix squares of stats by Daniel R. Carvalho · 4 years, 3 months ago
  18. cc2732d base: Use a const auto & in a range based for loop. by Gabe Black · 4 years, 3 months ago
  19. b82860c riscv: Cast to float explicitly when comparing a float to an int. by Gabe Black · 4 years, 3 months ago
  20. ed4482b arm: Fix how a bitfield is extracted in some SVE instructions. by Gabe Black · 4 years, 3 months ago
  21. 4aa277a arch: Add a bunch of missing override specifiers. by Gabe Black · 4 years, 3 months ago
  22. 7515106 mem-cache,mem-ruby: Move WeightedLRU RP by Daniel R. Carvalho · 4 years, 7 months ago
  23. 25cf751 tests: hello_se using host tag by Giacomo Travaglini · 4 years, 4 months ago
  24. 5ab5d07 tests: Add --host tag by Giacomo Travaglini · 4 years, 4 months ago
  25. 441138b configs: Using VExpress_GEM5_V1 as a default for Options.py by Giacomo Travaglini · 4 years, 4 months ago
  26. 20ed09d arch-arm: LDTRSW was not marked as unpriviledged by Giacomo Travaglini · 4 years, 6 months ago
  27. 6a4d111 systemc: gem5_to_tlm: treat non-rw as ignorable command by Earl Ou · 4 years, 4 months ago
  28. 97a0ad7 arch,sim: Replace setuidFunc with ignoreFunc. by Gabe Black · 4 years, 6 months ago
  29. 97c02b0 sim: Convert most of the common syscalls to use the guest ABI. by Gabe Black · 4 years, 6 months ago
  30. c7cb8bb sim: Use the Guest ABI mechanism in writeFunc. by Gabe Black · 4 years, 6 months ago
  31. af07a51 arch: Switch SyscallDescABI in for SyscallDesc. by Gabe Black · 4 years, 6 months ago
  32. a255a2e sim: Add a transitional syscall ABI which defers to Process. by Gabe Black · 4 years, 6 months ago
  33. e0f0351 arch: Simplify the SyscallDesc tables. by Gabe Black · 4 years, 6 months ago
  34. b3eb2db x86: Handle m5 op accesses directly in the mmapped IPR handlers. by Gabe Black · 4 years, 6 months ago
  35. 549e0b2 sim: Add a function for decoding the field(s) of an m5op address. by Gabe Black · 4 years, 6 months ago
  36. e758cd0 x86: Use the m5 op range in the system. by Gabe Black · 4 years, 6 months ago
  37. 95c6a83 arch,sim: Use _m5opRange in System::allocPhysPages. by Gabe Black · 4 years, 6 months ago
  38. 206aa5b sim: Add a typetraits style mechanism to test for VarArgs. by Gabe Black · 4 years, 5 months ago
  39. 4d03906 arch-arm: Implement ARMv8.3-JSConv by Jordi Vaquero · 4 years, 5 months ago
  40. 3cea7d9 arch-arm: This commit adds Pointer Authentication feature. by Jordi Vaquero · 4 years, 4 months ago
  41. a62ea2c tests: Move old quick regressions back into their original set by Giacomo Travaglini · 4 years, 4 months ago
  42. 24be0cc sim: Make it possible for a GuestABI to init its Position based on a TC. by Gabe Black · 4 years, 5 months ago
  43. 992454e fastmodel: Ensure unset vec reg bits are zero/false. by Gabe Black · 4 years, 4 months ago
  44. d062a82 fastmodel: Implement flattened int reg reading and writing. by Gabe Black · 4 years, 6 months ago
  45. 00d324b arch-arm: make MicroUopSetPCCPSR SerializeAfter by Nils Asmussen · 4 years, 4 months ago
  46. e2b5c15 cpu: Make getIsaPtr return a BaseISA pointer. by Gabe Black · 4 years, 4 months ago
  47. c8079dd arch: Introduce a base class for ISA classes. by Gabe Black · 4 years, 4 months ago
  48. c8a102c arm: Use static_cast to get access the ARM specific ISA functions. by Gabe Black · 4 years, 4 months ago
  49. 98b2d7a arch-arm: AArch64 reg access HCR_EL2.E2H filter by Adrian Herrera · 4 years, 7 months ago
  50. 465f7d0 arch-arm: reg access permissions highest EL helper by Adrian Herrera · 4 years, 7 months ago
  51. 6cff0dd arch-arm: Split translateFs to distinguish when MMU is on/off by Giacomo Travaglini · 4 years, 4 months ago
  52. 4ae8d1c arch,sim: Merge initCPU into the ISA System classes. by Gabe Black · 4 years, 4 months ago
  53. 6a7a5b3 arch,sim: Merge initCPU and startupCPU. by Gabe Black · 4 years, 4 months ago
  54. dc328d0 sim,cpu: Move the call to initCPU into System. by Gabe Black · 4 years, 4 months ago
  55. 5d3f1bf arch,base,cpu: Add some default constructors/operators explicitly. by Gabe Black · 4 years, 4 months ago
  56. f5e95d1 base: Delete an inet.hh accessor which is unused and makes gcc 9 upset. by Gabe Black · 4 years, 4 months ago
  57. dc26205 scons: Disable spurious "array-bounds" warnings for protobuf cc files. by Gabe Black · 4 years, 4 months ago
  58. 017ffc2 scons: Add a mechanism to append flags when building particular files. by Gabe Black · 4 years, 4 months ago
  59. 82f6d6e configs: allow fs.py and fs_bigLITTLE.py to work without M5_PATH by Ciro Santilli · 4 years, 7 months ago
  60. a6d9814 configs: fs.py can take multiple disk images on most ISAs by Ciro Santilli · 4 years, 7 months ago
  61. a29aaa3 config: add --bootloader to fs.py and fs_bigLITTLE.py by Ciro Santilli · 4 years, 6 months ago
  62. ee70420 dev-arm: add boot_loader param to RealView setupBootLoader by Ciro Santilli · 4 years, 7 months ago
  63. d637436 mem: Make slicc generate some default methods explicitly. by Gabe Black · 4 years, 4 months ago
  64. 994c729 misc: Updated old gem5 website URLs with new gem5 website URLs by Bobby R. Bruce · 4 years, 4 months ago
  65. e1219b2 cpu: move initCPU calls from initState to init by Ayaz Akram · 4 years, 4 months ago
  66. eacc7c7 system-arm: AArch64 boot, init CNTFRQ_EL0 by Adrian Herrera · 4 years, 6 months ago
  67. 13083a1 sim: Add a GuestABI mechanism to allocate space for a return value. by Gabe Black · 4 years, 5 months ago
  68. 377898c tests: Removed 70.twolf tests by Bobby R. Bruce · 4 years, 4 months ago
  69. db8969f tests: Removed old quick/se/00.hello test resources by Bobby R. Bruce · 4 years, 4 months ago
  70. f3e4652 tests: Removed the old ALPHA tests by Bobby R. Bruce · 4 years, 4 months ago
  71. dfe8de1 tests: Removed 50.vortex tests by Bobby R. Bruce · 4 years, 4 months ago
  72. 351b336 tests: Removed 60.bzip2 tests by Bobby R. Bruce · 4 years, 4 months ago
  73. 43ea4e0 tests: Removed 30.eon tests by Bobby R. Bruce · 4 years, 4 months ago
  74. 6a87e1f tests: Removed 40.perlbmk tests by Bobby R. Bruce · 4 years, 4 months ago
  75. 331d3cf tests: Removed 20.parser tests by Bobby R. Bruce · 4 years, 4 months ago
  76. 7b62df8 cpu: Fix ExeTraceRecord::traceInst. by Gabe Black · 4 years, 4 months ago
  77. 46fbd76 sim: Move findFreeContext to System. by Gabe Black · 4 years, 4 months ago
  78. e3c3d2a sim: Eliminate the breakAtKernelFunction function. by Gabe Black · 4 years, 4 months ago
  79. b0de06c dev-arm: SP805 peripherals in VExpress_GEM5_Base by Adrian Herrera · 4 years, 6 months ago
  80. 7eff800 tests: Removing 10.mcf tests by Bobby R. Bruce · 4 years, 6 months ago
  81. 0b8d02d cpu: Consolidate and move the CPU's calls to TheISA::initCPU. by Gabe Black · 4 years, 4 months ago
  82. ae7dd92 scons: fix --gold-linker build after --as-needed by Ciro Santilli · 4 years, 4 months ago
  83. 2f2f508 dev-arm: add Watchdog Module SP805 model by Adrian Herrera · 4 years, 7 months ago
  84. c145876 dev-arm: VExpress_GEM5_Base, add refclock 32KHz by Adrian Herrera · 4 years, 6 months ago
  85. 2311067 tests: Fix python line break in m5_exit test by Giacomo Travaglini · 4 years, 4 months ago
  86. 1db6e70 fastmodel: Implement CC reg accessors. by Gabe Black · 4 years, 6 months ago
  87. 4252c03 arm: Remove checkpointing from the ARM TLBs. by Gabe Black · 4 years, 4 months ago
  88. 11f7344 arch: Get rid of the unused (and mostly undefined) zeroRegisters. by Gabe Black · 4 years, 4 months ago
  89. 0b7d842 misc: Updated CONTRIBUTING.md to discuss branches by Bobby R. Bruce · 4 years, 4 months ago
  90. 8483ff2 tests: Add a timeout to getremotetime by Giacomo Travaglini · 4 years, 4 months ago
  91. 5c3e8ef dev-arm: add FixedClock SimObject by Adrian Herrera · 4 years, 6 months ago
  92. 454ba32 tests: Adding --bin-path option to select tests bin directory by Giacomo Travaglini · 4 years, 4 months ago
  93. 1a8f8e3 tests: fs/linux/arm passing M5_PATH via commandline by Giacomo Travaglini · 4 years, 4 months ago
  94. 519808c mem-cache: Fix invalidation of prefetchers by Daniel R. Carvalho · 4 years, 4 months ago
  95. 7ac4607 arch-arm: Fix EL2 target exception level for SP alignment fault. by Jordi Vaquero · 4 years, 4 months ago
  96. af02aa6 tests: Updated tests to download from http://dist.gem5.org by Bobby R. Bruce · 4 years, 4 months ago
  97. 54a27b0 mem-cache: Add print function to ReplaceableEntry by Daniel R. Carvalho · 4 years, 5 months ago
  98. 6eabbd4 mem-cache: Add getter for the number of valid sub-blks by Daniel R. Carvalho · 4 years, 9 months ago
  99. 62dfa5a mem-cache: Add multiple eviction stats by Daniel R. Carvalho · 6 years ago
  100. 37bcb12 mem-cache: Make findVictim non-const by Daniel R. Carvalho · 6 years ago