Add support for tsunami with 64 processors and fix some console bugs
[gem5.git] / configs / common /
2011-02-07 Gabe BlackX86, Config: Move the setting of work count options...
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Brad Beckmannruby: x86 fs config support
2011-02-04 Gabe BlackConfig: Keep track of uncached and cached ports separately.
2011-02-03 Gabe BlackX86: Change how the default disk image gets set up.
2011-02-02 Gabe BlackX86: Add L1 caches for the TLB walkers.
2010-11-18 Gabe BlackConfig: Change misleading "cycle" message to say "tick".
2010-11-15 Ali SaidiARM: Add support for a dumb IDE controller
2010-11-08 Ali SaidiMem: Finish half-baked support for mmaping file in...
2010-08-24 Brad Beckmannconfig: fixed ruby dma device connections
2010-08-23 Ali SaidiARM: Add configuration for Linux/Full System
2010-08-20 Brad Beckmannruby: Reduced ruby latencies
2010-08-20 Brad Beckmannconfig: reorganized how ruby specifies command-line...
2010-08-17 Steve Reinhardtmisc: add some AMD copyright notices
2010-08-17 Steve Reinhardtsim: fold checkpoint restore code into instantiate()
2010-08-17 Steve Reinhardtconfigs: clean up checkpoint code in Simulation.py
2010-08-17 Steve Reinhardtsim: make Python Root object a singleton
2010-08-09 Nathan BinkertNone, not none
2010-07-06 Steve Reinhardtutil: add a script for testing checkpointing
2010-06-02 Ali SaidiARM: fix sizes of structs for ARM Linux
2010-04-19 Nathan Binkertconfig: fix assertion for x86 in FSConfig.py
2010-03-22 Brad Beckmannruby: Reorganized Ruby topology and protocol files
2010-03-22 Brad Beckmannruby: Adds configurable bit selection for numa mapping
2010-03-22 Brad Beckmannruby: Ruby support for sparse memory
2010-03-22 Brad Beckmannruby: fixed how ruby_fs creates phsyical memory
2010-02-25 Lisa Hsuconfigs: pull out cache configuration code from se...
2010-01-30 Brad Beckmannruby: Converted Garnet to M5 configuration
2010-01-30 Brad Beckmannruby: Added a mesh topology
2010-01-30 Brad Beckmannruby: MOESI_CMP_token updates to use the new config...
2010-01-30 Brad Beckmannruby: FS support using the new configuration system
2010-01-30 Brad Beckmannruby: reorganized ruby python configuration
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howermerge
2009-12-19 Gabe BlackX86: Record the memory mode when building an X86 system.
2009-11-18 Brad Beckmannm5: Added option to take a checkpoint at the end of...
2009-11-18 Brad Beckmannm5: Moved profile option since Simulation depends on it.
2009-11-18 Brad Beckmannruby: Support for merging ALPHA_FS and ruby
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-16 Korey Sewellconfigs: add maxinsts option on command line
2009-05-05 Korey Sewellcpus: fix cpu progress event
2009-05-05 Korey Sewellmerge code
2009-05-05 Korey Sewellcpus: fix cpu progress event
2009-04-26 Gabe BlackX86, Config: Make makeX86System consider the number...
2008-07-16 Steve Reinhardtmem: use single BadAddr responder per system.
2009-04-21 Steve ReinhardtMinor tweaks for future Ruby compatibility.
2009-04-19 Gabe BlackX86: Actually put the PCI INTA entry into the MP tables.
2009-04-19 Gabe BlackX86: Make E820 report nice, round (and correct) numbers.
2009-04-19 Gabe BlackX86: Automatically make the IO APIC in an N CPU system...
2009-04-15 Steve Reinhardtconfigs: Allow M5_CPU2000 env var to set CPU2K binary...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackX86: Add IRQ4 to the Intel MP tables.
2009-02-10 Korey SewellConfigs: Add support for the InOrder CPU model
2009-02-01 Gabe BlackX86: Find the natural lpj for this configuration.
2009-02-01 Gabe BlackX86: Add a root device to the kernel command line.
2009-02-01 Gabe BlackX86: Configure the first PCI interrupt.
2009-02-01 Gabe BlackX86: Hook in a hard drive image.
2009-02-01 Gabe BlackX86: Take out the IDE noprobe kernel arguments.
2009-02-01 Gabe BlackX86: Plug in an IDE controller.
2009-02-01 Gabe BlackX86: Add some interrupt info to the intel MP tables.
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-26 Gabe BlackX86: Prevent Linux for probing for non-existant IDE...
2008-10-11 Gabe BlackX86: Add entries for the IO APIC to the MP table.
2008-10-11 Gabe BlackX86: Add an Intel MP table to the simulation.
2008-10-11 Gabe BlackX86: Rename the PC device to Pc.
2008-10-10 Nathan Binkertautomerge
2008-10-10 Gabe BlackX86: Turn SMBios structures into simobjects.
2008-10-10 Gabe BlackX86: Split makeLinuxX86System into makeLinuxX86System...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan BinkertRename SimConsole to Terminal since it makes more sense
2008-06-12 Gabe BlackX86: Make the e820 table manually or automatically...
2008-06-12 Gabe BlackX86: Force the kernel to use a certain loops per jiffy...
2008-06-12 Gabe BlackX86: Make the amount of system memory match the hardcod...
2008-06-12 Gabe BlackX86: Make the regular console use the serial port as...
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Gabe BlackX86: Change the Opteron platform to be the PC platform.
2008-03-16 Ali SaidiSimpoints: Fix regression bug/Don't set process.simpoin...
2008-02-29 Lisa HsuError out if -s is used without --caches (instead of... m5_2.0_beta5
2008-02-29 Ali SaidiConfigs: Make sure options don't conflict
2008-02-29 Ali SaidiConfigs: Fix some bugs we introduced in the simpoints...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Rick StrongConfigs: Make using Simpoints easier with some config...
2008-02-27 Gabe BlackX86: Get PCI config space to work, and adjust address...
2008-02-22 Vilas Sridharanadd instruction count fast forwaing and max instruction...
2008-02-14 Ali SaidiConfigs: Change Simulation.py to return a subclass...
2008-01-21 Gabe BlackX86: Use the existing boot_osflags instead of duplicati...
2008-01-12 Gabe BlackX86: Make the IO ports work using extra physical addres...
2007-12-18 Ali SaidiCheckpointing: Fix a bug in the simulation script when...
2007-12-02 Gabe BlackX86: Move startup code to the system object to initiali...
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Korey SewellAccidently kept hardcoded memory value in merge. Remove...
2007-11-17 Korey SewellGabe's 32-bit X86 fix merge
2007-11-17 Korey Sewellcompile-time fix for setMipsOptions function
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewelladd setMipsOptions function for MIPS usage
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-11-03 Ali SaidiCheckpoint: Use checkpoint_dir, if that is not set...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-26 Ali SaidiCheckpoints: Change Simulation.py to not go crazy if...
next