gem5.git
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
2008-06-15 Nathan Binkertpython: Separate the options parsing stuff. Remove...
2008-06-15 Nathan Binkertparams: Fix the memory bandwidth parameter
2008-06-15 Nathan Binkertparams: Fix floating point parameters
2008-06-15 Nathan Binkertpython: Move various utility classes into a new m5...
2008-06-15 Nathan BinkertMemReq: Add option to reset the time on a request.
2008-06-15 Nathan BinkertAdd hg commands for style check so you can check at...
2008-06-14 Nathan BinkertFix various SWIG warnings
2008-06-14 Nathan BinkertAdd missing dependencies on .i files
2008-06-14 Nathan Binkertscons: proper fix for hg version stuff
2008-06-14 Nathan Binkertscons: fix program_info.cc generation
2008-06-13 Steve ReinhardtAutomated merge with ssh://m5sim.org//repo/m5
2008-06-13 Steve ReinhardtGet rid of bogus bus assertion.
2008-06-13 Steve ReinhardtGet rid of bogus cache assertion.
2008-06-13 Ali SaidiScripts: Check for the appropriate build type as soon...
2008-06-13 Ali SaidiHG: Add compiled hg revision and date to the standard...
2008-06-12 Gabe BlackAlpha: Get rid of an old include of a non-existant...
2008-06-12 Gabe BlackParams: Allow nested namespaces in cxx_namespace
2008-06-12 Gabe BlackX86: Make the cpuid processor identifier return a real...
2008-06-12 Gabe BlackX86: Make the code compile as 32 bit.
2008-06-12 Gabe BlackParams: Remove an unnecessary include.
2008-06-12 Gabe BlackX86: Make the e820 table manually or automatically...
2008-06-12 Gabe BlackX86: Make the disassembly for halt conform with the...
2008-06-12 Gabe BlackX86: Implement and hook up STI and CLI instructions.
2008-06-12 Gabe BlackX86: Make sure there's something to catch when the...
2008-06-12 Gabe BlackX86: Make the platform object initialize channel 0...
2008-06-12 Gabe BlackX86: Hook the speaker device to the pit device.
2008-06-12 Gabe BlackTimer: Fill out the periodic modes a little.
2008-06-12 Gabe BlackDev: Seperate the 8254 timer from tsunami and use it...
2008-06-12 Gabe BlackBitUnion: Take out namespace declaration so bitunions...
2008-06-12 Gabe BlackX86: Add an event for the apic timer timeout. It doesn...
2008-06-12 Gabe BlackX86: Rename the divide count register to divide configu...
2008-06-12 Gabe BlackX86: Make the apic isr and irr work.
2008-06-12 Gabe BlackX86: Make the apic task priority register work.
2008-06-12 Gabe BlackX86: Make the logical destination and destination forma...
2008-06-12 Gabe BlackX86: Make the apic ID register work.
2008-06-12 Gabe BlackX86: Make the apic version register work.
2008-06-12 Gabe BlackX86: Implement a partial, sort of correct version of...
2008-06-12 Gabe BlackX86: Change how segment loading is performed.
2008-06-12 Gabe BlackX86: Make pushes and pops use the stack size instead...
2008-06-12 Gabe BlackX86: In non 64bit mode, throw a fault when a NULL segme...
2008-06-12 Gabe BlackX86: Take advantage of the new meta register.
2008-06-12 Gabe BlackX86: Keep handy values like the operating mode in one...
2008-06-12 Gabe BlackX86: Change what the microop chks does.
2008-06-12 Gabe BlackX86: Add a microop to read a segments attribute register.
2008-06-12 Gabe BlackX86: Add microops and supporting code to manipulate...
2008-06-12 Gabe BlackX86: Add microops which panic, fatal, warn, and warn_once.
2008-06-12 Gabe BlackX86: Truncate descriptors to 16 bits.
2008-06-12 Gabe BlackX86: Redo BSF.
2008-06-12 Gabe BlackX86: Flesh out 3dnow instruction decoding a bit and...
2008-06-12 Gabe BlackX86: Update the regressions for the new string instruct...
2008-06-12 Gabe BlackX86: Make string instructions work when rcx=0.
2008-06-12 Gabe BlackX86: Have all 8 machine check registers since the kerne...
2008-06-12 Gabe BlackX86: Bypass unaligned access support for register addre...
2008-06-12 Gabe BlackX86: Remove enforcement of APIC register access alignme...
2008-06-12 Gabe BlackX86: Force the kernel to use a certain loops per jiffy...
2008-06-12 Gabe BlackX86: Fix the implementation of BSF.
next