1. 34467a2 systemc: Add systemc and systemc.h header files. by Gabe Black · 6 years ago
  2. b270237 systemc: Stub out the sc_spawn related classes and functions. by Gabe Black · 6 years ago
  3. e9610aa systemc: Stub out the sc_process_handle class. by Gabe Black · 6 years ago
  4. a60868f systemc: Seperate the "external" header interface. by Gabe Black · 6 years ago
  5. 82d17ee systemc: Stub out the sc_module class and related functions. by Gabe Black · 6 years ago
  6. 527f23c systemc: Add a stubbed out implementation of the sc_sensitive class. by Gabe Black · 6 years ago
  7. 9cc75bd systemc: Add a stub implementation for sc_attr related classes. by Gabe Black · 6 years ago
  8. cfc3a3a cpu-o3: Missing freeing the heads of DepGraph in IQ squashing by Hanhwi Jang · 6 years ago
  9. 385f799 systemc: Add a stubbed out sc_event_finder class. by Gabe Black · 6 years ago
  10. 9ea0962 systemc: Implement a stub version of the sc_prim class. by Gabe Black · 6 years ago
  11. 29cee92 systemc: Add stubbed out versions of sc_port and sc_export. by Gabe Black · 6 years ago
  12. 021b86d systemc: Add stubbed out versions of sc_event and related classes. by Gabe Black · 6 years ago
  13. 0ac709b systemc: Add stubbed out versions of the sc_time functions. by Gabe Black · 6 years ago
  14. 973961d systemc: Add the sc_nbdefs.hh header from Accellera. by Gabe Black · 6 years ago
  15. b3cab9d systemc: Add a stub version of the sc_interface class. by Gabe Black · 6 years ago
  16. 821b175 systemc: Hook up sc_main. by Gabe Black · 6 years ago
  17. 7014f69 systemc: Partially implement the sc_module_name class. by Gabe Black · 6 years ago
  18. 2f17062 mem: Rename Packet::checkFunctional to trySatisfyFunctional by Robert Kovacsics · 6 years ago
  19. 4158138 mem: Removed "using namespace std;" from src/mem/packet.cc by Robert Kovacsics · 6 years ago
  20. cbfe914 mem: Fix off-by-one error in checkFunctional, and simplify it by Robert Kovacsics · 6 years ago
  21. ed427a3 mem-cache: Typo in comment: 'proceed' -> 'precede' by Robert Kovacsics · 6 years ago
  22. ff52563 dev, arm: accept and ignore writes to GIC APRn registers by Ciro Santilli · 6 years ago
  23. 889fdb9 systemc: Add a stub kernel SimObject. by Gabe Black · 6 years ago
  24. 2c974a9 systemc: Add a stubbed out sc_object class. by Gabe Black · 6 years ago
  25. e7f6e7c arch-arm: Introduce ARMv8.1 Virtual Timer System Registers by Giacomo Travaglini · 6 years ago
  26. cb09573 arch-arm: Introduce RAS System Registers by Giacomo Travaglini · 6 years ago
  27. a1b759a configs: Update the DRAM sweep script to use PyTrafficGen by Andreas Sandberg · 6 years ago
  28. a4be638 cpu: Add a Python-enabled traffic generator by Andreas Sandberg · 6 years ago
  29. 672953e cpu: Support trace termination in BaseTrafficGen by Andreas Sandberg · 6 years ago
  30. 102027e cpu: Unify error handling for address generators by Andreas Sandberg · 6 years ago
  31. 0793a1b cpu: Split the traffic generator into two classes by Andreas Sandberg · 6 years ago
  32. c9dd86a misc: Fix BaseCPU doxygen by Jason Lowe-Power · 6 years ago
  33. 5de8ca9 arch-riscv: enable rudimentary fs simulation by Robert · 6 years ago
  34. 98cbcbb arch-riscv: Fix the srlw and srliw instructions. by Austin Harris · 6 years ago
  35. 0ee4a54 base: Add a M5_PUBLIC and M5_LOCAL attribute macro by Andreas Sandberg · 6 years ago
  36. 055a6ec python: Fix call bug in @cxxMethod when override is True by Andreas Sandberg · 6 years ago
  37. dce0cba cpu: Remove reduntant protobuf includes by Andreas Sandberg · 6 years ago
  38. 293f1eb python: Fixup incorrect syntax in PyBind argument handler by Andreas Sandberg · 6 years ago
  39. 0f33b2c mem: Add a memory delay simulator by Andreas Sandberg · 6 years ago
  40. f6dd997 arch-arm: Fix incorrect t{0,1}sz field in TTBCR by Andreas Sandberg · 6 years ago
  41. a77222f base: Add an asymmetrical Coroutine class by Giacomo Travaglini · 6 years ago
  42. 90d4480 gpu-compute: Remove unneeded Request::setVirt call by Alexandru Dutu · 6 years ago
  43. eab8399 python: Add support for multiplying proxies to compatible Param by Nikos Nikoleris · 6 years ago
  44. 6df90da scons: Generalize building binaries. by Gabe Black · 6 years ago
  45. 1678a08 syscall_emul: adding symlink system call by Matt Sinclair · 6 years ago
  46. 3fb16fa syscall_emul: adding link system call by Matt Sinclair · 6 years ago
  47. fe330fd mem-cache: Promote deferred targets on cache clean responses by Nikos Nikoleris · 6 years ago
  48. f4015a2 mem-cache: Promote targets that don't require writable by Nikos Nikoleris · 6 years ago
  49. e656eeb mem-cache: Fix promoting of targets that need writable by Nikos Nikoleris · 6 years ago
  50. 97075b9 mem-cache: Selectively clear downstream pending by Nikos Nikoleris · 6 years ago
  51. 60b24f4 SConstruct: additional message for the error checking of the python 2.7 headers by Matteo M. Fusi · 6 years ago
  52. b4a10d5 arch-arm: AArch32 execution triggering AArch64 SW Break by Giacomo Travaglini · 6 years ago
  53. fc278ff arch-arm: BadMode checking if corresponding EL is implemented by Giacomo Travaglini · 6 years ago
  54. 3ed0c3c base: Add a class which encapsulates Fibers. by Gabe Black · 6 years ago
  55. 7ad7ea2 sim: Use the canonical way of iterating over a dictionary by Andreas Sandberg · 6 years ago
  56. 48e420c dev-arm: Use recurseDeviceTree instead of custom in platform by Andreas Sandberg · 6 years ago
  57. c03e7b3 cpu: Fix bug introduced by RequestPtr type change by Giacomo Travaglini · 6 years ago
  58. 5d44257 base: Fix includes in AddrRangeMap header file by Nikos Nikoleris · 6 years ago
  59. 262ce4e mem-cache: Fix TempCacheBlock insert by Jason Lowe-Power · 6 years ago
  60. 353722e mem: Use address range to find the right physical address by Nikos Nikoleris · 6 years ago
  61. 6cb46ba mem: Use address range to find the destination port in the xbar by Nikos Nikoleris · 6 years ago
  62. e27448f mem: Use the caching in the AddrRangeMap class in PhysicalMemory by Gabe Black · 7 years ago
  63. 9494e7d mem: Use the caching built into AddrRangeMap in the xbar by Gabe Black · 7 years ago
  64. c31af7e base: Build caching into the AddrRangeMap class by Gabe Black · 7 years ago
  65. 683f411 base, mem: Disambiguate if an addr range is contained or overlaps by Nikos Nikoleris · 6 years ago
  66. 699ef82 mem-cache: Fix support for secure blocks in the FALRU cache by Nikos Nikoleris · 7 years ago
  67. 05c4c2b mem-cache: Initialize CacheBlk data pointer by Daniel R. Carvalho · 6 years ago
  68. a59db0e mem-cache: Forward declare ReplaceableEntry by Daniel R. Carvalho · 6 years ago
  69. 71c6a68 dev-arm: Fix the address range for some I/O devices by Nikos Nikoleris · 6 years ago
  70. e502572 tests,style: add RISC-V assembly tests by Tuan Ta · 6 years ago
  71. 3bb22b7 sim: Add a SimObject python field which overrides the default c++ base. by Gabe Black · 6 years ago
  72. 642a563 cpu: Prevent suspended TimingSimple CPUs from fetching next instructions by Tuan Ta · 6 years ago
  73. 7341f14 cpu: add a new instruction type 'Atomic' by Tuan Ta · 6 years ago
  74. 78fb2c1 arch: support issuing Atomic Mem Operation (AMO) requests by Tuan Ta · 6 years ago
  75. 7bab1d0 base,mem: Support AtomicOpFunctor in the classic memory system by Tuan Ta · 6 years ago
  76. 74a8947 ruby: Revamp standalone SLICC script by Jason Lowe-Power · 6 years ago
  77. 96554ec arch-arm: Adapting IllegalExecution fault for AArch32 by Giacomo Travaglini · 6 years ago
  78. fe8faa6 arch-arm: Add Illegal Execution flag to PCState by Giacomo Travaglini · 6 years ago
  79. 831184d arch-arm: Read APSR in User Mode by Giacomo Travaglini · 6 years ago
  80. 4a37134 system-arm: Split the VExpress_GEM5_V1 base dts by Andreas Sandberg · 6 years ago
  81. 424048e dev-arm: Add new VExpress_GEM5_V1_Base Platform by Rohit Kurup · 6 years ago
  82. 13f99be cpu-minor: Remove redundant thread startup call by Andreas Sandberg · 6 years ago
  83. 8c45a7f dev-arm: Remove deprecated GIC test interfaces by Andreas Sandberg · 6 years ago
  84. 3179172 tests: Make "UnitTest"s more like GTest so they can be in other dirs. by Gabe Black · 6 years ago
  85. 28bd53e mem-cache: Remove unnecessary cast in SectorTags::findVictim by Nikos Nikoleris · 6 years ago
  86. 6c77e76 arch-arm: Fix missing Request allocation by Giacomo Travaglini · 6 years ago
  87. f47e328 mem-cache: Insert on block allocation by Daniel R. Carvalho · 6 years ago
  88. 285a919 mem-cache: Make packet const in insertBlock by Daniel R. Carvalho · 6 years ago
  89. 5bb8643 mem-cache: Create Sector Cache by Daniel R. Carvalho · 6 years ago
  90. 8008ce2 tests: add some pthread and std::thread unit tests by Tuan Ta · 6 years ago
  91. 8de76e0 ruby: Fix initial weight in weighted LRU by Daniel R. Carvalho · 6 years ago
  92. f54020e misc: Using smart pointers for memory Requests by Giacomo Travaglini · 6 years ago
  93. 2113b21 misc: Substitute pointer to Request with aliased RequestPtr by Giacomo Travaglini · 6 years ago
  94. 59505f7 mem-cache: Change Cache block tag check by Daniel R. Carvalho · 6 years ago
  95. fa44e21 mem-cache: Use secure bit in findVictim by Daniel R. Carvalho · 6 years ago
  96. f89fe70 mem-cache: Move tagsInUse to children by Daniel R. Carvalho · 6 years ago
  97. 62db2c4 mem-cache: Return evictions along with victims by Daniel R. Carvalho · 6 years ago
  98. 815b12f mem-cache: Use ReplaceableEntry in findBlockBySetAndWay by Daniel R. Carvalho · 6 years ago
  99. b2d3cc0 sim: Rename the SimObject cxx_bases field to cxx_extra_bases. by Gabe Black · 6 years ago
  100. 6f84c91 dev-arm: Add a VirtIO MMIO device to VExpress_GEM5_V1 by Andreas Sandberg · 7 years ago