1. 3cceef1 python: Add utility function to override config parameters by Ciro Santilli · 6 years ago
  2. fcc3796 arm: treat aarch64 hints as NOPs instead of panic by Ciro Santilli · 6 years ago
  3. 33b311d arm: update hint instruction decoding to match ARMv8.5 by Ciro Santilli · 6 years ago
  4. e9434cf mem-cache: Fix unused variable warning in FALRU:invalidate() by Nikos Nikoleris · 6 years ago
  5. 313c015 mem: Add write coalescing and write-no-allocate to the caches by Nikos Nikoleris · 8 years ago
  6. bf305c1 mem: Delay servicing an MSHR after its allocation by Nikos Nikoleris · 8 years ago
  7. e57d8f2 mem: Restructure whole-line writes to simplify write merging by Nikos Nikoleris · 8 years ago
  8. 0ac4075 mem: Determine if an MSHR does a whole-line write by Nikos Nikoleris · 8 years ago
  9. 6adc2af mem: Mark the guest endianness packet accessors as deprecated. by Gabe Black · 6 years ago
  10. 9d0fc9c null: Stop specifying an endianness in isa_traits.hh. by Gabe Black · 6 years ago
  11. eb8989e mem: Explicitly specify the endianness in the abstract memory. by Gabe Black · 6 years ago
  12. 095d7fb gpu-compute: Explicitly use little endian packet accessors. by Gabe Black · 6 years ago
  13. 4b9f15b arch: Include some additional headers in arch/generic/mmapped_ipr.cc. by Gabe Black · 6 years ago
  14. ed0a295 dev: Remove using namespace TheISA in uart8250.cc. by Gabe Black · 6 years ago
  15. 2bcb2b0 dev: Explicitly specify the endianness for packet accessors. by Gabe Black · 6 years ago
  16. 2701fcb python: Stop conditionally excluding code from pyobject.cc by Gabe Black · 6 years ago
  17. 00dec30 dev: Build most of the networking devices in the NULL_ISA build. by Gabe Black · 6 years ago
  18. 7d719bc dev: Build the PCI device models even in NULL_ISA builds. by Gabe Black · 6 years ago
  19. 1c508a2 arch: Get rid of the unused type AnyReg. by Gabe Black · 6 years ago
  20. e086e74 dev-arm: Don't panic when EOIR a non active PPI by Adrien Pesle · 6 years ago
  21. 9181c2e dev-arm: Fix Gicv2 distributor group register by Adrien Pesle · 6 years ago
  22. 0f368d5 systemc: Get rid of leftovers from unimplemented warnings past. by Gabe Black · 6 years ago
  23. 5c21437 systemc: Implement Object::simcontext(). by Gabe Black · 6 years ago
  24. 25d308e systemc: Stop filtering out warnings about unimplemented features. by Gabe Black · 6 years ago
  25. 9c9f33b systemc: Warn about using deprecated sc_port constructors. by Gabe Black · 6 years ago
  26. 82ed9a0 systemc: Add a python config class for sc_modules. by Gabe Black · 6 years ago
  27. f9596e5 systemc: Don't include the scheduler in an external header file. by Gabe Black · 6 years ago
  28. 96a88fb systemc: Add an accessor for getting the current process. by Gabe Black · 6 years ago
  29. 137b499 systemc: Don't re-schedule a process which is already scheduled. by Gabe Black · 6 years ago
  30. ae1ecec systemc: Fix accounting in the sc_fifo class. by Gabe Black · 6 years ago
  31. 70f52c3 systemc: Exclude a test which tests a feature we're not implementing. by Gabe Black · 6 years ago
  32. c9f83ec systemc: Switch to using predefined messages for datatypes. by Gabe Black · 6 years ago
  33. e07f7ef systemc: Switch to using predefined messages for channels. by Gabe Black · 6 years ago
  34. 3420f0e systemc: Don't depend on the order of static initializers. by Gabe Black · 6 years ago
  35. b366cbc systemc: Switch to using predefined messages for utils. by Gabe Black · 6 years ago
  36. 98f40c5 systemc: Remove a redundant error check. by Gabe Black · 6 years ago
  37. a8f873a systemc: Check the maximum port size when finializing bindings. by Gabe Black · 6 years ago
  38. d5b4433 systemc: Fix how the maximum size is computed for sc_ports. by Gabe Black · 6 years ago
  39. 6f261e6 systemc: Mark a test as expected to fail. by Gabe Black · 6 years ago
  40. 4e951d4 systemc: Switch to using predefined messages for core. by Gabe Black · 6 years ago
  41. 208704b systemc: Add a mechanism for pre-registering message type ids. by Gabe Black · 6 years ago
  42. 7911f27 systemc: Add a warning about dont_initialize and cthreads. by Gabe Black · 6 years ago
  43. 0b49ab9 systemc: Make suppress_id work like the test expects. by Gabe Black · 6 years ago
  44. 5220003 systemc: Handle integer based IDs like Accellera does. by Gabe Black · 6 years ago
  45. 7eb6ad4 systemc: Refactor reporting to prep for int based messages. by Gabe Black · 6 years ago
  46. 7a2ace7 systemc: Stop passing arguments to sc_main. by Gabe Black · 6 years ago
  47. 82dd3c1 systemc: When resetting a process, clear suspended ready. by Gabe Black · 6 years ago
  48. 93b7aa1 systemc: Manually correct the golden output for a test. by Gabe Black · 6 years ago
  49. e035d68 systemc: If a process hasn't started, still signal its reset event. by Gabe Black · 6 years ago
  50. 226207d systemc: Ignore attempts to throw a signal to a method. by Gabe Black · 6 years ago
  51. a7d99be systemc: Remove a redundant injectException for Thread's throw_it. by Gabe Black · 6 years ago
  52. 9677f2d systemc: Get rid of the unused Process::_procKind. by Gabe Black · 6 years ago
  53. d6c3453 systemc: Ignore immediate self notifications. by Gabe Black · 6 years ago
  54. 05f2a5f systemc: Distinguish internal events from normal sc_events. by Gabe Black · 6 years ago
  55. e9b3669 systemc: Mark a test as expected to fail. by Gabe Black · 6 years ago
  56. cb1cd5a systemc: Use the "catch action" and the handler func outside sc_main. by Gabe Black · 6 years ago
  57. 98b74c4 systemc: Change the default "catch action" to SC_DISPLAY. by Gabe Black · 6 years ago
  58. 77d9e3b systemc: Add an error check to the deprecated notify_delayed. by Gabe Black · 6 years ago
  59. 1f4e379 systemc: Add a range check to the intial value of sc_semaphore. by Gabe Black · 6 years ago
  60. 3287171 systemc: Add some error checks to sc_clock. by Gabe Black · 6 years ago
  61. c701d88 systemc: Add an error check to sc_gen_unique_name. by Gabe Black · 6 years ago
  62. 834846f systemc: Detach child events in the Object destructor. by Gabe Black · 6 years ago
  63. f4a671e systemc: Report an error if an sc_event_finder is used on an unbound port. by Gabe Black · 6 years ago
  64. 224e28c systemc: Implement port binding policies. by Gabe Black · 6 years ago
  65. 157d053 systemc: Add some deprecated positional binding operators. by Gabe Black · 6 years ago
  66. a61426d systemc: Keep track of progress when positionally binding. by Gabe Black · 6 years ago
  67. f39a68f systemc: Fill out some error reporting in sc_port. by Gabe Black · 6 years ago
  68. 1618220 systemc: Run delta notifications in reverse insertion order. by Gabe Black · 6 years ago
  69. ee3e327 systemc: Change how signal based resets work. by Gabe Black · 6 years ago
  70. d1a86fd systemc: Increment the change stamp value before the timing phase. by Gabe Black · 6 years ago
  71. d872149 systemc: Add a simple implementation for sc_mempool. by Gabe Black · 6 years ago
  72. d371c9e systemc: Add an sc_gen_unique_name namespace to processes as well. by Gabe Black · 6 years ago
  73. 0686b85 systemc: Add some error checks to the sc_module constructor. by Gabe Black · 6 years ago
  74. 8946c9d systemc: Change how errors are handled in some constructors slightly. by Gabe Black · 6 years ago
  75. d45caee systemc: Add an sc_gem5::Port destructor. by Gabe Black · 6 years ago
  76. 9cd313e systemc: Change the point where elaboration is considered over. by Gabe Black · 6 years ago
  77. 7ddf233 systemc: Implement sc_hierarchical_name_exists. by Gabe Black · 6 years ago
  78. 3e92388 systemc: Make sure otherwise unnamed events get autogenerated ones. by Gabe Black · 6 years ago
  79. 20fd137 systemc: Fix a typo in one of the error messages. by Gabe Black · 6 years ago
  80. 167e6c0 systemc: Implement writer policies. by Gabe Black · 6 years ago
  81. c736ef1 systemc: Don't use write() in sc_clock to set the clock value. by Gabe Black · 6 years ago
  82. f93e276 systemc: Clear the current process when done with the eval phase. by Gabe Black · 6 years ago
  83. e16ca90 systemc: Implement register_port in all the predefined channels. by Gabe Black · 6 years ago
  84. b2e1f81 systemc: Add missing sc_interface::register_port, and add calls to it. by Gabe Black · 6 years ago
  85. a7f1fe7 systemc: Remove some old warn includes from ext/channel. by Gabe Black · 6 years ago
  86. 5136119 systemc: Implement sc_vector. by Gabe Black · 6 years ago
  87. 40e4a1c systemc: Change how the timing of binding ports works. by Gabe Black · 6 years ago
  88. e5a9941 systemc: Use the stage of simulation and not port size in add_trace. by Gabe Black · 6 years ago
  89. 163eb3c systemc: Centralize how object parents are chosen. by Gabe Black · 6 years ago
  90. 3fe6ebb systemc: Use c++11 partial functions instead of boosts. by Gabe Black · 6 years ago
  91. 56eef42 systemc: Filter out a test which breaks rules gem5 won't let it break. by Gabe Black · 6 years ago
  92. 34a9b86 systemc: Add a non-standard sc_time constructor and from_string. by Gabe Black · 6 years ago
  93. 5bdeb1a systemc: Modify reportifyException to keep sc_reports in scope. by Gabe Black · 6 years ago
  94. 07cad60 systemc: Implement the sc_time_tuple class. by Gabe Black · 6 years ago
  95. 1fe271c systemc: Merge notify and notifyWork and ignore disabled for resets. by Gabe Black · 6 years ago
  96. 6ae3300 systemc: Ensure the reset event is notified before reseting the target. by Gabe Black · 6 years ago
  97. 0cfce45 systemc: Implement signal based resets. by Gabe Black · 6 years ago
  98. f4ab64a systemc: Implement the synchronous reset state. by Gabe Black · 6 years ago
  99. fc752d3 systemc: Implement sc_event_queue. by Gabe Black · 6 years ago
  100. 028e1c5 systemc: Remove a hack which scaled sc_time into ps unnecessarily. by Gabe Black · 6 years ago