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