1. b257559 unittest: Add unit tests to the scons framework. by Nathan Binkert · 16 years ago
  2. 52493b2 unittest: Cleanup unit tests. Follow style. Garbage Collect. by Nathan Binkert · 16 years ago
  3. 67a2918 stats: Fix small bug pointed out by unit testing. by Nathan Binkert · 16 years ago
  4. 0a1613a Output: Verify output files are open after opening them. by Ali Saidi · 16 years ago
  5. 0bd9bba Cleanup m5term changes with Nate's comments. by Ali Saidi · 16 years ago
  6. 4ba8713 Make m5term use select() so OS X is happy. by Ali Saidi · 16 years ago
  7. 7bf6a21 Make overriding port assignments in Python work, by Steve Reinhardt · 16 years ago
  8. 45cba35 Fix EVENTQ_DEBUG vs DEBUG_EVENTQ #define inconsistency. by Steve Reinhardt · 16 years ago
  9. 1e9c428 alpha: Need to include cstring so that g++ 4.3 works. by Nathan Binkert · 16 years ago
  10. d2fae02 tests: Update all tests for small outstanding changes. by Nathan Binkert · 16 years ago
  11. 602faeb tests: rename the terminal files for solaris. by Nathan Binkert · 16 years ago
  12. f2f40bc tests: perlbmk now works. Commit stats and assume the're right. by Nathan Binkert · 16 years ago
  13. bb3ab0f tests: Kevin fixed how writebacks are handled in SMT and that changed stats. by Nathan Binkert · 16 years ago
  14. d2f172a gcc: Version 4.3 adds some warnings that we're turning off. by Nathan Binkert · 16 years ago
  15. 80d9be8 gcc: Add extra parens to quell warnings. by Nathan Binkert · 16 years ago
  16. cf7ddd8 style: Make a style pass over the whole arch/alpha directory. by Nathan Binkert · 16 years ago
  17. 82f5723 alpha: Clean up namespace usage. by Nathan Binkert · 16 years ago
  18. 8ea5176 arch: TheISA shouldn't really ever be used in the arch directory. by Nathan Binkert · 16 years ago
  19. 0b30c34 alpha: Get rid fo the namespace called EV5. by Nathan Binkert · 16 years ago
  20. 819023b style by Nathan Binkert · 16 years ago
  21. 83f3bff add a bit of style by Nathan Binkert · 16 years ago
  22. ca4baf3 style: missed space after switch by Nathan Binkert · 16 years ago
  23. 9838be2 When nesting if statements, use braces to avoid ambiguous else clauses. by Nathan Binkert · 16 years ago
  24. abca171 Use logical operator instead of bitwise operator for correctness. by Nathan Binkert · 16 years ago
  25. 6798aa1 style: bring this file into M5 style, use the new pte translate function. by Nathan Binkert · 16 years ago
  26. a053055 scons: disable several gcc warnings for swig autogenerated wrapper code. by Nathan Binkert · 16 years ago
  27. 0309c87 style: These files didn't even come close to following the M5 style guide. by Nathan Binkert · 16 years ago
  28. b784903 O3CPU: Fix thread writeback logic. by Kevin Lim · 16 years ago
  29. 712a8ee O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls. by Kevin Lim · 16 years ago
  30. 70ec46d sparc: Fix style, create a helper function for translation. by Nathan Binkert · 16 years ago
  31. 38dd968 scons: Separate swig environment so we can have different flags. by Nathan Binkert · 16 years ago
  32. 6efb930 gcc: Version 4.3 is pretty anal about shadowing types, placate it. by Nathan Binkert · 16 years ago
  33. f3f4b17 style by Nathan Binkert · 16 years ago
  34. d1bec9b SCons: Update compare_versions() to ignore trailing charecters in versions. by Ali Saidi · 16 years ago
  35. 196213e We're searching for g++ incorrectly by Nathan Binkert · 16 years ago
  36. 4826610 We're using the static keyword improperly in some cases. by Nathan Binkert · 16 years ago
  37. ce3d8c2 atomicio: provide atomic read and write functions. by Nathan Binkert · 16 years ago
  38. af9c5e0 Use C++ limits where applicable for portability by Nathan Binkert · 16 years ago
  39. befae3c Use the proper version of C++ headers by Nathan Binkert · 16 years ago
  40. ea83ced Check the return value of I/O operations for failure by Nathan Binkert · 16 years ago
  41. f066db7 inifile: Whack preprocessor access. by Nathan Binkert · 16 years ago
  42. 3a3e356 style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs by Ali Saidi · 17 years ago
  43. 09a8fb0 style: this file did not conform to style by Nathan Binkert · 17 years ago
  44. 496d3f2 style: This file hugely violated the M5 style. by Nathan Binkert · 17 years ago
  45. 30bc897 X86: Fix the microcode for sign/zero extending moves that use high byte registers. by Gabe Black · 17 years ago
  46. 4aa017a Device: Fix bug in DmaPort::recvRetry. The interface attempts to send the same packet again. by Clint Smullen · 17 years ago
  47. 3d5fe0c IGbE: Patches I neglected to apply before pushing the previous igbe changeset by Ali Saidi · 17 years ago
  48. 3633a91 CPU: Get rid of two more duplicated CPU params. by Gabe Black · 17 years ago
  49. 8d018ae Changed BaseCPU::ProfileEvent's interval member to be of type Tick. This was done to be consistent with its by Richard Strong · 17 years ago
  50. 6248e12 Add the ability to specify a think time before descriptor fetch/writeback starts/ends as well as after read/write dmas by Ali Saidi · 17 years ago
  51. 549c43b Add the ability for a DMA to tack on an extra delay after the DMA is actually finished. by Ali Saidi · 17 years ago
  52. 05954e1 More subtle fixes to how interrupts are supposed to work in the device. Fix postedInterrupts statistics. by Ali Saidi · 17 years ago
  53. 91d9687 Return an UnimpFault for an ITB translation of an uncachable address. We don't support fetching from uncached addresses in Alpha and it means that a speculative fetch can clobber device registers. by Ali Saidi · 17 years ago
  54. 1b1a7e3 style by Nathan Binkert · 17 years ago
  55. 9cf8ad3 params: Get rid of the remnants of the old style parameter configuration stuff. by Nathan Binkert · 17 years ago
  56. ee62a0f params: Convert the CPU objects to use the auto generated param structs. by Nathan Binkert · 17 years ago
  57. 3448a12 Make time format in 'started' line same as 'compiled'. by Steve Reinhardt · 17 years ago
  58. 58c63ea Get rid of outputStream... wasn't really being used by Steve Reinhardt · 17 years ago
  59. ab6e522 Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh. by Steve Reinhardt · 17 years ago
  60. 6f92e9b Make test/SConscript use new redirection options. by Steve Reinhardt · 17 years ago
  61. fe8aeff Add -r/-e options to redirect stdout/stderr. by Steve Reinhardt · 17 years ago
  62. 50ef39a sockets: Add a function to disable all listening sockets. by Nathan Binkert · 17 years ago
  63. ede89c2 libm5: Create a libm5 static library for embedding m5. by Nathan Binkert · 17 years ago
  64. 678abbc syscall: Avoid a compiler warning which turns into a bug. by Nathan Binkert · 17 years ago
  65. 62c08a7 Make default PhysicalMemory latency slightly more realistic. by Steve Reinhardt · 17 years ago
  66. b179c3f X86: Make hint nops consume their modrm byte. by Gabe Black · 17 years ago
  67. e98ccd3 kill unused code by Nathan Binkert · 17 years ago
  68. 4b1e0d2 scons: Get rid of generate.py in the build system. by Nathan Binkert · 17 years ago
  69. 0622eec regress: update regressions for tty emulation fix. by Nathan Binkert · 17 years ago
  70. f3a3ab7 syscall: Fix TTY emulation in fstat() user-mode simulation for fd 1 (stdout). by Michael Adler · 17 years ago
  71. 5f42bfc process: separate stderr from stdout by Michael Adler · 17 years ago
  72. 2cd04fd syscalls: Add a bunch of missing system calls. by Michael Adler · 17 years ago
  73. 8c4f18f RemoteGDB: add an m5 command line option for setting or disabling remote gdb. by Michael Adler · 17 years ago
  74. 9389ede tests: There's a small unknown stats difference in 20.parser, accept it. by Nathan Binkert · 17 years ago
  75. 771dfec Mips was missing a few stats by Nathan Binkert · 17 years ago
  76. a8df952 tests: update config.ini and stdout for the various tests. by Nathan Binkert · 17 years ago
  77. aa2bb4f Get rid of useless m5_assert macro. by Steve Reinhardt · 17 years ago
  78. 8e7ddce Use ReadResp instead of LoadLockedResp for LoadLockedReq responses. by Steve Reinhardt · 17 years ago
  79. 6262e0d Add missing newlines to Bus DPRINTFs. by Steve Reinhardt · 17 years ago
  80. f9a597d m5ops: clean up the m5ops stuff. by Nathan Binkert · 17 years ago
  81. 88766f7 style: fix indentation and formatting of the pseudo insts. by Nathan Binkert · 17 years ago
  82. f90b08a eventq: change the event datastructure back to LIFO. by Nathan Binkert · 17 years ago
  83. 10df68d eventq: new eventq data structure. The new data structure is singly by Nathan Binkert · 17 years ago
  84. 93517dd eventq: Clean up the Event class so that it uses fewer bytes. This by Nathan Binkert · 17 years ago
  85. 7a83c50 Fix cases where RADV interrupt timer is used and make ITR interrupt moderation not always delay if no interrupts have been posted for the ITR value. by Ali Saidi · 17 years ago
  86. a4a7a09 Remove delVirtPort() and make getVirtPort() only return cached version. by Ali Saidi · 17 years ago
  87. c5fbbf3 Change everything to use the cached virtPort rather than created their own each time. by Ali Saidi · 17 years ago
  88. 50e3e50 Make the cached virtPort have a thread context so it can do everything that a newly created one can. by Ali Saidi · 17 years ago
  89. 9bd0bfe After a checkpoint (and thus a stats reset), the not_idle_fraction/notIdleFraction statistic is really wrong. by Ali Saidi · 17 years ago
  90. 96bbccc Automated merge after backout. by Steve Reinhardt · 17 years ago
  91. caaac16 Backed out changeset 94a7bb476fca: caused memory leak. by Steve Reinhardt · 17 years ago
  92. 3205768 Automated merge with http://repo.m5sim.org/m5-stable by Ali Saidi · 17 years ago
  93. 57b5de6 Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. by Ali Saidi · 17 years ago
  94. 18c83be SimObject: Add in missing includes of <string> and fix minor style problem. by Gabe Black · 17 years ago
  95. 1434b86 Make bus address conflict error more informative by Steve Reinhardt · 17 years ago
  96. 6b45238 Generate more useful error messages for unconnected ports. by Steve Reinhardt · 17 years ago
  97. c1584e4 imported patch sim_object_params.diff by Nathan Binkert · 17 years ago
  98. 67a33ee AtomicSimpleCPU: Separate data stalls from instruction stalls. by Nathan Binkert · 17 years ago
  99. f24f2c5 tests: update tests for slight changes in nsgige posted interrupts by Nathan Binkert · 17 years ago
  100. 1099a98 Ethernet: share statistics between all ethernet devices and apply some by Nathan Binkert · 17 years ago