1. 4646369 regressions: update due to cache latency fix by Nilay Vaish · 12 years ago
  2. 4920f0d mem: Fix cache latency bug by Mitch Hayenga · 12 years ago
  3. f0b745d scons: don't die on warnings in swig-generated code by Steve Reinhardt · 12 years ago
  4. 2018f61 util: Add a utility script for decoding packet traces by Andreas Hansson · 12 years ago
  5. 7885a16 util: Add a utility script for encoding packet traces by Andreas Hansson · 12 years ago
  6. a84d026 stats: Update stats for cache retry event check by Andreas Hansson · 12 years ago
  7. 8708917 mem: Cancel cache retry event when blocking port by Rene de Jong · 12 years ago
  8. 08f7a8b stats: Update stats to reflect bus retry changes by Andreas Hansson · 12 years ago
  9. 93a8423 mem: Separate waiting for the bus and waiting for a peer by Andreas Hansson · 12 years ago
  10. 362f6f1 mem: Introduce a variable for the retrying port by Andreas Hansson · 12 years ago
  11. 2123176 mem: Add a generic id field to the packet trace by Andreas Hansson · 12 years ago
  12. 7a57b1b mem: Add optional request flags to the packet trace by Andreas Hansson · 12 years ago
  13. 08c1835 cpu: Remove CpuPort and use MasterPort in the CPU classes by Andreas Hansson · 12 years ago
  14. 670fc52 x86: Revert [02321b16685f] which breaks m5ops on x86 by Andreas Sandberg · 12 years ago
  15. 546ffb2 config: return exit event instead of cause by Nilay Vaish · 12 years ago
  16. 04fe6b4 regressions: updates to config.ini for ruby tests by Nilay Vaish · 12 years ago
  17. b2c8c50 ruby: slicc: set sender, receiver clock objs for optional queue by Nilay Vaish · 12 years ago
  18. e85b556 ruby: message buffer: correct previous errors by Nilay Vaish · 12 years ago
  19. 47c8cb7 ruby: message buffer: remove _ptr from some variables by Nilay Vaish · 12 years ago
  20. 6465cf5 ruby: message buffer node: used Tick in place of Cycles by Nilay Vaish · 12 years ago
  21. 39e9445 ruby: consumer: avoid using receiver side clock by Nilay Vaish · 12 years ago
  22. 28005a7 ruby: remove unsued profile functions by Nilay Vaish · 12 years ago
  23. 89bb826 ruby: keep histogram of outstanding requests in seq by Nilay Vaish · 12 years ago
  24. 870d545 slicc: remove check if the L1Cache has a sequencer by Nilay Vaish · 12 years ago
  25. 8573a69 ruby: move stall and wakeup functions to AbstractController by Nilay Vaish · 12 years ago
  26. eccc86e ruby: connect two controllers using only message buffers by Nilay Vaish · 12 years ago
  27. 5aa43e1 ruby: convert Topology to regular class by Nilay Vaish · 12 years ago
  28. 2d50127 ruby: network: move routers from topology to network by Nilay Vaish · 12 years ago
  29. 2ca42cd cpu: Avoid including inorder TLBUnit to avoid gcc LTO bug by Andreas Hansson · 12 years ago
  30. e28e624 scons: Try to use 'tcmalloc' before 'tcmalloc_minimal' by Andreas Sandberg · 12 years ago
  31. 468ad10 scons: Avoid malloc/free compiler optimization when using tcmalloc by Andreas Sandberg · 12 years ago
  32. 9e9a47c scons: Don't explicitly add tcmalloc_minimal to LIBS by Andreas Sandberg · 12 years ago
  33. 3e34751 scons: Include flags required to link statically with Python by Andreas Sandberg · 12 years ago
  34. c01c5e9 mem: Fix missing delete of packet in DRAM access by Andreas Hansson · 12 years ago
  35. dc37b03 ruby: set: corrects csprintf() call introduced by 7d95b650c9b6 by Nilay Vaish · 12 years ago
  36. 9544e8f scons: Check for known buggy version of SWIG (2.0.9) by Andreas Sandberg · 12 years ago
  37. fc6f569 cpu: Fix state transition bug in the traffic generator by Andreas Sandberg · 12 years ago
  38. 53a0597 regressions: x86: stats updates due to new x87 insts by Nilay Vaish · 12 years ago
  39. 5c940fe x86: implement some of the x87 instructions by Nilay Vaish · 12 years ago
  40. 82f600e base: Fix address range granularity calculations by Andreas Hansson · 12 years ago
  41. 92e973b ruby: Fix gcc 4.8 maybe-uninitialized compilation error by Andreas Hansson · 12 years ago
  42. c4645c0 x86: Make the table walker reset the packet delay by Andreas Hansson · 12 years ago
  43. d24d544 regressions: stats updates due to no physmem in ruby by Nilay Vaish · 12 years ago
  44. c061819 ruby: remove the functional copy of memory in se mode by Nilay Vaish · 12 years ago
  45. e8802fa ruby: garnet: fixed: implement functional access by Nilay Vaish · 12 years ago
  46. 09b2430 stats: update patches for branch predictor and fetch updates. by Ali Saidi · 12 years ago
  47. f205d83 cpu: fix a switching issue with the o3 cpu. by Ali Saidi · 12 years ago
  48. f4fd12d ARM: fix some cases where instructions that write to fp reg 15 are accidently branches. by Ali Saidi · 12 years ago
  49. af8eb67 ruby: fixes functional writes to RubyRequest by Blake Hechtman ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) · 12 years ago
  50. a4e8512 sim: remove duplicate check on stack size by Nilay Vaish · 12 years ago
  51. e5bcb30 mem: Add check if SimpleDRAM nextReqEvent is scheduled by Andreas Hansson · 12 years ago
  52. da5356c mem: Add a method to build multi-channel DRAM configurations by Andreas Hansson · 12 years ago
  53. cb9e208 stats: Update stats to reflect SimpleDRAM changes by Andreas Hansson · 12 years ago
  54. 0facc8e mem: SimpleDRAM variable naming and whitespace fixes by Andreas Hansson · 12 years ago
  55. 3ba131f mem: Add support for multi-channel DRAM configurations by Andreas Hansson · 12 years ago
  56. 1a58362 mem: Merge interleaved ranges when creating backing store by Andreas Hansson · 12 years ago
  57. cafd38f mem: Merge ranges in bus before passing them on by Andreas Hansson · 12 years ago
  58. c636a09 ruby: mesi coherence protocol: invalidate lock by Dibakar Gope ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E) · 12 years ago
  59. 82cf156 config: Fix --prog-interval command line option by Ali Saidi · 12 years ago
  60. fea27bc slicc: remove unused variable message_buffer_names by Nilay Vaish · 12 years ago
  61. e95e78f ruby: remove unused variable m_print_config in class Topology by Nilay Vaish · 12 years ago
  62. da950ca mem: Fix sender state bug and delay popping by Andreas Hansson · 12 years ago
  63. a86f67e stats: more zizzer stats fun by Ali Saidi · 12 years ago
  64. a62afd0 scons: Fix warnings issued by clang 3.2svn (XCode 4.6) by Andreas Hansson · 12 years ago
  65. 08a5fd3 scons: Unify the flags shared by gcc and clang by Andreas Hansson · 12 years ago
  66. 5eddb63 scons: Add warning delete with non-virtual destructor by Andreas Hansson · 12 years ago
  67. 319443d scons: Add warning for missing declarations by Andreas Hansson · 12 years ago
  68. b44e0ce scons: Add warning for overloaded virtual functions by Andreas Hansson · 12 years ago
  69. 0acd2a9 scons: Add warning for overloaded virtual functions by Andreas Hansson · 12 years ago
  70. d670fa6 scons: Add warning for missing field initializers by Andreas Hansson · 12 years ago
  71. c10098f scons: Fix up numerous warnings about name shadowing by Andreas Hansson · 12 years ago
  72. 860155a mem: Enforce strict use of busFirst- and busLastWordTime by Andreas Hansson · 12 years ago
  73. 40d0e6c mem: Change accessor function names to match the port interface by Andreas Hansson · 12 years ago
  74. b3fc883 mem: Make packet bus-related time accounting relative by Andreas Hansson · 12 years ago
  75. 362160c mem: Add deferred packet class to prefetcher by Andreas Hansson · 12 years ago
  76. 7cd49b2 sim: Make clock private and access using clockPeriod() by Andreas Hansson · 12 years ago
  77. 5c7ebee x86: Move APIC clock divider to Python by Andreas Hansson · 12 years ago
  78. 86a4d09 mem: Fix SenderState related cache deadlock by Sascha Bischoff · 12 years ago
  79. 0622f30 mem: Add predecessor to SenderState base class by Andreas Hansson · 12 years ago
  80. f69d431 base: Fix a bug in the address interleaving by Andreas Hansson · 12 years ago
  81. 9947923 mem: Ensure trace captures packet fields before forwarding by Andreas Hansson · 12 years ago
  82. 21aa950 options: add command line option for dtb file by Anthony Gutierrez · 12 years ago
  83. f7107fb loader: add a flattened device tree blob (dtb) object by Anthony Gutierrez · 12 years ago
  84. ba983f9 ext lib: add libfdt to enable flattened device tree support by Anthony Gutierrez · 12 years ago
  85. bd31a5d stats: update regressions for o3 changes in renaming and translation. by Ali Saidi · 12 years ago
  86. 8cef39f arm: fix a page table walker issue where a page could be translated multiple times by Mrinmoy Ghosh · 12 years ago
  87. 3af59ab cpu: Document exec trace flags by Andreas Sandberg · 12 years ago
  88. 08467a8 dev: Use the correct return type for disk offsets by Andreas Sandberg · 12 years ago
  89. ca96e7b cpu: Avoid duplicate entries in tracking structures for writes to misc regs by Geoffrey Blake · 12 years ago
  90. 8e79c68 cpu: Fix rename mis-handling serializing instructions when resource constrained by Geoffrey Blake · 12 years ago
  91. 27630e9 ARM: Postpones creation of framebuffer output file until it is actually used. by Chris Emmons · 12 years ago
  92. f6550b3 mem: Tighten up cache constness and scoping by Andreas Hansson · 12 years ago
  93. 2f3b322 base: Add warn() and inform() to m5.utils for use from python by Sascha Bischoff · 12 years ago
  94. e88e7d8 o3: fix tick used for renaming and issue with range selection by Matt Horsnell · 12 years ago
  95. 6459908 arm: Don't export private GIC methods by Andreas Sandberg · 12 years ago
  96. 81be8b9 arm: Create a GIC base class and make the PL390 derive from it by Andreas Sandberg · 12 years ago
  97. b904bd5 sim: Add a system-global option to bypass caches by Andreas Sandberg · 12 years ago
  98. 1eec115 cpu: Refactor memory system checks by Andreas Sandberg · 12 years ago
  99. 1c7aa66 config: Remove O3 dependencies by Andreas Sandberg · 12 years ago
  100. e5dca84 config: Move CPU handover logic to m5.switchCpus() by Andreas Sandberg · 12 years ago