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