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