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
/
src
/
sim
Age
Commit message (
Expand
)
Author
2011-02-11
Serialization: Allow serialization of stl lists
Ali Saidi
2011-02-11
O3: Enhance data address translation by supporting hardware page table walkers.
Giacomo Gabrielli
2011-02-11
Timesync: Make sure timesync event is setup after curTick is unserialized
Ali Saidi
2011-02-06
m5: added work completed monitoring support
Brad Beckmann
2011-02-06
mcpat: Adds McPAT performance counters
Joel Hestness
2011-02-03
Fault: Forgot to refresh to grab these header guard updates.
Gabe Black
2011-02-03
Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh.
Gabe Black
2011-01-31
Fault: Move the definition of NoFault from faults.hh to fault.hh.
Gabe Black
2011-01-20
checkpointing: fix bug from curTick accessor conversion.
Steve Reinhardt
2011-01-19
TimeSync: Use the new setTick and getTick functions.
Gabe Black
2011-01-19
Time: Add a mechanism to prevent M5 from running faster than real time.
Gabe Black
2011-01-15
time: improve time datastructure
Nathan Binkert
2011-01-10
Root: Get rid of unnecessary includes in root.cc.
Gabe Black
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2011-01-07
stats: rename StatEvent() function to schedStatEvent().
Steve Reinhardt
2011-01-07
sim: clean up CountedDrainEvent slightly.
Steve Reinhardt
2011-01-07
sim: delete unused CheckSwapEvent code.
Steve Reinhardt
2011-01-07
pseudoinst: get rid of mainEventQueue references.
Steve Reinhardt
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-12-07
ARM: Support switchover with hardware table walkers
Ali Saidi
2010-11-19
SE: Fix simulating more than 4GB of RAM in SE mode
Ali Saidi
2010-11-19
SCons: Support building without an ISA
Ali Saidi
2010-11-08
ARM: Add checkpointing support
Ali Saidi
2010-11-08
sim: Use forward declarations for ports.
Ali Saidi
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-15
GetArgument: Rework getArgument so that X86_FS compiles again.
Gabe Black
2010-10-01
Debug: Implement getArgument() and function skipping for ARM.
Ali Saidi
2010-09-14
CPU: Trim unnecessary includes from some common files.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-09-09
init: don't build files that centralize python and swig code
Nathan Binkert
2010-09-09
scons: use code_formatter wherever we can in the build system
Nathan Binkert
2010-08-25
Tracing: Fix trace so 'Predicated False' doesn't show up
Ali Saidi
2010-08-23
Faults: Get rid of some commented out code in sim/faults.hh.
Gabe Black
2010-08-23
CPU: Make Exec trace to print predication result (if false) for memory instru...
Min Kyu Jeong
2010-08-23
Loader: Make the load address mask be a parameter of the system rather than a...
Ali Saidi
2010-08-23
Compiler: Fixes for GCC 4.5.
Ali Saidi
2010-08-17
misc: add some AMD copyright notices
Steve Reinhardt
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-08-17
sim: move iterating over SimObjects into Python.
Steve Reinhardt
2010-08-17
sim: make Python Root object a singleton
Steve Reinhardt
2010-07-22
Syscall: Don't close the simulator's standard file descriptors.
Timothy M. Jones
2010-07-21
python: Add mechanism to override code compiled into the exectuable
Nathan Binkert
2010-07-05
checkpointing: another small overload fix
Steve Reinhardt
2010-07-05
sim: fold StartupCallback into SimObject
Steve Reinhardt
2010-07-05
checkpointing: minor cleanup.
Steve Reinhardt
2010-07-05
checkpointing: fix minor bug
Steve Reinhardt
2010-07-05
process: get rid of some unused code & vars
Steve Reinhardt
2010-07-05
process: minor format/style cleanup
Steve Reinhardt
2010-06-14
stats: get rid of the never-really-used event stuff
Nathan Binkert
2010-06-09
flags: add comment to avoid future deletions since code appears redundant.
Lisa Hsu
[next]