1. 283e092 dev-arm: Correct cast of template parameter by Andrea Mondelli · 6 years ago
  2. fcc4c4f base: Make AddrRangeMap able to return non-const iterators. by Gabe Black · 6 years ago
  3. ca4c0a1 base,python: Fix to allow multiple --debug-ignore values. by Isaac Sánchez Barrera · 6 years ago
  4. d94e5b5 base: Fix CircularQueue's operator-= when negative subtraction by Giacomo Travaglini · 6 years ago
  5. bbcbde7 base: Fix CircularQueue when diffing iterators by Giacomo Travaglini · 6 years ago
  6. 3264c82 base: Fix enums checkpointing by Giacomo Travaglini · 6 years ago
  7. ef71a98 python: Don't assume SimObjects live in the global namespace by Andreas Sandberg · 6 years ago
  8. 9c5373c arch-riscv: Enable support for riscv 32-bit in SE mode. by Austin Harris · 6 years ago
  9. d65f3f9 base: arch: Get rid of the now unused FloatRegVal type. by Gabe Black · 6 years ago
  10. 51becd2 cpu-o3: O3 LSQ Generalisation by Rekai Gonzalez-Alberquilla · 8 years ago
  11. af5a23a base: add support for GDB's XML architecture definition by Ciro Santilli · 6 years ago
  12. 93c7fa5 dev-arm: Add a GICv3 model by Jairo Balart · 6 years ago
  13. 7d5696d base: Make it possible to convert strings to enums by Giacomo Travaglini · 6 years ago
  14. b185350 base, systemc: Fix clang compilation by Giacomo Travaglini · 6 years ago
  15. e003f9b base: Ported circlebuf to CircularQueue by Rekai Gonzalez-Alberquilla · 8 years ago
  16. 2e8e51d base: Iterable CircularQueue implementation by Rekai Gonzalez-Alberquilla · 8 years ago
  17. fc09f4a base: Fix fiber compilation issue for Mac OS by Nikos Nikoleris · 6 years ago
  18. 7f2d7fe base, sim: Add missing destructors by Nikos Nikoleris · 6 years ago
  19. 22ce855 base: Add type alias for raw pointer in RefCountingPtr by Giacomo Gabrielli · 6 years ago
  20. cb5479e base: increase the GDB buffer size dynamically by Ciro Santilli · 6 years ago
  21. 736b999 base: Change the unit test binary names to use .test, and to be consistent. by Gabe Black · 6 years ago
  22. 66f0285 base: Rename unit test cc files to be *.test.cc. by Gabe Black · 6 years ago
  23. 5a2e13f base: Fix include order in the inifile unit test. by Gabe Black · 6 years ago
  24. 60a5a85 base: Add missing overrides in statistics header by Nikos Nikoleris · 6 years ago
  25. 54c4c8a tests: Convert IniFile unit test to a GTest by Giacomo Travaglini · 6 years ago
  26. 12311c5 arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. by Gabe Black · 6 years ago
  27. ecf68df base: Add some functions to convert floats to bits and vice versa. by Gabe Black · 6 years ago
  28. 9afba24 base: Don't let exceptions leak from the to_number utility function. by Gabe Black · 6 years ago
  29. 5bfde96 base: Set up a guard page for fiber stacks. by Gabe Black · 6 years ago
  30. 0c50a0b cpu: Fix the usage of const DynInstPtr by Rekai Gonzalez-Alberquilla · 8 years ago
  31. 9dbc9bb base: Add standard types for floating and nonfloating point register values. by Gabe Black · 6 years ago
  32. d05e6aa tests: Convert AddrRangeMap unit test to a GTest by Andreas Sandberg · 6 years ago
  33. 78addea tests: Convert CircleBuf unit test to a GTest by Andreas Sandberg · 6 years ago
  34. 544b136 base: Avoid dividing by zero in Time::[gs]etTick. by Gabe Black · 7 years ago
  35. 1023a92 base: Save and restore the width setting of streams used with cprintf. by Gabe Black · 7 years ago
  36. 34b16aa base: Fix isSubset() for addr ranges with interleaving by Nikos Nikoleris · 7 years ago
  37. a3385da base: If valgrind is available, tell it about Fiber stacks. by Gabe Black · 7 years ago
  38. 4fdfd98 misc: Appease GCC 8 by Jason Lowe-Power · 7 years ago
  39. e02ec0c base: Replace cppversion == version with >= version by Bradley · 7 years ago
  40. 25f467e base: Fix ucontext compilation error for macOS by Giacomo Travaglini · 7 years ago
  41. 0ee4a54 base: Add a M5_PUBLIC and M5_LOCAL attribute macro by Andreas Sandberg · 7 years ago
  42. a77222f base: Add an asymmetrical Coroutine class by Giacomo Travaglini · 7 years ago
  43. 3ed0c3c base: Add a class which encapsulates Fibers. by Gabe Black · 7 years ago
  44. 5d44257 base: Fix includes in AddrRangeMap header file by Nikos Nikoleris · 7 years ago
  45. c31af7e base: Build caching into the AddrRangeMap class by Gabe Black · 7 years ago
  46. 683f411 base, mem: Disambiguate if an addr range is contained or overlaps by Nikos Nikoleris · 7 years ago
  47. 7bab1d0 base,mem: Support AtomicOpFunctor in the classic memory system by Tuan Ta · 7 years ago
  48. d1c7d7b base: Add M5 flag for [[nodiscard]] attribute by Nikos Nikoleris · 7 years ago
  49. b7bf68e base, dev: Fix port message for vnc and terminal by Andreas Sandberg · 7 years ago
  50. a82283d base: Make bitunion output functions static/inline. by Gabe Black · 7 years ago
  51. ab46e32 base: Add a default output function for bitunion types. by Gabe Black · 7 years ago
  52. 9dc44b4 arm: Fix implicit-fallthrough warnings when building with gcc-7+ by Siddhesh Poyarekar · 7 years ago
  53. 182b44e base: Fix loop range in pngwriter by Chun-Chen Hsu · 7 years ago
  54. 2d6afc6 sim: Make Stats truly non-copy-constructible by Rekai Gonzalez-Alberquilla · 8 years ago
  55. d5b9ffd base: Update #includes for bitunion.hh. by Gabe Black · 7 years ago
  56. 4910d36 base: Fix unused function warning by Nikos Nikoleris · 7 years ago
  57. cca6459 base: Remove the ability to cprintf stringstreams directly. by Gabe Black · 7 years ago
  58. ba7a202 base: Delete commented out versions of the format_integer function. by Gabe Black · 7 years ago
  59. 624a026 base: Add an "override" to name() in the HardBreakpoint class. by Gabe Black · 7 years ago
  60. 66c3727 base: Get bitunions to compile on clang 3.8. by Gabe Black · 7 years ago
  61. b1ade08 base: Hide the BitUnion::__StorageType type. by Gabe Black · 7 years ago
  62. 6a98856 arm, base: Generalize and move the BitUnion hash struct. by Gabe Black · 7 years ago
  63. 0d56fde base: Enable specializing templates on BitUnion types. by Gabe Black · 7 years ago
  64. cd9450c base: Rework bitunions so they can be more flexible. by Gabe Black · 7 years ago
  65. ecec887 sim, arch, base: Refactor the base remote GDB class. by Gabe Black · 7 years ago
  66. 1246617 style: change C/C++ source permissions to noexec by BKP · 7 years ago
  67. 5c41076 misc: Updates for gcc7.2 for x86 by Jason Lowe-Power · 7 years ago
  68. f6486a1 arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. by Gabe Black · 7 years ago
  69. 5a4b143 tests: Turn fbtest into a gtest and move it to src/base. by Gabe Black · 7 years ago
  70. c849dd8 tests: Move the cprintftest unit test into src/base. by Gabe Black · 7 years ago
  71. 4e5f5e6 tests: Move the trietest unit test into base. by Gabe Black · 7 years ago
  72. 364a80f tests: Add an implementation of the Logger interface for use gtests. by Gabe Black · 7 years ago
  73. 211124a misc: Rework the logging functions. by Gabe Black · 7 years ago
  74. 7eb8d00 base: Split out the pixel class in framebuffer.(cc|hh). by Gabe Black · 7 years ago
  75. 3017314 base: Handle zero fill in cprintf when printing floats. by Gabe Black · 7 years ago
  76. 0778fbb base: Rework the trie dump function to accept a different ostream. by Gabe Black · 7 years ago
  77. 1088f0c misc: Rename misc.(hh|cc) to logging.(hh|cc) by Gabe Black · 7 years ago
  78. 86f18f2 misc: Move the ExitLogger class definition into misc.cc by Gabe Black · 7 years ago
  79. 4b04e38 tests: Remove trietest's dependence on cprintf. by Gabe Black · 7 years ago
  80. d92e967 tests: Move the bituniontest to be alongside the bitunion header. by Gabe Black · 7 years ago
  81. ef04900 arm: Add support for armv8 CRC32 instructions by Giacomo Travaglini · 7 years ago
  82. c4d1ae8 vnc: Default image writer type set to Auto by Giacomo Travaglini · 7 years ago
  83. 12fb1ca base: Introducing utility for writing raw data in png format by Giacomo Travaglini · 7 years ago
  84. 44896ba base: Fix forcing loopback only binding for listeners. by Gabe Black · 7 years ago
  85. 4b3fee0 base: Function for mirroring bits in variable length word by Giacomo Travaglini · 7 years ago
  86. 2a4d692 base: Defining make_unique for C++11 by Giacomo Travaglini · 7 years ago
  87. 7a11f54 base: Give more information when setting up asynchronous IO fails. by Gabe Black · 8 years ago
  88. 55f7076 sim, gdb: Refactor some Event subclasses into lambdas by Sean Wilson · 8 years ago
  89. c2baaab cpu, sim: Add param to force CPUs to wait for GDB by Jose Marinho · 8 years ago
  90. 12db50c ruby: Add support for address ranges in the directory by Nikos Nikoleris · 8 years ago
  91. 85b393f base: misc: Include cstdlib in base/misc.hh. by Gabe Black · 8 years ago
  92. c4b85d5 base, sim, arch: Fix clang 5.0 warnings by Andreas Sandberg · 8 years ago
  93. 41ab3e6 base: Refactor the GDB code. by Gabe Black · 8 years ago
  94. c6a6fbe base: Make the VNC server more resilient. by Gabe Black · 8 years ago
  95. 7c94dc2 misc: Make the remote GDB stub more resilient to bad connections. by Gabe Black · 8 years ago
  96. f2b6dc8 base: Teach the socket listeners how to bind to the loopback. by Gabe Black · 8 years ago
  97. b046be6 base, sim, dev: Remove SWIG by Andreas Sandberg · 8 years ago
  98. d7aef8b dev: Align BAR0 size to power of 2 for VirtIO devices by Sascha Bischoff · 8 years ago
  99. e5fe2b8 style: Correct some style issues by Brandon Potter · 8 years ago
  100. 71dd6c2 misc: add missing copyright/author information in previous commit by Pierre-Yves Péneau · 8 years ago