1. bff1d59 fastmodel: Plumb the ITB and DTB through the IRIS thread context. by Gabe Black · 4 years, 7 months ago
  2. 2c3c7df fastmodel: Implement inst count events in the IRIS thread contexts. by Gabe Black · 4 years, 7 months ago
  3. 3791b60 arch-arm: Simplify AMO code generation templates by Nikos Nikoleris · 4 years, 6 months ago
  4. 29fce1d cpu: Use std::array for registers in SimpleThread. by Gabe Black · 4 years, 6 months ago
  5. 76b10e2 arch-arm: Annotate original address in CMOs by Giacomo Travaglini · 4 years, 7 months ago
  6. 75a127e mem-ruby: Reset Ruby Sequencer Outstanding Requests stats by Polydoros Petrakis · 4 years, 6 months ago
  7. d57b8ba dev-arm: optional instantiation of GICv3 ITS by Adrian Herrera · 4 years, 7 months ago
  8. 0a276fb mem-cache: Modify compressor to appease newer compilers by Daniel R. Carvalho · 4 years, 6 months ago
  9. b7223e0 mem-cache: Implement a perfect compressor by Daniel R. Carvalho · 4 years, 10 months ago
  10. 3029ef2 mem-cache: Make BDI a multi compressor by Daniel R. Carvalho · 4 years, 8 months ago
  11. b8a4a91 mem-cache: Implement a multi compressor by Daniel R. Carvalho · 4 years, 10 months ago
  12. 2cb1449 mem-cache: Implement BDI sub-compressors by Daniel R. Carvalho · 4 years, 8 months ago
  13. e415882 mem-cache: Implement a repeated values compressor by Daniel R. Carvalho · 4 years, 8 months ago
  14. fcc1964 mem-cache: Implement a zero compressor by Daniel R. Carvalho · 4 years, 8 months ago
  15. 93b4845 mem-cache: Implement FPC-D cache compression by Daniel R. Carvalho · 4 years, 10 months ago
  16. 8549ee4 arch,cpu: Move endianness conversion of inst bytes into the ISA. by Gabe Black · 4 years, 7 months ago
  17. 5fa59a2 mem: Delete the packet accessors which use guest endianness. by Gabe Black · 6 years ago
  18. f97051a arch-x86: Fix FLDCW_P and FNSTCW_P to use rip. by seanzw · 4 years, 6 months ago
  19. 55eef30 tests: add squashfs make to m5-exit by Ciro Santilli · 4 years, 7 months ago
  20. 3783d65 arch-arm: generic method for getting an ArmSystem by Adrian Herrera · 4 years, 7 months ago
  21. 092ab7f dev-arm: Add SMMUv3 to VExpress_GEM5_V* by Giacomo Travaglini · 4 years, 9 months ago
  22. 0464696 config: Add --kernel-cmd option in fs_bigLITTLE.py by Chun-Chen TK Hsu · 4 years, 8 months ago
  23. 1577428 config: Add --mem-size option in fs_bigLITTLE.py by Chun-Chen TK Hsu · 4 years, 8 months ago
  24. 4023d93 fastmodel: Add CortexA76x[234] models. by Gabe Black · 4 years, 8 months ago
  25. 6e25b5e fastmodel: Enable auto bridging and use it to simplify CortexA76x1. by Gabe Black · 4 years, 8 months ago
  26. eb49dec fastmodel: Templatize the xn versions of the CortexA76. by Gabe Black · 4 years, 8 months ago
  27. 38cf52b cpu-o3,tests: add page boundary access test by Brandon Potter · 4 years, 7 months ago
  28. fc0678d mem-cache: Fix missing header in associative set by Daniel R. Carvalho · 4 years, 6 months ago
  29. bb94296 mem-ruby: Fixed pipeline squashes caused by aliased requests by Joe Gross · 9 years ago
  30. 0125bf8 configs: Add baremetal.py example script by Giacomo Travaglini · 4 years, 8 months ago
  31. 04b3ab0 cpu-o3: bugfix for partial faults in x86 by Brandon Potter · 4 years, 7 months ago
  32. dfd4c08 ext: Fix undefined-behavior bug in bitshift by Samuel Grayson · 4 years, 7 months ago
  33. 5260c7e alpha: Convert htog and gtoh to htole and letoh. by Gabe Black · 4 years, 7 months ago
  34. c98fc78 arch,sim: Make copyStringArray take an explicit endianness. by Gabe Black · 4 years, 7 months ago
  35. 4444e88 kern: When dumping dmesg, detect the byte order dynamically. by Gabe Black · 4 years, 7 months ago
  36. 75d496c sim: Use the system and OS to get endianness. by Gabe Black · 4 years, 7 months ago
  37. 607df7e arch: Make endianness a property of the OS class syscalls can consume. by Gabe Black · 4 years, 7 months ago
  38. 7adc90a dev: Make the virtio devices track endianness explicitly. by Gabe Black · 4 years, 7 months ago
  39. cbf2089 sim: Add a getGuestByteOrder accessor to the system class. by Gabe Black · 4 years, 7 months ago
  40. 591240d misc: Update MAINTAINERS file by Jason Lowe-Power · 4 years, 7 months ago
  41. 60cc896 fastmodel: Refactor the CortexA76x1 model for MP support. by Gabe Black · 4 years, 8 months ago
  42. e0040fe dev: Adding support for large BAR by Pouya Fotouhi · 4 years, 7 months ago
  43. fca416d base: Name segments after their index by Giacomo Travaglini · 4 years, 7 months ago
  44. eef524d cpu-o3: Fix handling of some mem. order violations by Giacomo Gabrielli · 4 years, 7 months ago
  45. 94dfd6a dev: Remove TheISA from ns_gige.cc. by Gabe Black · 4 years, 7 months ago
  46. b0bd279 dev: Stop including config/the_isa.hh unnecessarily. by Gabe Black · 4 years, 7 months ago
  47. 1c8ce99 dev: Get PageBytes from the system in the ARM generic timer. by Gabe Black · 4 years, 7 months ago
  48. f5f60a5 dev: Get PageBytes from the system in the ide_disk model. by Gabe Black · 4 years, 7 months ago
  49. bff5eba dev: Remove using namespace std and TheISA from ide_disk.cc. by Gabe Black · 4 years, 7 months ago
  50. 7979764 fastmodel: Helper function to setup FastModels for simulation by Chun-Chen TK Hsu · 4 years, 7 months ago
  51. fa877e1 arm: Get rid of using namespace std and TheISA in realview.cc. by Gabe Black · 4 years, 7 months ago
  52. dd3abb2 dev: Remove SINIC_VTOPHYS and related code. by Gabe Black · 4 years, 7 months ago
  53. 1d5119e alpha: Remove TheISA from the Alpha devices. by Gabe Black · 4 years, 7 months ago
  54. e7ab65e x86: Remove TheISA from x86 devices. by Gabe Black · 4 years, 7 months ago
  55. a8f6e6c sparc: Create a helper functions to install firmware images. by Gabe Black · 4 years, 7 months ago
  56. 248c8d3 mem-cache: Add a repeated value pattern to compressors by Daniel R. Carvalho · 4 years, 8 months ago
  57. 7244788 mem-cache: Inform unused bits instead of bytes in compressor pattern by Daniel R. Carvalho · 4 years, 8 months ago
  58. 2dd82da mem-cache: Add a masked const value pattern to compressors by Daniel R. Carvalho · 4 years, 8 months ago
  59. 83219d8 mem-cache: Add a masked pattern to compressors by Daniel R. Carvalho · 4 years, 8 months ago
  60. 7973e49 mem-cache: Add an uncompressed pattern to compressors by Daniel R. Carvalho · 4 years, 8 months ago
  61. 7a8debf mem-cache: Templatize DictionaryCompressor by Daniel R. Carvalho · 4 years, 8 months ago
  62. 7ce9fe0 mem-cache: Factor out CPack's dictionary functionality by Daniel R. Carvalho · 4 years, 10 months ago
  63. 70dc35a mem-cache: Use shouldAllocate() instead of CPack's decompress() by Daniel R. Carvalho · 4 years, 10 months ago
  64. b42971d mem-cache: Limit compression size by Daniel R. Carvalho · 4 years, 9 months ago
  65. 0c5ef2d mem-cache: Do not try to compress dataless packets by Daniel R. Carvalho · 4 years, 7 months ago
  66. cdc4a3c ext: Remove non-source files from fputils by Andreas Sandberg · 4 years, 7 months ago
  67. 39220ef mem: Fix DRAM controller to operate on its own address space by Nikos Nikoleris · 4 years, 8 months ago
  68. 12cf816 mem-cache: Avoid promotion of incompatible deferred targets by Nikos Nikoleris · 4 years, 7 months ago
  69. e0de180 mem-cache: Fix MSHR whole line write tracking by Nikos Nikoleris · 4 years, 11 months ago
  70. af48fb9 configs: Update HPI to use ArmDTB and ArmITB. by Gabe Black · 4 years, 7 months ago
  71. 467b499 configs: Fix undefined BaseCPU by Daniel R. Carvalho · 4 years, 7 months ago
  72. f96d25f tests, base: Fixed incorrect implementation of StrTest.ToLower test. by Bobby R. Bruce · 4 years, 7 months ago
  73. bbcf7f0 ext: Update fputils to rev 0721843 by Andreas Sandberg · 4 years, 7 months ago
  74. e1a101f mips,riscv: Get rid of some Alpha cruft in these System classes. by Gabe Black · 4 years, 7 months ago
  75. ea26768 cpu: Get rid of the nextInstEventCount method. by Gabe Black · 4 years, 7 months ago
  76. 44831fa cpu: Get rid of the serviceInstCountEvents method. by Gabe Black · 4 years, 7 months ago
  77. bdfeefa fastmodel: Use getCurrentInstCount for totalInsts(). by Gabe Black · 4 years, 7 months ago
  78. 54b9d49 fastmodel: Implement getCurrentInstCount. by Gabe Black · 4 years, 7 months ago
  79. 272a431 cpu: Switch off of the CPU's comInstEventQueue. by Gabe Black · 4 years, 7 months ago
  80. a2a8dac cpu: Access inst events through ThreadContext instead of the CPU. by Gabe Black · 4 years, 7 months ago
  81. fd030fd cpu: Delegate comInstEventQueue methods to the ThreadContexts. by Gabe Black · 4 years, 7 months ago
  82. c73c19e cpu: Make accesses to comInstEventQueue indirect through methods. by Gabe Black · 4 years, 7 months ago
  83. fea2af5 cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts. by Gabe Black · 4 years, 7 months ago
  84. 74a66d8 cpu: Make the ThreadContext a PCEventScope. by Gabe Black · 4 years, 7 months ago
  85. 2b7d4bd cpu,sim: Get rid of a bunch of conditional compilation for PCEvents. by Gabe Black · 4 years, 7 months ago
  86. 1ded8d6 cpu: Don't print the CPU name when a (Break|Panic)PCEvent happens. by Gabe Black · 4 years, 7 months ago
  87. 21b58d1 cpu: Pass the address to check into the PCEventQueue service method. by Gabe Black · 4 years, 7 months ago
  88. 6f42417 sim: Make the System object a PCEventScope. by Gabe Black · 4 years, 7 months ago
  89. b6d822c cpu: Stop checking for PC changes when servicing a PCEventQueue. by Gabe Black · 4 years, 7 months ago
  90. 7bd57d5 cpu: Create a PCEventScope class to abstract the scope of PCEvents. by Gabe Black · 4 years, 7 months ago
  91. 69930af tests: Added GTests for base/str.cc by Bobby R. Bruce · 4 years, 7 months ago
  92. f60383d cpu, sim-se: don't wake up threads that are awake in futex by Ciro Santilli · 4 years, 7 months ago
  93. 35b95c7 sim-se: fix futexFunc TGT_FUTEX_WAIT always selects bitset by Ciro Santilli · 4 years, 7 months ago
  94. ca1d096 fastmodel: Add string constructors which delegate to const char * ones. by Gabe Black · 4 years, 8 months ago
  95. cc61487 cpu: Apply the ARM TLB rework to the O3 checker CPU. by Gabe Black · 4 years, 7 months ago
  96. 239054f arch: Drop sysctl support if built against glibc by Tommaso Marinelli · 4 years, 7 months ago
  97. e77b9d0 configs: Clean setupBootLoader signature by Giacomo Travaglini · 4 years, 7 months ago
  98. 62a70fc configs: Do not assume bootmem is a System child by Giacomo Travaglini · 4 years, 7 months ago
  99. 8e36db1 dev-arm, configs: Using _on_chip_memory for on chip memory by Giacomo Travaglini · 4 years, 7 months ago
  100. 9a8d60d cpu: Apply the ARM TLB rework to the checker CPU. by Gabe Black · 4 years, 7 months ago