1. 07a2fd7 arch-arm: Remove SCTLR.VE bit by Giacomo Travaglini · 5 years ago
  2. 46a79f7 arch-arm: Refactor ISA::clear by adding a ISA::clear32 method by Giacomo Travaglini · 5 years ago
  3. 4e02b92 arch-arm: Remove MISCREG commented numbers by Giacomo Travaglini · 5 years ago
  4. 351c7ee systemc: Fix some paths in the tlm SCons(script|struct). by Gabe Black · 5 years ago
  5. c6ff8d3 mips: Change the integer and fp register widths to be 64 bits. by Gabe Black · 6 years ago
  6. 223840f mips: Clean up type overrides for operands. by Gabe Black · 6 years ago
  7. 0167f66 mips: Explicitly truncate the syscall return value down to 32 bits. by Gabe Black · 6 years ago
  8. 14b0481 null: Claim to use 64 bit floating point registers. by Gabe Black · 6 years ago
  9. f3e17ca sparc: Switch the FloatReg and FloatRegBits types to be 64 bit. by Gabe Black · 6 years ago
  10. 9dbc9bb base: Add standard types for floating and nonfloating point register values. by Gabe Black · 6 years ago
  11. 543b786 systemc: Enable systemc support by default. by Gabe Black · 6 years ago
  12. f6ffc40 systemc: Explicitly keep the sc_port bind alongside sc_in's version. by Gabe Black · 5 years ago
  13. 45abd00 systemc: Change how SC_BIND_PROXY_NIL is initialized. by Gabe Black · 5 years ago
  14. 28ab6ff systemc: Get rid of implementations for some disabled sc_vector methods. by Gabe Black · 5 years ago
  15. 2876141 systemc: Move a function after the class it uses internally. by Gabe Black · 5 years ago
  16. d0c7e19 systemc: Get rid of an unused private member in sc_clock. by Gabe Black · 5 years ago
  17. 6621748 mem-cache: Rename the tag class init function to tagsInit. by Gabe Black · 5 years ago
  18. adde4c9 mem: Use Packet writing functions instead of memcpy by Daniel R. Carvalho · 6 years ago
  19. 49798e0 mem-cache: Fix double block invalidation by Daniel R. Carvalho · 6 years ago
  20. 33dc762 arch, arm: Return s1Req upon fault in s2Lookup by Anouk Van Laer · 6 years ago
  21. 0e9da43 arch, arm: Effect of AT instructions on descriptor handling by Anouk Van Laer · 6 years ago
  22. fd29481 util: Add some examples for using systemc code within gem5. by Gabe Black · 6 years ago
  23. c71dfc1 util: Move the existing systemc example into a subdirectory. by Gabe Black · 6 years ago
  24. 006eb36 syscall_emul: fix openat when directory does not end in "/" by Ciro Santilli · 6 years ago
  25. 8162e0d syscall_emul: implement arm openat by Ciro Santilli · 6 years ago
  26. e70a2a5 arch-arm: FIXUP for the add PRFM PST instruction commit by Yuetsu Kodama · 5 years ago
  27. 091f515 mem-ruby: Fix MOESI_CMP_directory in ports order by Nikos Nikoleris · 6 years ago
  28. 59e3585 arch-arm: We add PRFM PST instruction for arm by yuetsu.kodama · 6 years ago
  29. d4b3e06 arch-arm: IMPDEF for SYS instruction with CRn = {11, 15} by Giacomo Travaglini · 6 years ago
  30. f5c8fc6 arch-arm: AArch64 Instruction for MISCREG_IMPDEF_UNIMPL by Giacomo Travaglini · 6 years ago
  31. 68bc539 arch-arm: Refactor AArch64 MSR/MRS trapping by Giacomo Travaglini · 6 years ago
  32. 1686030 arch-arm: Trap to EL2 only if not in Secure State by Giacomo Travaglini · 6 years ago
  33. 438ecf9 arch-arm: Fix HVC trapping beahviour by Giacomo Travaglini · 6 years ago
  34. 47a8c47 arch-arm: CPTR_EL3.TCPAC traps EL2 accesses to CPACR_EL1 by Giacomo Travaglini · 6 years ago
  35. d05e6aa tests: Convert AddrRangeMap unit test to a GTest by Andreas Sandberg · 6 years ago
  36. 78addea tests: Convert CircleBuf unit test to a GTest by Andreas Sandberg · 6 years ago
  37. 0330c43 mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base by Daniel R. Carvalho · 6 years ago
  38. 34efcae config: add --param to fs.py, se.py and fs_bigLITTLE.py by Ciro Santilli · 6 years ago
  39. 3cceef1 python: Add utility function to override config parameters by Ciro Santilli · 6 years ago
  40. fcc3796 arm: treat aarch64 hints as NOPs instead of panic by Ciro Santilli · 6 years ago
  41. 33b311d arm: update hint instruction decoding to match ARMv8.5 by Ciro Santilli · 6 years ago
  42. e9434cf mem-cache: Fix unused variable warning in FALRU:invalidate() by Nikos Nikoleris · 6 years ago
  43. 313c015 mem: Add write coalescing and write-no-allocate to the caches by Nikos Nikoleris · 8 years ago
  44. bf305c1 mem: Delay servicing an MSHR after its allocation by Nikos Nikoleris · 8 years ago
  45. e57d8f2 mem: Restructure whole-line writes to simplify write merging by Nikos Nikoleris · 8 years ago
  46. 0ac4075 mem: Determine if an MSHR does a whole-line write by Nikos Nikoleris · 8 years ago
  47. 6adc2af mem: Mark the guest endianness packet accessors as deprecated. by Gabe Black · 6 years ago
  48. 9d0fc9c null: Stop specifying an endianness in isa_traits.hh. by Gabe Black · 6 years ago
  49. eb8989e mem: Explicitly specify the endianness in the abstract memory. by Gabe Black · 6 years ago
  50. 095d7fb gpu-compute: Explicitly use little endian packet accessors. by Gabe Black · 6 years ago
  51. 4b9f15b arch: Include some additional headers in arch/generic/mmapped_ipr.cc. by Gabe Black · 6 years ago
  52. ed0a295 dev: Remove using namespace TheISA in uart8250.cc. by Gabe Black · 6 years ago
  53. 2bcb2b0 dev: Explicitly specify the endianness for packet accessors. by Gabe Black · 6 years ago
  54. 2701fcb python: Stop conditionally excluding code from pyobject.cc by Gabe Black · 6 years ago
  55. 00dec30 dev: Build most of the networking devices in the NULL_ISA build. by Gabe Black · 6 years ago
  56. 7d719bc dev: Build the PCI device models even in NULL_ISA builds. by Gabe Black · 6 years ago
  57. 1c508a2 arch: Get rid of the unused type AnyReg. by Gabe Black · 6 years ago
  58. e086e74 dev-arm: Don't panic when EOIR a non active PPI by Adrien Pesle · 6 years ago
  59. 9181c2e dev-arm: Fix Gicv2 distributor group register by Adrien Pesle · 6 years ago
  60. 0f368d5 systemc: Get rid of leftovers from unimplemented warnings past. by Gabe Black · 6 years ago
  61. 5c21437 systemc: Implement Object::simcontext(). by Gabe Black · 6 years ago
  62. 25d308e systemc: Stop filtering out warnings about unimplemented features. by Gabe Black · 6 years ago
  63. 9c9f33b systemc: Warn about using deprecated sc_port constructors. by Gabe Black · 6 years ago
  64. 82ed9a0 systemc: Add a python config class for sc_modules. by Gabe Black · 6 years ago
  65. f9596e5 systemc: Don't include the scheduler in an external header file. by Gabe Black · 6 years ago
  66. 96a88fb systemc: Add an accessor for getting the current process. by Gabe Black · 6 years ago
  67. 137b499 systemc: Don't re-schedule a process which is already scheduled. by Gabe Black · 6 years ago
  68. ae1ecec systemc: Fix accounting in the sc_fifo class. by Gabe Black · 6 years ago
  69. 70f52c3 systemc: Exclude a test which tests a feature we're not implementing. by Gabe Black · 6 years ago
  70. c9f83ec systemc: Switch to using predefined messages for datatypes. by Gabe Black · 6 years ago
  71. e07f7ef systemc: Switch to using predefined messages for channels. by Gabe Black · 6 years ago
  72. 3420f0e systemc: Don't depend on the order of static initializers. by Gabe Black · 6 years ago
  73. b366cbc systemc: Switch to using predefined messages for utils. by Gabe Black · 6 years ago
  74. 98f40c5 systemc: Remove a redundant error check. by Gabe Black · 6 years ago
  75. a8f873a systemc: Check the maximum port size when finializing bindings. by Gabe Black · 6 years ago
  76. d5b4433 systemc: Fix how the maximum size is computed for sc_ports. by Gabe Black · 6 years ago
  77. 6f261e6 systemc: Mark a test as expected to fail. by Gabe Black · 6 years ago
  78. 4e951d4 systemc: Switch to using predefined messages for core. by Gabe Black · 6 years ago
  79. 208704b systemc: Add a mechanism for pre-registering message type ids. by Gabe Black · 6 years ago
  80. 7911f27 systemc: Add a warning about dont_initialize and cthreads. by Gabe Black · 6 years ago
  81. 0b49ab9 systemc: Make suppress_id work like the test expects. by Gabe Black · 6 years ago
  82. 5220003 systemc: Handle integer based IDs like Accellera does. by Gabe Black · 6 years ago
  83. 7eb6ad4 systemc: Refactor reporting to prep for int based messages. by Gabe Black · 6 years ago
  84. 7a2ace7 systemc: Stop passing arguments to sc_main. by Gabe Black · 6 years ago
  85. 82dd3c1 systemc: When resetting a process, clear suspended ready. by Gabe Black · 6 years ago
  86. 93b7aa1 systemc: Manually correct the golden output for a test. by Gabe Black · 6 years ago
  87. e035d68 systemc: If a process hasn't started, still signal its reset event. by Gabe Black · 6 years ago
  88. 226207d systemc: Ignore attempts to throw a signal to a method. by Gabe Black · 6 years ago
  89. a7d99be systemc: Remove a redundant injectException for Thread's throw_it. by Gabe Black · 6 years ago
  90. 9677f2d systemc: Get rid of the unused Process::_procKind. by Gabe Black · 6 years ago
  91. d6c3453 systemc: Ignore immediate self notifications. by Gabe Black · 6 years ago
  92. 05f2a5f systemc: Distinguish internal events from normal sc_events. by Gabe Black · 6 years ago
  93. e9b3669 systemc: Mark a test as expected to fail. by Gabe Black · 6 years ago
  94. cb1cd5a systemc: Use the "catch action" and the handler func outside sc_main. by Gabe Black · 6 years ago
  95. 98b74c4 systemc: Change the default "catch action" to SC_DISPLAY. by Gabe Black · 6 years ago
  96. 77d9e3b systemc: Add an error check to the deprecated notify_delayed. by Gabe Black · 6 years ago
  97. 1f4e379 systemc: Add a range check to the intial value of sc_semaphore. by Gabe Black · 6 years ago
  98. 3287171 systemc: Add some error checks to sc_clock. by Gabe Black · 6 years ago
  99. c701d88 systemc: Add an error check to sc_gen_unique_name. by Gabe Black · 6 years ago
  100. 834846f systemc: Detach child events in the Object destructor. by Gabe Black · 6 years ago