projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2008-09-26
Nathan Binkert
When nesting if statements, use braces to avoid ambiguo...
commit
|
commitdiff
|
tree
2008-09-26
Nathan Binkert
Use logical operator instead of bitwise operator for...
commit
|
commitdiff
|
tree
2008-09-26
Nathan Binkert
style: bring this file into M5 style, use the new pte...
commit
|
commitdiff
|
tree
2008-09-26
Nathan Binkert
scons: disable several gcc warnings for swig autogenera...
commit
|
commitdiff
|
tree
2008-09-26
Nathan Binkert
style: These files didn't even come close to following...
commit
|
commitdiff
|
tree
2008-09-26
Kevin Lim
O3CPU: Fix thread writeback logic.
commit
|
commitdiff
|
tree
2008-09-26
Kevin Lim
O3CPU: Add a hack to ensure that nextPC is set correctl...
commit
|
commitdiff
|
tree
2008-09-24
Nathan Binkert
sparc: Fix style, create a helper function for translation.
commit
|
commitdiff
|
tree
2008-09-22
Nathan Binkert
scons: Separate swig environment so we can have differe...
commit
|
commitdiff
|
tree
2008-09-22
Nathan Binkert
gcc: Version 4.3 is pretty anal about shadowing types...
commit
|
commitdiff
|
tree
2008-09-22
Nathan Binkert
style
commit
|
commitdiff
|
tree
2008-09-22
Ali Saidi
SCons: Update compare_versions() to ignore trailing...
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
We're searching for g++ incorrectly
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
We're using the static keyword improperly in some cases.
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
atomicio: provide atomic read and write functions.
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
Use C++ limits where applicable for portability
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
Use the proper version of C++ headers
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
Check the return value of I/O operations for failure
commit
|
commitdiff
|
tree
2008-09-19
Nathan Binkert
inifile: Whack preprocessor access.
commit
|
commitdiff
|
tree
2008-09-10
Ali Saidi
style: Remove non-leading tabs everywhere they shouldn...
commit
|
commitdiff
|
tree
2008-09-09
Nathan Binkert
style: this file did not conform to style
commit
|
commitdiff
|
tree
2008-09-09
Nathan Binkert
style: This file hugely violated the M5 style.
commit
|
commitdiff
|
tree
2008-09-03
Gabe Black
X86: Fix the microcode for sign/zero extending moves...
commit
|
commitdiff
|
tree
2008-08-26
Clint Smullen
Device: Fix bug in DmaPort::recvRetry. The interface...
commit
|
commitdiff
|
tree
2008-08-24
Ali Saidi
IGbE: Patches I neglected to apply before pushing the...
commit
|
commitdiff
|
tree
2008-08-20
Gabe Black
CPU: Get rid of two more duplicated CPU params.
commit
|
commitdiff
|
tree
2008-08-18
Richard Strong
Changed BaseCPU::ProfileEvent's interval member to...
commit
|
commitdiff
|
tree
2008-08-13
Ali Saidi
Add the ability to specify a think time before descript...
commit
|
commitdiff
|
tree
2008-08-13
Ali Saidi
Add the ability for a DMA to tack on an extra delay...
commit
|
commitdiff
|
tree
2008-08-13
Ali Saidi
More subtle fixes to how interrupts are supposed to...
commit
|
commitdiff
|
tree
2008-08-13
Ali Saidi
Return an UnimpFault for an ITB translation of an uncac...
commit
|
commitdiff
|
tree
2008-08-11
Nathan Binkert
style
commit
|
commitdiff
|
tree
2008-08-11
Nathan Binkert
params: Get rid of the remnants of the old style parame...
commit
|
commitdiff
|
tree
2008-08-11
Nathan Binkert
params: Convert the CPU objects to use the auto generat...
commit
|
commitdiff
|
tree
2008-08-04
Steve Reinhardt
Make time format in 'started' line same as 'compiled'.
commit
|
commitdiff
|
tree
2008-08-04
Steve Reinhardt
Get rid of outputStream... wasn't really being used
commit
|
commitdiff
|
tree
2008-08-04
Steve Reinhardt
Minor fix for test/SConscript... forgot to 'qref' befor...
commit
|
commitdiff
|
tree
2008-08-04
Steve Reinhardt
Make test/SConscript use new redirection options.
commit
|
commitdiff
|
tree
2008-08-04
Steve Reinhardt
Add -r/-e options to redirect stdout/stderr.
commit
|
commitdiff
|
tree
2008-08-04
Nathan Binkert
sockets: Add a function to disable all listening sockets.
commit
|
commitdiff
|
tree
2008-08-04
Nathan Binkert
libm5: Create a libm5 static library for embedding m5.
commit
|
commitdiff
|
tree
2008-08-04
Nathan Binkert
syscall: Avoid a compiler warning which turns into...
commit
|
commitdiff
|
tree
2008-08-03
Steve Reinhardt
Make default PhysicalMemory latency slightly more reali...
commit
|
commitdiff
|
tree
2008-08-03
Gabe Black
X86: Make hint nops consume their modrm byte.
commit
|
commitdiff
|
tree
2008-08-03
Nathan Binkert
kill unused code
commit
|
commitdiff
|
tree
2008-07-31
Nathan Binkert
scons: Get rid of generate.py in the build system.
commit
|
commitdiff
|
tree
2008-07-24
Nathan Binkert
regress: update regressions for tty emulation fix.
commit
|
commitdiff
|
tree
2008-07-24
Michael Adler
syscall: Fix TTY emulation in fstat() user-mode simulat...
commit
|
commitdiff
|
tree
2008-07-23
Michael Adler
process: separate stderr from stdout
commit
|
commitdiff
|
tree
2008-07-23
Michael Adler
syscalls: Add a bunch of missing system calls.
commit
|
commitdiff
|
tree
2008-07-23
Michael Adler
RemoteGDB: add an m5 command line option for setting...
commit
|
commitdiff
|
tree
2008-07-22
Nathan Binkert
tests: There's a small unknown stats difference in...
commit
|
commitdiff
|
tree
2008-07-22
Nathan Binkert
Mips was missing a few stats
commit
|
commitdiff
|
tree
2008-07-22
Nathan Binkert
tests: update config.ini and stdout for the various...
commit
|
commitdiff
|
tree
2008-07-15
Steve Reinhardt
Get rid of useless m5_assert macro.
commit
|
commitdiff
|
tree
2008-07-15
Steve Reinhardt
Use ReadResp instead of LoadLockedResp for LoadLockedRe...
commit
|
commitdiff
|
tree
2008-07-15
Steve Reinhardt
Add missing newlines to Bus DPRINTFs.
commit
|
commitdiff
|
tree
2008-07-11
Nathan Binkert
m5ops: clean up the m5ops stuff.
commit
|
commitdiff
|
tree
2008-07-11
Nathan Binkert
style: fix indentation and formatting of the pseudo...
commit
|
commitdiff
|
tree
2008-07-11
Nathan Binkert
eventq: change the event datastructure back to LIFO.
commit
|
commitdiff
|
tree
2008-07-11
Nathan Binkert
eventq: new eventq data structure. The new data struct...
commit
|
commitdiff
|
tree
2008-07-11
Nathan Binkert
eventq: Clean up the Event class so that it uses fewer...
commit
|
commitdiff
|
tree
2008-07-01
Ali Saidi
Fix cases where RADV interrupt timer is used and make...
commit
|
commitdiff
|
tree
2008-07-01
Ali Saidi
Remove delVirtPort() and make getVirtPort() only return...
commit
|
commitdiff
|
tree
2008-07-01
Ali Saidi
Change everything to use the cached virtPort rather...
commit
|
commitdiff
|
tree
2008-07-01
Ali Saidi
Make the cached virtPort have a thread context so it...
commit
|
commitdiff
|
tree
2008-07-01
Ali Saidi
After a checkpoint (and thus a stats reset), the not_id...
commit
|
commitdiff
|
tree
2008-06-28
Steve Reinhardt
Automated merge after backout.
commit
|
commitdiff
|
tree
2008-06-28
Steve Reinhardt
Backed out changeset 94a7bb476fca: caused memory leak.
commit
|
commitdiff
|
tree
2008-06-24
Ali Saidi
Automated merge with repo.m5sim.org/m5-stable
commit
|
commitdiff
|
tree
2008-06-24
Ali Saidi
Checkpoinging/SWIG: Undo part of changeset 5464 since...
commit
|
commitdiff
|
tree
2008-06-21
Gabe Black
SimObject: Add in missing includes of <string> and...
commit
|
commitdiff
|
tree
2008-06-21
Steve Reinhardt
Make bus address conflict error more informative
commit
|
commitdiff
|
tree
2008-06-21
Steve Reinhardt
Generate more useful error messages for unconnected...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
imported patch sim_object_params.diff
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
AtomicSimpleCPU: Separate data stalls from instruction...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
tests: update tests for slight changes in nsgige posted...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
Ethernet: share statistics between all ethernet devices...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
inet: initialization fixes.
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
PacketFifo: Get slack out of the EthPacketData structur...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
ThreadState: Ensure that kernelStats is properly initia...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
rename MipsConsole to MipsBackdoor
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
rename AlphaConsole to AlphaBackdoor
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
Change the default output filename for the terminal...
commit
|
commitdiff
|
tree
2008-06-18
Nathan Binkert
Rename SimConsole to Terminal since it makes more sense
commit
|
commitdiff
|
tree
2008-06-16
Nathan Binkert
physmem: Add a null option to physical memory so it...
commit
|
commitdiff
|
tree
2008-06-16
Nathan Binkert
port: Clean up default port setup and port switchover...
commit
|
commitdiff
|
tree
2008-06-16
Nathan Binkert
params: Prevent people from setting attributes on vecto...
commit
|
commitdiff
|
tree
2008-06-16
Nathan Binkert
add compile flags to m5
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
Command line option to print out List of SimObjects...
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
main: add .m5/options.py processing. This file is...
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
Add .m5 configuration directory
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
python: Separate the options parsing stuff. Remove...
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
params: Fix the memory bandwidth parameter
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
params: Fix floating point parameters
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
python: Move various utility classes into a new m5...
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
MemReq: Add option to reset the time on a request.
commit
|
commitdiff
|
tree
2008-06-15
Nathan Binkert
Add hg commands for style check so you can check at...
commit
|
commitdiff
|
tree
2008-06-14
Nathan Binkert
Fix various SWIG warnings
commit
|
commitdiff
|
tree
2008-06-14
Nathan Binkert
Add missing dependencies on .i files
commit
|
commitdiff
|
tree
next