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
2012-09-25
Statistics: Add a function to configure periodic stats dumping
Sascha Bischoff
2012-09-25
ARM: Squash outstanding walks when instructions are squashed.
Ali Saidi
2012-09-25
sim: Move CPU-specific methods from SimObject to the BaseCPU class
Andreas Sandberg
2012-09-25
sim: Remove SimObject::setMemoryMode
Andreas Sandberg
2012-09-21
SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex
Lluc Alvarez
2012-09-10
NetBSD: Build on NetBSD
Palle Lyckegaard
2012-09-07
sim: Update the SimObject documentation
Andreas Sandberg
2012-09-07
sim: Remove the unused SimObject::regFormulas method
Andreas Sandberg
2012-09-07
sim: add validation to make sure there is memory where we're loading the kernel
Krishnendra Nathella
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2012-08-28
Clock: Rework clocks to avoid tick-to-cycle transformations
Andreas Hansson
2012-08-27
sim: fix overflow check in simulate because Tick is now unsigned
Anthony Gutierrez
2012-08-27
System: Remove redundant call to startupCPU
Nilay Vaish
2012-08-21
EventManager: Remove test for NULL pointer in constructor
Andreas Hansson
2012-08-21
Clock: Make Tick unsigned and remove UTick
Andreas Hansson
2012-08-21
Clock: Move the clock and related functions to ClockedObject
Andreas Hansson
2012-08-15
O3,ARM: fix some problems with drain/switchout functionality and add Drain DP...
Anthony Gutierrez
2012-08-08
System: set kernel to null, if unspecified.
Nilay Vaish
2012-08-06
process: add progName() virtual function
Steve Reinhardt
2012-08-06
syscall_emul: clean up open() code a bit.
Steve Reinhardt
2012-08-06
str: add an overloaded startswith() utility method
Steve Reinhardt
2012-08-06
syscall emulation: Clean up ioctl handling, and implement for x86.
Marc Orr
2012-07-10
syscall emulation: Add the futex system call.
Marc Orr
2012-07-10
Add hook to call map() on Process from python.
Steve Reinhardt
2012-07-09
EventManager: Rename queue accessor and remove cast operator
Andreas Hansson
2012-07-09
Fix: Address a few benign memory leaks
Andreas Hansson
2012-06-05
cpt: update some comments in the checkpoint migration script
Ali Saidi
2012-06-05
Mem: add per-master stats to physmem
Dam Sunwoo
2012-06-05
sim: Provide a framework for detecting out of data checkpoints and migrating ...
Ali Saidi
2012-06-05
sim: Remove FastAlloc
Ali Saidi
2012-05-30
gcc: Small fixes to compile with gcc 4.7
Andreas Hansson
2012-05-19
Syscalls: warn when the length argument to mmap is excessive.
Gabe Black
2012-05-14
Mem: Fix size check when allocating physical memory
Lena Olson
2012-05-10
gem5: fix a number of use after free issues
Ali Saidi
2012-05-10
stats: track if the stats have been enabled and prevent requesting master id
Ali Saidi
2012-05-01
MEM: Separate requests and responses for timing accesses
Andreas Hansson
2012-04-14
MEM: Separate snoops and normal memory requests/responses
Andreas Hansson
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2012-04-06
MEM: Enable multiple distributed generalized memories
Andreas Hansson
2012-03-30
MEM: Introduce the master/slave port sub-classes in C++
William Wang
2012-03-19
gcc: Clean-up of non-C++0x compliant code, first steps
Andreas Hansson
2012-03-19
clang: Fix recently introduced clang compilation errors
Andreas Hansson
2012-03-09
System: Move code in initState() back into constructor whenever possible.
Ali Saidi
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-02-13
MEM: Introduce the master/slave port roles in the Python classes
Andreas Hansson
2012-02-12
cpu: add separate stats for insts/ops both globally and per cpu model
Anthony Gutierrez
2012-02-12
mem: Add a master ID to each request object.
Ali Saidi
2012-02-10
sim/system: initialize the pagePtr variable
Nilay Vaish
2012-02-03
System: Forgot to qrefresh with my last change.
Gabe Black
2012-02-02
System: Fix the check which detects running out of physical memory.
Gabe Black
[next]