1. c8a2114 arch: Eliminate the getArgument function. by Gabe Black · 3 years, 3 months ago
  2. 6c32f9e base: Remove hostname from hostinfo by Daniel R. Carvalho · 3 years, 2 months ago
  3. eb76992 base: Clean up base/hostinfo by Daniel R. Carvalho · 3 years, 2 months ago
  4. 7ca5ed7 base: Fix scientific number conversion in base/str by Daniel R. Carvalho · 3 years, 4 months ago
  5. 9d04b1b arm,kern: Stop using the getArgument function for kernel events. by Gabe Black · 3 years, 3 months ago
  6. 8633802 mem-ruby: alternative interface for func. reads by Tiago Mück · 4 years ago
  7. 3fb6492 mem-ruby: extended transaction profiling by Tiago Mück · 3 years, 9 months ago
  8. cd8a278 arch,cpu: Move getExecutingAsid to the ISA class. by Gabe Black · 3 years, 3 months ago
  9. dd6801f base: Remove duplicate isPow2 helper by Giacomo Travaglini · 3 years, 2 months ago
  10. 6b23ef3 base: Exclude the end of ChannelAddrRange by Alexander Klimov · 3 years, 3 months ago
  11. 2334689 arch-arm,sim: make compile on FreeBSD by Bjoern A. Zeeb · 3 years, 2 months ago
  12. 9a0b794 misc: Fix mismatched struct/class "tags" and reenable that warning. by Gabe Black · 3 years, 3 months ago
  13. 55a3e35 cpu,mem: Add or remove parenthesis to make the compiler happy. by Gabe Black · 3 years, 3 months ago
  14. 28564ef arch-riscv: Using Softfloat Library to implements float operation by kai.ren · 3 years, 3 months ago
  15. 3a9d0de ext: Add SoftFloat Library to ext directory by kai.ren · 3 years, 3 months ago
  16. d07fd96 base: Introduce a version of reverseBits for 8 bit types. by Gabe Black · 3 years, 2 months ago
  17. e12fc34 scons: Move imports below version checks in site_init.py. by Gabe Black · 3 years, 3 months ago
  18. 3c23c3f cpu: Use std::abs() in traffic_gen.cc. by Gabe Black · 3 years, 2 months ago
  19. 11f0fe0 scons,systemc: Drop the check for gcc version when building systemc. by Gabe Black · 3 years, 2 months ago
  20. d90461d sim: Define PARAMS macro utility by Alexander Klimov · 3 years, 3 months ago
  21. a0b5b99 scons: Enable LTO for opt, perf and prof builds. by Gabe Black · 3 years, 3 months ago
  22. 96a8073 base: Clean up style in bitfield.(hh|cc|test.cc). by Gabe Black · 3 years, 2 months ago
  23. 1a13423 base: Add some operators to the BitUnion types. by Gabe Black · 3 years, 2 months ago
  24. 12d9fad util: Delete the build_cross_gcc utility. by Gabe Black · 3 years, 2 months ago
  25. 01294fa util: Add a crosstool-ng defconfig for RISCV. by Gabe Black · 3 years, 2 months ago
  26. 205f8fd mem-ruby: add TBEStorage structure by Tiago Mück · 3 years, 7 months ago
  27. e48bcb7 sim: Fix initialization of ticksClkGated distribution by Giacomo Travaglini · 3 years, 2 months ago
  28. 83056b7 scons: Work around very long command lines and arg size limits. by Gabe Black · 3 years, 2 months ago
  29. 11cc834 fastmodel: print stdout when build command fail by Earl Ou · 3 years, 3 months ago
  30. 6bcb68e util: Delete the ccdrv kernel module. by Gabe Black · 3 years, 2 months ago
  31. 77e10d2 util: Delete the very obsolete "compile" script. by Gabe Black · 3 years, 2 months ago
  32. 2d13fa1 mem-ruby: removes data ptr from RubyRequest by Tiago Mück · 3 years, 9 months ago
  33. 391322f cpu,configs: Add DMA thread to Ruby GPU tester by Matthew Poremba · 3 years, 3 months ago
  34. 2b0ab1f cpu: Rename GpuThread in gpu_ruby_test tester by Matthew Poremba · 3 years, 3 months ago
  35. bd02699 mem-ruby: Make DMASequencer aware of Atomics by Matthew Poremba · 3 years, 8 months ago
  36. 8903641 python: Sort py sources in alphabetical order by Giacomo Travaglini · 3 years, 3 months ago
  37. c495339 dev-arm: Fix PL111 address range by Giacomo Travaglini · 3 years, 3 months ago
  38. d37a0da arch: Get rid of global maximums for numbers of source/dest/misc regs. by Gabe Black · 3 years, 5 months ago
  39. 928d29d dev-arm: Fix GICv3 address range by Giacomo Travaglini · 3 years, 3 months ago
  40. 5a47a83 base: Add enum to_number tests by Daniel R. Carvalho · 3 years, 2 months ago
  41. de4487f scons: Work around a scons bug when calling TryCompile. by Gabe Black · 3 years, 2 months ago
  42. e16301f arch-x86: Use popCount from bitfields.hh. by Gabe Black · 3 years, 2 months ago
  43. 13cda5a arch: Stop including unnecessary FP headers. by Gabe Black · 3 years, 2 months ago
  44. 9c4809b mem-ruby: intToTick helper by Tiago Mück · 3 years, 8 months ago
  45. fc3832d mem-ruby: add wakeup_port statement by Tiago Mück · 3 years, 8 months ago
  46. d789b75 mem-ruby: add andMask to WriteMask by Tiago Mück · 3 years, 7 months ago
  47. 8839beb python: more readable Ruby dot topology by Tiago Mück · 4 years, 8 months ago
  48. dd27065 arch-gcn3: Fix sign extension for branches with multiplied offset by Kyle Roarty · 3 years, 3 months ago
  49. 642767e scons: Simplify kvm architecture compatibility check. by Gabe Black · 3 years, 3 months ago
  50. e375bbb scons: Merge redundant checks for the socket library. by Gabe Black · 3 years, 3 months ago
  51. e694531 scons: Simplify the check for protoc. by Gabe Black · 3 years, 3 months ago
  52. d7df1eb scons: Create a Configure checker for pkg-config. by Gabe Black · 3 years, 3 months ago
  53. 7ebcb83 scons: Simplify the check for hdf5 support. by Gabe Black · 3 years, 3 months ago
  54. 452ff42 scons: Simplify backtrace implementation detection. by Gabe Black · 3 years, 3 months ago
  55. 4c4f2c6 scons: Simplify check for have_posix_clock. by Gabe Black · 3 years, 3 months ago
  56. d8072e1 scons: Move a displaced have_posix_clock check back where it goes. by Gabe Black · 3 years, 3 months ago
  57. 79d53c8 scons: Use conf to determine if some flags are supported. by Gabe Black · 3 years, 3 months ago
  58. 1828a6e scons: In Check(Cxx|Link)Flag, only install the flag if it exists. by Gabe Black · 3 years, 3 months ago
  59. 1861bc3 mem-ruby: fix Sequencer latency reporting by Tiago Mück · 3 years, 7 months ago
  60. c1cb1f2 mem-ruby: fix functional reads in abstract ctrl by Tiago Mück · 3 years, 7 months ago
  61. 0183c58 mem-ruby: fixes for masked writes by Tiago Mück · 4 years, 5 months ago
  62. dde0e3f0 mem-ruby: warns on masked functional writes by Tiago Mück · 3 years, 9 months ago
  63. be08e29 arch-arm: Fix CPTR_EL2 writes by Giacomo Travaglini · 3 years, 3 months ago
  64. 0bc0c0b mem: Initialize pendingWrites stat of NVMStats by Hoa Nguyen · 3 years, 3 months ago
  65. 9fa9464 scons: Pull Configure() to earlier in SConstruct so we can use it more. by Gabe Black · 3 years, 3 months ago
  66. 205fe47 base: Fix copyright of base/stats/SConscript by Daniel R. Carvalho · 3 years, 3 months ago
  67. 0f49c43 scons: Extract the gem5 specific Configure call to its own file. by Gabe Black · 3 years, 3 months ago
  68. b173b21 scons: Trim down a check for mac OS and arch setting flags. by Gabe Black · 3 years, 3 months ago
  69. 38d0781 scons: Remove "TIMEOUT" variable and checks. by Gabe Black · 3 years, 3 months ago
  70. 20f41df scons: Update the Check(Cxx|Link)Flag checks to set their vars. by Gabe Black · 3 years, 3 months ago
  71. 51ca61d scons: Remove partial linking. by Gabe Black · 3 years, 3 months ago
  72. ca3670f cpu: Delete the empty, default off "nocpu". by Gabe Black · 3 years, 3 months ago
  73. e2b0cec dev-arm: Add VRAM to VExpress_GEM5_Base by Giacomo Travaglini · 3 years, 3 months ago
  74. 79db0ba scons: Add support for debug info compression. by Gabe Black · 3 years, 3 months ago
  75. 0367539 cpu: Remove units from stats description by Hoa Nguyen · 3 years, 3 months ago
  76. 26d2731 arch-riscv: Fixed the style of stats variable names in TlbStats by Hoa Nguyen · 3 years, 3 months ago
  77. 42e0247 dev,dev-arm: Remove units from stats description by Hoa Nguyen · 3 years, 3 months ago
  78. 5aaa392 mem: Remove units from stats description by Hoa Nguyen · 3 years, 3 months ago
  79. 67f5f1c base-stats: Print Units in Stats dump by Hoa Nguyen · 3 years, 3 months ago
  80. 489e72d mem: Change warmupCycle stat to warmupTick by Hoa Nguyen · 3 years, 3 months ago
  81. 65bbd5f cpu: Add Units to cpu stats by Hoa Nguyen · 3 years, 3 months ago
  82. c5c0dd9 learning-gem5: Add units to stats by Hoa Nguyen · 3 years, 3 months ago
  83. 9625e90 arch-arm,arch-riscv,arch-x86: Add units to stats by Hoa Nguyen · 3 years, 3 months ago
  84. 4ab768c dev,dev-arm: Add units to stats in /src/dev by Hoa Nguyen · 3 years, 3 months ago
  85. eade85f sim: Add units to src/sim by Hoa Nguyen · 3 years, 3 months ago
  86. c720e26 mem: Add Units to mem stats by Hoa Nguyen · 3 years, 3 months ago
  87. 1f1decd cpu,mem: Converting stats to supported units by Hoa Nguyen · 3 years, 3 months ago
  88. 14732c4 mem: Fix/Improve stats in src/mem by Hoa Nguyen · 3 years, 3 months ago
  89. e331aa9 base-stats: Add Units to Stats by Hoa Nguyen · 3 years, 4 months ago
  90. 134c37c cpu: Track misc regs in vectors in the O3 CPU instruction class. by Gabe Black · 3 years, 5 months ago
  91. 776822d cpu: Track flat register indices in the Minor CPU with a vector. by Gabe Black · 3 years, 5 months ago
  92. 08aa535 cpu: Factor MaxInst(SrcDest)Regs out of the trace CPU. by Gabe Black · 3 years, 5 months ago
  93. f7e0115 base: Add XOR and modulo operator to ChannelAddr by David Schall · 3 years, 10 months ago
  94. 6e976fb sim: Get rid of the IsConforming type trait template. by Gabe Black · 3 years, 3 months ago
  95. 0e0183f arch,sim: Use VPtr<> instead of Addr in system call signatures. by Gabe Black · 3 years, 3 months ago
  96. 1ea62dc dev-arm: Reduce boilerplate when read/writing to Pio devices by Giacomo Travaglini · 3 years, 4 months ago
  97. 0a63e9f dev: Fix register bank unit test in .debug by Daniel R. Carvalho · 3 years, 3 months ago
  98. b75ff8f base: Fix storage unit test in .fast by Daniel R. Carvalho · 3 years, 3 months ago
  99. 31bab6f tests,base: Delete the SymbolTable::load method and symtest test. by Gabe Black · 3 years, 3 months ago
  100. 2df06e2 arch-power: Restore consistency with other platforms by Boris Shingarov · 3 years, 3 months ago