index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
example
/
fs.py
Age
Commit message (
Expand
)
Author
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-09-14
Add an I/O cache to FS config even if there's just an "L2" cache.
Steve Reinhardt
2009-04-26
X86, Config: Make makeX86System consider the number of CPUs, and clean up int...
Gabe Black
2008-07-16
mem: use single BadAddr responder per system.
Steve Reinhardt
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2008-06-13
Scripts: Check for the appropriate build type as soon as possible.
Ali Saidi
2007-12-01
X86: Move startup code to the system object to initialize a Linux system.
Gabe Black
2007-11-15
fix MIPS headers
Korey Sewell
2007-11-13
Add in files from merge-bare-iron, get them compiling in FS and SE mode
Korey Sewell
2007-10-08
Configuration: Move iocache outside of processors loop so it works for MP sys...
Ali Saidi
2007-10-07
X86: Adjust the config scripts for x86 fs.
Gabe Black
2007-08-08
Added fastmem option.
Vincentius Robby
2007-08-10
DMA: Add IOCache and fix bus bridge to optionally only send requests one
Ali Saidi
2007-08-01
Configuration: Update the drive systems kernel as well as the testsys kernel ...
Ali Saidi
2007-05-15
add an l2 cache option to se example config
Ali Saidi
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-01-03
Merge zizzer:/bk/newmem
Gabe Black
2006-12-22
Add options for setting the kernel to run and the
Nathan Binkert
2006-12-04
automatically build sparc system or alpha system.
Lisa Hsu
2006-11-15
Add L2 cache option to fs.py --l2cache
Ron Dreslinski
2006-11-09
Clean up config scripts to not have to worry about attaching a cache only to ...
Kevin Lim
2006-11-01
factor some more commone code and enable going from checkpoint into arbitrary...
Lisa Hsu
2006-10-31
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-30
se.py, fs.py:
Lisa Hsu
2006-10-30
Use some python os.path stuff to make it more flexible where we can execute t...
Kevin Lim
2006-10-27
factor out common run code from se.py and fs.py.
Lisa Hsu
2006-10-24
Fix fs.py. Lisa did you test this? Is there some wierd python version thing?
Ali Saidi
2006-10-23
warmup of 1B cpu cycles.
Lisa Hsu
2006-10-23
Merge zizzer:/bk/newmem
Lisa Hsu
2006-10-23
changes regarding fs.py
Lisa Hsu
2006-10-19
First cut at LL/SC support in caches (atomic mode only).
Steve Reinhardt
2006-10-17
Add --caches option to add caches to server CPUs.
Steve Reinhardt
2006-10-17
Enable MP systems via cmd-line flag in fs.py.
Steve Reinhardt
2006-10-17
Rename 'Machine' to 'SysConfig'.
Steve Reinhardt
2006-10-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-09
add in checkpoint restoration option, you can restore a checkpoint by giving ...
Lisa Hsu
2006-10-08
Set cpu_id params (required by ll/sc code now).
Steve Reinhardt
2006-10-08
Clean up configs.
Kevin Lim
2006-10-06
add an option for defining a directory in which to place all your checkpoints...
Lisa Hsu
2006-10-05
fix the argument to m5.simulate() on a checkpoint.
Lisa Hsu
2006-08-29
Add FULL_SYSTEM check to example/fs.py.
Steve Reinhardt
2006-08-21
fs.py:
Steve Reinhardt
2006-08-20
configs/example/fs.py:
Steve Reinhardt
2006-08-16
add etherdump file option
Ali Saidi
2006-08-16
Add in checkpointing in the frontend, so that when a checkpoint is called, th...
Lisa Hsu
2006-08-16
Finish test clean-up & reorg.
Steve Reinhardt