gem5.git
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-28 Nathan Binkertstyle: Make a style pass over the whole arch/alpha...
2008-09-28 Nathan Binkertalpha: Clean up namespace usage.
2008-09-28 Nathan Binkertarch: TheISA shouldn't really ever be used in the arch...
2008-09-28 Nathan Binkertalpha: Get rid fo the namespace called EV5.
2008-09-27 Nathan Binkertstyle
2008-09-27 Nathan Binkertadd a bit of style
2008-09-26 Nathan Binkertstyle: missed space after switch
2008-09-26 Nathan BinkertWhen nesting if statements, use braces to avoid ambiguo...
2008-09-26 Nathan BinkertUse logical operator instead of bitwise operator for...
2008-09-26 Nathan Binkertstyle: bring this file into M5 style, use the new pte...
2008-09-26 Nathan Binkertscons: disable several gcc warnings for swig autogenera...
2008-09-26 Nathan Binkertstyle: These files didn't even come close to following...
2008-09-26 Kevin LimO3CPU: Fix thread writeback logic.
2008-09-26 Kevin LimO3CPU: Add a hack to ensure that nextPC is set correctl...
2008-09-24 Nathan Binkertsparc: Fix style, create a helper function for translation.
2008-09-22 Nathan Binkertscons: Separate swig environment so we can have differe...
2008-09-22 Nathan Binkertgcc: Version 4.3 is pretty anal about shadowing types...
2008-09-22 Nathan Binkertstyle
2008-09-22 Ali SaidiSCons: Update compare_versions() to ignore trailing...
2008-09-19 Nathan BinkertWe're searching for g++ incorrectly
2008-09-19 Nathan BinkertWe're using the static keyword improperly in some cases.
2008-09-19 Nathan Binkertatomicio: provide atomic read and write functions.
2008-09-19 Nathan BinkertUse C++ limits where applicable for portability
2008-09-19 Nathan BinkertUse the proper version of C++ headers
2008-09-19 Nathan BinkertCheck the return value of I/O operations for failure
2008-09-19 Nathan Binkertinifile: Whack preprocessor access.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-09 Nathan Binkertstyle: this file did not conform to style
2008-09-09 Nathan Binkertstyle: This file hugely violated the M5 style.
2008-09-03 Gabe BlackX86: Fix the microcode for sign/zero extending moves...
2008-08-26 Clint SmullenDevice: Fix bug in DmaPort::recvRetry. The interface...
2008-08-24 Ali SaidiIGbE: Patches I neglected to apply before pushing the...
2008-08-20 Gabe BlackCPU: Get rid of two more duplicated CPU params.
2008-08-18 Richard StrongChanged BaseCPU::ProfileEvent's interval member to...
2008-08-13 Ali SaidiAdd the ability to specify a think time before descript...
2008-08-13 Ali SaidiAdd the ability for a DMA to tack on an extra delay...
2008-08-13 Ali SaidiMore subtle fixes to how interrupts are supposed to...
2008-08-13 Ali SaidiReturn an UnimpFault for an ITB translation of an uncac...
2008-08-11 Nathan Binkertstyle
2008-08-11 Nathan Binkertparams: Get rid of the remnants of the old style parame...
2008-08-11 Nathan Binkertparams: Convert the CPU objects to use the auto generat...
2008-08-04 Steve ReinhardtMake time format in 'started' line same as 'compiled'.
2008-08-04 Steve ReinhardtGet rid of outputStream... wasn't really being used
2008-08-04 Steve ReinhardtMinor fix for test/SConscript... forgot to 'qref' befor...
2008-08-04 Steve ReinhardtMake test/SConscript use new redirection options.
2008-08-04 Steve ReinhardtAdd -r/-e options to redirect stdout/stderr.
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2008-08-04 Nathan Binkertlibm5: Create a libm5 static library for embedding m5.
2008-08-04 Nathan Binkertsyscall: Avoid a compiler warning which turns into...
2008-08-03 Steve ReinhardtMake default PhysicalMemory latency slightly more reali...
2008-08-03 Gabe BlackX86: Make hint nops consume their modrm byte.
2008-08-03 Nathan Binkertkill unused code
2008-07-31 Nathan Binkertscons: Get rid of generate.py in the build system.
2008-07-24 Nathan Binkertregress: update regressions for tty emulation fix.
2008-07-24 Michael Adlersyscall: Fix TTY emulation in fstat() user-mode simulat...
2008-07-23 Michael Adlerprocess: separate stderr from stdout
2008-07-23 Michael Adlersyscalls: Add a bunch of missing system calls.
2008-07-23 Michael AdlerRemoteGDB: add an m5 command line option for setting...
2008-07-22 Nathan Binkerttests: There's a small unknown stats difference in...
2008-07-22 Nathan BinkertMips was missing a few stats
2008-07-22 Nathan Binkerttests: update config.ini and stdout for the various...
2008-07-15 Steve ReinhardtGet rid of useless m5_assert macro.
2008-07-15 Steve ReinhardtUse ReadResp instead of LoadLockedResp for LoadLockedRe...
2008-07-15 Steve ReinhardtAdd missing newlines to Bus DPRINTFs.
2008-07-11 Nathan Binkertm5ops: clean up the m5ops stuff.
2008-07-11 Nathan Binkertstyle: fix indentation and formatting of the pseudo...
2008-07-11 Nathan Binkerteventq: change the event datastructure back to LIFO.
2008-07-11 Nathan Binkerteventq: new eventq data structure. The new data struct...
2008-07-11 Nathan Binkerteventq: Clean up the Event class so that it uses fewer...
2008-07-01 Ali SaidiFix cases where RADV interrupt timer is used and make...
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
2008-07-01 Ali SaidiMake the cached virtPort have a thread context so it...
2008-07-01 Ali SaidiAfter a checkpoint (and thus a stats reset), the not_id...
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-28 Steve ReinhardtBacked out changeset 94a7bb476fca: caused memory leak.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-24 Ali SaidiCheckpoinging/SWIG: Undo part of changeset 5464 since...
2008-06-21 Gabe BlackSimObject: Add in missing includes of <string> and...
2008-06-21 Steve ReinhardtMake bus address conflict error more informative
2008-06-21 Steve ReinhardtGenerate more useful error messages for unconnected...
2008-06-18 Nathan Binkertimported patch sim_object_params.diff
2008-06-18 Nathan BinkertAtomicSimpleCPU: Separate data stalls from instruction...
2008-06-18 Nathan Binkerttests: update tests for slight changes in nsgige posted...
2008-06-18 Nathan BinkertEthernet: share statistics between all ethernet devices...
2008-06-18 Nathan Binkertinet: initialization fixes.
2008-06-18 Nathan BinkertPacketFifo: Get slack out of the EthPacketData structur...
2008-06-18 Nathan BinkertThreadState: Ensure that kernelStats is properly initia...
2008-06-18 Nathan Binkertrename MipsConsole to MipsBackdoor
2008-06-18 Nathan Binkertrename AlphaConsole to AlphaBackdoor
2008-06-18 Nathan BinkertChange the default output filename for the terminal...
2008-06-18 Nathan BinkertRename SimConsole to Terminal since it makes more sense
2008-06-16 Nathan Binkertphysmem: Add a null option to physical memory so it...
2008-06-16 Nathan Binkertport: Clean up default port setup and port switchover...
2008-06-16 Nathan Binkertparams: Prevent people from setting attributes on vecto...
2008-06-16 Nathan Binkertadd compile flags to m5
2008-06-15 Nathan BinkertCommand line option to print out List of SimObjects...
2008-06-15 Nathan Binkertmain: add .m5/options.py processing. This file is...
2008-06-15 Nathan BinkertAdd .m5 configuration directory
next