Age | Commit message (Collapse) | Author |
|
Put correct date in copyright headers based on bk changesets
LICENSE:
Updated copyright on license file
README:
Updaded readme to reflect shift to scons and linux support
cpu/trace/reader/ibm_reader.cc:
cpu/trace/reader/ibm_reader.hh:
cpu/trace/reader/itx_reader.cc:
cpu/trace/reader/itx_reader.hh:
cpu/trace/reader/m5_reader.cc:
cpu/trace/reader/m5_reader.hh:
cpu/trace/reader/mem_trace_reader.cc:
cpu/trace/reader/mem_trace_reader.hh:
cpu/trace/trace_cpu.cc:
cpu/trace/trace_cpu.hh:
updated copyright (only changeset in 2004)
kern/kernel_stats.cc:
kern/kernel_stats.hh:
updated copyright
--HG--
extra : convert_revision : 726aed4b38ff4d230c63a570df83c63075b3c76f
|
|
--HG--
extra : convert_revision : 1261cb1dd78c3a7e4ec1c99de4b6136819375016
|
|
--HG--
extra : convert_revision : 8444a4f15530bef95350e124f9b840c74e236f7d
|
|
--HG--
extra : convert_revision : 3128d0edd9367cff6a24cd923068535b59de25fd
|
|
in m5.fast
--HG--
extra : convert_revision : 329d810bfe282e88133ca35da62ee6dcc73a38f5
|
|
(for later piping to a forked interpreter, unless we go crazy and embed it).
--HG--
extra : convert_revision : 70860b12780830a16c48aedd495fd79730dfce4c
|
|
--HG--
extra : convert_revision : f9154409014cb9edba6c33be1e1063f13c593ea3
|
|
oops, also need to move a newly replaced blk to tail, if not there already.
--HG--
extra : convert_revision : 6e118cd135987c401f3663575d08f33c2c0c4ceb
|
|
into shizzle.(none):/home/hsul/work/linux-clean
--HG--
extra : convert_revision : 6bdf1a161163ca1cec55b2a608b0e31eac8ef6b3
|
|
clear the isUsed flag for a block when it is replace in the 2Q scheme
--HG--
extra : convert_revision : 3284fe5ba4eb29dbd472237c09f95a8c92b2da5a
|
|
into ziff.eecs.umich.edu:/z/binkertn/research/m5/latest
--HG--
extra : convert_revision : 87387b4f896ed945196b2090484c932c8b7e5abc
|
|
to do multiple instructions per cycle.
--HG--
extra : convert_revision : 5588ae38071f170792aad93899fef6842b7d818d
|
|
dev/uart.cc:
Fix serialization when a tx interrupt isn't scheduled.
--HG--
extra : convert_revision : 3029e284cbba417e3f453d83fdf2ef307d684916
|
|
into zizzer.eecs.umich.edu:/z/stever/bk/m5
--HG--
extra : convert_revision : c79927401293a4496223cf190b9fc6cab6ea12de
|
|
Make decoder.cc/hh depend on isa_parser.py.
SConscript:
Make decoder.cc/hh depend on isa_parser.py.
--HG--
extra : convert_revision : ff575d7f819da951423b36275e960fed652f9b2b
|
|
in the real world.
re-work kernel ini files for more flexibility
--HG--
extra : convert_revision : 075c31c9daf251117cde7ef659e37e32d5e4b0c8
|
|
--HG--
extra : convert_revision : 506ff845efc8d786639c29931eb4abd3a5860fcf
|
|
argh!
dev/ns_gige.cc:
Exit the state machine so that we don't come right back where
we started and enter an infinite loop.
--HG--
extra : convert_revision : a5f2b5b5a692de6c80e4b02d7f9bc5d27fe17252
|
|
--HG--
extra : convert_revision : 59029318d714cd93e998e45429cf96694020cc3c
|
|
util/ccdrv/devtime.c:
put the formatting fixes back. no tabs.
--HG--
extra : convert_revision : 541e91294ee5383f3b321dd084876ae7c353cce9
|
|
ticks for the most commonly accessed devices.
dev/baddev.cc:
Get rid of the constant cache access latency.
For unimportant devices, don't add any latency.
dev/ide_ctrl.cc:
dev/ide_ctrl.hh:
dev/ns_gige.cc:
dev/pciconfigall.cc:
dev/pciconfigall.hh:
dev/tsunami_cchip.cc:
dev/tsunami_cchip.hh:
dev/tsunami_io.cc:
dev/tsunami_io.hh:
dev/tsunami_pchip.cc:
dev/tsunami_pchip.hh:
dev/uart.cc:
dev/uart.hh:
make the cache access latency a parameter that is based on bus
ticks.
dev/io_device.cc:
dev/io_device.hh:
add an io latency variable
dev/ns_gige.hh:
this moved to io_device.hh
--HG--
extra : convert_revision : 4883130feeaef48abee492eddf0b8eb40eb94789
|
|
--HG--
extra : convert_revision : 5ad673d6f684acaffeb61db794f7e2ac099ba99d
|
|
--HG--
extra : convert_revision : cbd0c148a50643191372fdba2f771d7e145f1bff
|
|
the state machine.
dev/ns_gige.cc:
make tx/rx fifo sizes a param. the default is 128K for each. also, make the state machine not move onto txFragRead if there is no room in the txfifo for data.
dev/ns_gige.hh:
make tx/rx fifo size a param
--HG--
extra : convert_revision : ed91eb31c2b21d4cdc6de87d8641df6197be5209
|
|
--HG--
extra : convert_revision : d3b6920609a59a33ac19bb1b395f5ae9694c2b53
|
|
class that makes either an LRU/LRU cache or a LRU/LIFO cache, it is also able to make just a LIFO cache.
SConscript:
add these files for partitioned caches
base/traceflags.py:
add Split as a traceflag
--HG--
extra : convert_revision : 6aa8f7c389ee1145b33be006c820236f11f5397c
|
|
second translation (which is superfluous) doesn't work properly when
system memory is higher than 128MB
--HG--
extra : convert_revision : 9cdf6925689d376953b1aa071bcd1e2f06419202
|
|
--HG--
extra : convert_revision : 1bae80c02b39f91bb7867dad37cf170fd63ae838
|
|
into shizzle.(none):/home/hsul/work/m5clean
--HG--
extra : convert_revision : 78beb2735c6536ce3e639d59c99e755e9139f4f1
|
|
cause the state machine to exit until the dma comes back. thus, all relevant code must be executed BEFORE going to do the dma code.
dev/ns_gige.cc:
rearrange code so nothing gets skipped when "doing dma."
--HG--
extra : convert_revision : cca66885f45e7df1831e2d8ccaddf5ece7600b13
|
|
--HG--
extra : convert_revision : 86252dca4cd0bd6c1bcfc5bc14aaa3b941c3a8f8
|
|
- pass in sample name to mysql
--HG--
extra : convert_revision : 5a31085931037637d05d6acdf601dee582a46710
|
|
hopefully improve performance a tad.
base/stats/mysql.cc:
- it's not called sample anymore, it's called tick
- don't bother to cleanup deleted runs. Doing this for each run
is not necessary, it can be done all at once
- don't query for a bin id every time, just do it once.
- use locking in a few places to prevent two processes from
stepping on eachother.
- don't duplicate subdata ids. use -1,y and x,-1
base/stats/mysql.hh:
It's not called sample anymore, it's called tick
--HG--
extra : convert_revision : 95de8498b627c9175da28a66604ec7c719f7804c
|
|
--HG--
extra : convert_revision : 57f34deaad00cc368e282a9f55ea8525b7c84563
|
|
different experiments, use --<foo>.system:readfile=<script>
to change the experiment
--HG--
extra : convert_revision : ff622a567bb10a14c5dd427a54814677cb205d7c
|
|
--HG--
extra : convert_revision : 1bb84b34333540456c2735e11a8927262b4db4c8
|
|
not negative
--HG--
extra : convert_revision : 96be42a30fc0bd59eaff1d19161d881cab3895ae
|
|
to run the netperf benchmark
--HG--
extra : convert_revision : a2ce490e0c44996d0876a6839ad333643ec252c8
|
|
dev/disk_image.cc:
store the disk checkpoint to the proper directory
--HG--
extra : convert_revision : f76347576691560f00c60b86ac2044960d5a193c
|
|
--HG--
extra : convert_revision : 450e8c7332c1e3162cdbef4177b7f54b47b1648a
|
|
**warning** this is still a hack. The caches need to figure this
out on their own!
--HG--
extra : convert_revision : 4fbebf302bfbeaa35e5aad276934d8d1ce5c6baf
|
|
etherbus.cc src file.
SConscript:
THIS is why the regression keeps failing. it's missing the the etherbus file in the sconscript.
--HG--
extra : convert_revision : adbcfb6036d8e8ecb51c4f484d0030059542684b
|
|
--HG--
extra : convert_revision : d7a5acd89a2bdc013c8a2bd022cc7048a3920f01
|
|
into shizzle.(none):/home/hsul/work/linux-clean
--HG--
extra : convert_revision : e0192f56c189e595daf3c020a56e1c02010aefbc
|
|
cpu0 -> cpu since we're not all set up for MP in the
ini files just yet.
--HG--
extra : convert_revision : 69a5af791ea89fec7e647d55644cc4eeaf924651
|
|
--HG--
extra : convert_revision : e3fa3cfbdf2f13dd3a8d2266dd64c2c335f998d6
|
|
--HG--
extra : convert_revision : b870550f52901fe723eeab24a14ac4c1222ee1bd
|
|
NIC tells the DMA interface, which in turn sets a new nic_req flag in the MemReq it makes.
dev/ns_gige.cc:
tell all outgoing dma events that this request is from the NIC
--HG--
extra : convert_revision : 62af17a2728a0ff729e7723dc29bd0d130ca5fe3
|
|
into shizzle.(none):/home/hsul/work/linux-clean
--HG--
extra : convert_revision : cd46aa31dab82e43c3c4f8bb6f0fe2e018acfd12
|
|
cpu/trace/reader/m5_reader.cc:
Wrap assert variable in NDEBUG
--HG--
extra : convert_revision : 8c79dc30eff2f2fa0110a04c30df17ec4417c28c
|