ruby: fixed token bugs associated with owner token counts
[gem5.git] / configs /
2010-08-20 Brad Beckmannconfig: added cmd options to control ruby debug
2010-08-20 Brad Beckmannruby: Resurrected Ruby's deterministic tests
2010-08-20 Brad Beckmannruby: Reduced ruby latencies
2010-08-20 Brad Beckmannmemtest: Memtester support for DMA
2010-08-20 Brad Beckmannconfig: Improve ruby simobject names
2010-08-20 Brad Beckmannruby: added token broadcast config params to cmd options
2010-08-20 Brad Beckmannconfig: reorganized how ruby specifies command-line...
2010-08-20 Brad Beckmannconfig: moved python protocol config files
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 Beckmannadded sparse memory support to hammer
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: removed ruby.config from configs/example
2010-03-22 Brad Beckmannruby: Python config files now sets a unique id for...
2010-03-22 Brad Beckmannruby: fixed how ruby_fs creates phsyical memory
2010-03-22 Brad Beckmannruby: Added a mesh network with directories at the...
2010-02-28 Gabe BlackConfig: Fix fs.py's call to CacheConfig.config_cache.
2010-02-25 Lisa Hsuconfigs: pull out cache configuration code from se...
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2010-01-30 Brad Beckmannruby: ruby_se.py updated to new config system
2010-01-30 Brad Beckmannruby: Removed if else statement in create_system
2010-01-30 Brad Beckmannruby: memtest-ruby updated to the new config system
2010-01-30 Brad Beckmannruby: Converted Garnet to M5 configuration
2010-01-30 Brad Beckmannruby: Added a mesh topology
2010-01-30 Brad Beckmannruby: MESI_CMP_directory updated to the new config...
2010-01-30 Brad Beckmannruby: MOESI_CMP_directory updated to the new config...
2010-01-30 Brad Beckmannruby: MOESI_CMP_token updates to use the new config...
2010-01-30 Brad Beckmannruby: MI_example updates to use the new config system
2010-01-30 Brad Beckmannruby: Memory size consistency check
2010-01-30 Brad Beckmannruby: convert to M5 MemorySize
2010-01-30 Brad Beckmannruby: added the GEMS ruby tester
2010-01-30 Brad Beckmannruby: cleaned up ruby profilers
2010-01-30 Brad Beckmannruby: Removed RubySystem::getNumberOfSequencers
2010-01-30 Brad Beckmannruby: FS support using the new configuration system
2010-01-30 Brad Beckmannruby: reorganized ruby python configuration
2010-01-30 Brad Beckmannruby: Memory Controller Profiler with new config system
2010-01-30 Brad Beckmannruby: Converted MOESI_hammer dma cntrl to new config...
2010-01-30 Brad Beckmannruby: Added the cache profiler to the new config system
2010-01-30 Brad Beckmannruby: Added clock to ruby system
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
2010-01-30 Brad Beckmannruby: connects sm queues to the network
2010-01-30 Steve Reinhardtruby: Calculate system total memory capacity in Python
2010-01-30 Steve Reinhardtruby: Add support for generating topologies in Python.
2010-01-30 Steve Reinhardtruby: Convert most Ruby objects to M5 SimObjects.
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-19 Brad Beckmannm5: improvements to the ruby_fs.py file
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: included ruby config parameter ports per core
2009-11-18 Brad Beckmannruby: Support for merging ALPHA_FS and ruby
2009-11-18 Brad Beckmannruby: Ruby memtest python script.
2009-10-18 Brad Beckmannmerged with ISA event manager fix
2009-10-16 Brad Beckmannremoved libruby file reference from ruby_se.py
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-16 Korey Sewellinorder-configs: update se.py
2009-09-16 Korey Sewellconfigs: add maxinsts option on command line
2009-09-15 Steve ReinhardtAdd an I/O cache to FS config even if there's just...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-26 Korey Sewellse-configs: edit se.py to account for non-O3CPU workloads
2009-07-25 Korey Sewello3-smt: enforce numThreads parameter for SMT SE mode
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Daniel Sanchezruby: Working M5 interface and updated Ruby interface.
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...
next