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
/
process.cc
Age
Commit message (
Expand
)
Author
2012-01-28
Merge with the main repo.
Gabe Black
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2012-01-07
Merge with the main repository again.
Gabe Black
2012-01-07
Merge with main repository.
Gabe Black
2011-12-01
SE: Don't warn when not extending stack as it's too noisy with O3.
Ali Saidi
2011-11-18
SE/FS: Get rid of includes of config/full_system.hh.
Gabe Black
2011-11-02
SE/FS: Get rid of FULL_SYSTEM in sim.
Gabe Black
2011-10-30
SE/FS: Build the base process class in FS.
Gabe Black
2011-10-22
SE: move page allocation from PageTable to Process
Steve Reinhardt
2011-09-09
Stack: Tidy up some comments, a warning, and make stack extension consistent.
Gabe Black
2011-09-02
TLB: comments and a helpful warning.
Lisa Hsu
2011-05-23
syscall emul: fix Power Linux mmap constant, plus other cleanup
Steve Reinhardt
2011-04-19
stats: rename stats so they can be used as python expressions
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-08-17
sim: revamp unserialization procedure
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-03
More minor gdb-related cleanup.
Steve Reinhardt
2010-06-02
ARM: Allow ARM processes to start in Thumb mode.
Gabe Black
2010-06-02
ARM: Detect thumb mode elf images.
Gabe Black
2010-01-19
util: do checkpoint aggregation more cleanly, fix last changeset.
Lisa Hsu
2009-11-04
build: fix compile problems pointed out by gcc 4.4
Nathan Binkert
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-07-27
ARM: Detect OABI binaries and complain that they're no-longer supported.
Ali Saidi
2009-06-04
types: clean up types, especially signed vs unsigned
Nathan Binkert
2009-04-15
Get rid of the Unallocated thread context state.
Steve Reinhardt
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-27
X86: Add a class to support 32 bit x86 linux process.
Gabe Black
2009-02-15
X86: Make the loader recognize 32 bit x86 processes.
Gabe Black
2009-01-30
Errors: Use the correct panic/warn/fatal/info message in some places.
Ali Saidi
2008-12-07
imported patch aux-fix.patch
Lisa Hsu
2008-12-05
This brings M5 closer to modernity - the kernel being advertised is newer so ...
Lisa Hsu
2008-12-04
This patch pulls out the auxiliary vector struct from individual ISA
Lisa Hsu
2008-11-20
Assume files w/o obvious OS are Linux (with warning)
Steve Reinhardt
2008-11-02
Make it so that all thread contexts are registered with the System, even in
Lisa Hsu
2008-07-23
process: separate stderr from stdout
Michael Adler
2008-07-23
RemoteGDB: add an m5 command line option for setting or disabling remote gdb.
Michael Adler
2008-02-05
Add base ARM code to M5
Stephen Hines
2007-11-29
Serialization: Fix serialization of file descriptors. Make sure open
Rick Strong
2007-10-25
TLB: Fix serialization issues with the tlb entries and make the page table st...
Gabe Black
2007-10-25
SE: Fix page table and system serialization, don't reinit process if this is ...
Ali Saidi
2007-10-16
Make the process objects use the Params structs in their constructors, and us...
Gabe Black
2007-10-02
Remote GDB: Turn on remote gdb in SE mode.
Gabe Black
2007-09-25
Loader: Only complain about TLS sections if you're using Alpha.
Gabe Black
2007-09-11
Loader: Error if a TLS section is found in the binary.
Ali Saidi
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-07-26
X86: Fix argument register indexing.
Gabe Black
[next]