1. bec0103 Regression Tests: Update the output for MESI_CMP_directory by Nilay Vaish · 14 years ago
  2. 47ba26f Ruby: Fixes MESI CMP directory protocol by Nilay Vaish · 14 years ago
  3. 43b58ce Style checker: Fix a couple bugs in style.py. by Gabe Black · 14 years ago
  4. cd5a7f7 inorder: fix RUBY_FS build by Korey Sewell · 14 years ago
  5. bd18ac8 ruby: get rid of ruby's Debug.hh by Nathan Binkert · 14 years ago
  6. 8e262ad stats: Add a histogram statistic type by Nathan Binkert · 14 years ago
  7. b9ddc1a stats: fix stat test from curTick change by Nathan Binkert · 14 years ago
  8. ff592e0 stats: fix the distribution stat by Nathan Binkert · 14 years ago
  9. fcc621a style: prevent the style hook from aborting uncleanly because of an exception by Nathan Binkert · 14 years ago
  10. 3c8cc17 style: clean up style hook code a bit by Nathan Binkert · 14 years ago
  11. ae7e67f Root: Get rid of unnecessary includes in root.cc. by Gabe Black · 14 years ago
  12. df14312 Curtick: Fix mysql.cc build needing curTick. by Gabe Black · 14 years ago
  13. dc64732 RefCount: Add a unit test for reference counting pointers. by Gabe Black · 14 years ago
  14. 6f11879 Replace curTick global variable with accessor functions. by Steve Reinhardt · 14 years ago
  15. c22be9f stats: rename StatEvent() function to schedStatEvent(). by Steve Reinhardt · 14 years ago
  16. 9480721 sim: clean up CountedDrainEvent slightly. by Steve Reinhardt · 14 years ago
  17. 030736a sim: delete unused CheckSwapEvent code. by Steve Reinhardt · 14 years ago
  18. df9f995 pseudoinst: get rid of mainEventQueue references. by Steve Reinhardt · 14 years ago
  19. d60c293 inorder: replace schedEvent() code with reschedule(). by Steve Reinhardt · 14 years ago
  20. 214cc0f inorder: get rid of references to mainEventQueue. by Steve Reinhardt · 14 years ago
  21. d650f41 scons: show sources and targets when building, and colorize output. by Steve Reinhardt · 14 years ago
  22. d36cc62 Ruby: Updates MOESI Hammer protocol by Nilay Vaish · 14 years ago
  23. 498ea0b Params: Print the IP components in the right order. by Gabe Black · 14 years ago
  24. 89cf3f6 Move sched_list.hh and timebuf.hh from src/base to src/cpu. by Steve Reinhardt · 14 years ago
  25. 2f4c719 Delete unused files from src/base directory. by Steve Reinhardt · 14 years ago
  26. c69d48f Make commenting on close namespace brackets consistent. by Steve Reinhardt · 14 years ago
  27. 1a10ccc RefCount: Fix reference counting pointer == and != with a T* on the left. by Gabe Black · 14 years ago
  28. 5e25f31 Ruby: Add option for random seed to Ruby.py by Nilay Vaish · 14 years ago
  29. d6ad741 swig: use <> for system %includes instead of "" by Nathan Binkert · 14 years ago
  30. fe6574e style: make style hook work with pre-qrefresh and update to use new code by Nathan Binkert · 14 years ago
  31. 04f5bb3 PerfectCacheMemory: Add return statements to two functions. by Nilay Vaish · 14 years ago
  32. 58fa285 This patch removes the WARN_* and ERROR_* from src/mem/ruby/common/Debug.hh file. These statements have been replaced with warn(), panic() and fatal() defined in src/base/misc.hh by Nilay Vaish · 14 years ago
  33. 2c0e80f memtest: delete some crufty dead code by Steve Reinhardt · 14 years ago
  34. 3e0ed66 Get rid of unused file src/base/dbl_list.hh by Steve Reinhardt · 14 years ago
  35. 88033eb6 stats: allow stats to be reset even if no objects have been instantiated by Nathan Binkert · 14 years ago
  36. c24f1df importer: fix error message by Nathan Binkert · 14 years ago
  37. a7d9e5c scons: remove extra dependencies by Nathan Binkert · 14 years ago
  38. 672d6a4 Style: Replace some tabs with spaces. by Gabe Black · 14 years ago
  39. 89850d6 Params: Fix a broken error message in verifyIp. by Gabe Black · 14 years ago
  40. 2ff3e6b ARM: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  41. 24c5b59 ARM: Get rid of some unused FP operands. by Gabe Black · 14 years ago
  42. 55978f0 Merge. by Gabe Black · 14 years ago
  43. 7e42b75 ruby: remove Ruby asserts for m5.fast by Brad Beckmann · 14 years ago
  44. 5a895ab Alpha: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  45. f26051e MIPS: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  46. 7f3f90f POWER: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  47. f01d2ef SPARC: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  48. d3e0218 X86: Take advantage of new PCState syntax. by Gabe Black · 14 years ago
  49. 4c9b023 ISA: Get the parser to support pc state components more elegantly. by Gabe Black · 14 years ago
  50. 18555c1 Configs: Automatically choose the correct hello world binary. by Ali Saidi · 14 years ago
  51. 42ba158 O3: Allow a store entry to store up to 16 bytes (instead of TheISA::IntReg). by Ali Saidi · 14 years ago
  52. 1cfe2c8 Stats: Fix stats for cumulative flags change. by Ali Saidi · 14 years ago
  53. e681c0f O3: Support squashing all state after special instruction by Ali Saidi · 14 years ago
  54. 719f9a6 O3: Make all instructions that write a misc. register not perform the write until commit. by Giacomo Gabrielli · 14 years ago
  55. 4bbdd6c O3: Support SWAP and predicated loads/store in ARM. by Min Kyu Jeong · 14 years ago
  56. 21bfbd4 ARM: Support switchover with hardware table walkers by Ali Saidi · 14 years ago
  57. 658849d ruby: Converted old ruby debug calls to M5 debug calls by Nilay Vaish · 14 years ago
  58. 0f039fe IGbE: return 0 on an invalid descriptor size instead of -1. by Ali Saidi · 14 years ago
  59. 7f6ca09 Copyright: Add AMD copyright to the param changes I just made. by Gabe Black · 14 years ago
  60. b3de485 Params: Add parameter types for IP addresses in various forms. by Gabe Black · 14 years ago
  61. 40d434d X86: Loosen an assert for x86 and connect the APIC ports when caches are used. by Gabe Black · 14 years ago
  62. 3cd349f X86: Obey the PCD (cache disable) bit in the page tables. by Gabe Black · 14 years ago
  63. c8c921b X86: Mark IO space accesses as uncachable. by Gabe Black · 14 years ago
  64. cb3674c X86: Remove reserved* from the m5 utility program for x86. by Gabe Black · 14 years ago
  65. 6a00519 IDE,X86: Fix IDE controller BAR configuration for x86. by Gabe Black · 14 years ago
  66. 4d9ff19 random: small comment about our random number generator and its origin by Nathan Binkert · 14 years ago
  67. 34a8e37 SE: Fix simulating more than 4GB of RAM in SE mode by Ali Saidi · 14 years ago
  68. 5c6f4a0 SCons: Fix compilation on OS X by Ali Saidi · 14 years ago
  69. e1b9a81 SCons: Support building without an ISA by Ali Saidi · 14 years ago
  70. 92655b6 O3: Fix fp destination register flattening, and index offset adjusting. by Gabe Black · 14 years ago
  71. 4876e0c Config: Change misleading "cycle" message to say "tick". by Gabe Black · 14 years ago
  72. 0e41d4e Stats: Update the O3 fetch stats for SPARC. by Gabe Black · 14 years ago
  73. 8b9b85e O3: Make O3 support variably lengthed instructions. by Gabe Black · 14 years ago
  74. 776c075 O3: reset architetural state by calling clear() by Ali Saidi · 14 years ago
  75. 5f59e19 ARM: Add comment about the organization of the IT state register by Ali Saidi · 14 years ago
  76. 371110f Regressions: Update regressions for SIMD opclass changes by Ali Saidi · 14 years ago
  77. 0058927 CPU/ARM: Add SIMD op classes to CPU models and ARM ISA. by Giacomo Gabrielli · 14 years ago
  78. 2a3cefe ARM: Compile O3 CPU by default by Ali Saidi · 14 years ago
  79. 745df74 O3: prevent a squash when completeAcc() modifies misc reg through TC. by Min Kyu Jeong · 14 years ago
  80. 4a1814b ARM: Return an FailUnimp instruction when an unimplemented CP15 register is accessed. by Ali Saidi · 14 years ago
  81. d4767f4 SCons: Cleanup SCons output during compile by Ali Saidi · 14 years ago
  82. c370866 ARM: Update regressions for CLCD and KMI additions by Ali Saidi · 14 years ago
  83. 6fbea15 ARM: Add a Keyboard Mouse Interface controller by William Wang · 14 years ago
  84. fc1eeaf ARM: Implement a CLCD Frame buffer by William Wang · 14 years ago
  85. 80db6a5 ARM: Add support for GDB on ARM by William Wang · 14 years ago
  86. 0686438 ARM: Make utility.hh meet style guidelines by Ali Saidi · 14 years ago
  87. d7b8efa ARM: Add support for a dumb IDE controller by Ali Saidi · 14 years ago
  88. 13931b9 ARM: Cache the misc regs at the TLB to limit readMiscReg() calls. by Ali Saidi · 14 years ago
  89. 4c2e5c2 ARM: Add support for switching CPUs by Ali Saidi · 14 years ago
  90. 08c5673 ARM: Use the correct delete operator for RFE by Ali Saidi · 14 years ago
  91. 50431f4 ARM: Fix SRS instruction to micro-code memory operation and register update. by Ali Saidi · 14 years ago
  92. 16f210d CPU: Fix bug when a split transaction is issued to a faster cache by Ali Saidi · 14 years ago
  93. 265e145 ARM: Do something predictable for an UNPREDICTABLE branch. by Ali Saidi · 14 years ago
  94. 4647227 Params: Fix an off by one error and a misleading comment. by Gabe Black · 14 years ago
  95. 3c237f4 SimObject: Add a comment near clear_child that it's unlikely to be called. by Gabe Black · 14 years ago
  96. cdc585e SPARC: Clean up some historical style issues. by Gabe Black · 14 years ago
  97. 0b7967d Update EIO regressions for last set of patches by Ali Saidi · 14 years ago
  98. 14b27fc scons: Work around for old versions of scons mistaking strings for sequences. by Gabe Black · 14 years ago
  99. 2fd9dc1 SimObject: Use "self" when calling the clear_child method. by Gabe Black · 14 years ago
  100. 3881244 X86: Fix X86_FS compilation. by Gabe Black · 14 years ago