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.hh
Age
Commit message (
Expand
)
Author
2016-03-17
base: add symbol support for dynamic libraries
Brandon Potter
2016-03-17
base: support dynamic loading of Linux ELF objects in SE mode
Brandon Potter
2016-03-17
syscall_emul: move mmapGrowsDown() to LiveProcess
Steve Reinhardt
2015-10-12
misc: Add explicit overrides and fix other clang >= 3.5 issues
Andreas Hansson
2015-10-12
misc: Remove redundant compiler-specific defines
Andreas Hansson
2015-09-29
syscall_emul: Bandage readlink /proc/self/exe
Joel Hestness
2015-08-07
base: Declare a type for context IDs
Andreas Sandberg
2015-07-24
style: change Process function calls to use camelCase
Brandon Potter
2015-07-24
base: refactor process class (specifically FdMap and friends)
Brandon Potter
2015-07-24
syscall_emul: file descriptor interface changes
Brandon Potter
2015-07-07
sim: Refactor and simplify the drain API
Andreas Sandberg
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-04-13
sim: Use NULL instead of None for testing filenames.
Nilay Vaish
2014-11-23
mem: Page Table map api modification
Alexandru Dutu
2014-11-23
x86: Segment initialization to support KvmCPU in SE
Alexandru Dutu
2014-10-22
syscall_emul: add EmulatedDriver object
Steve Reinhardt
2014-08-28
mem: adding architectural page table support for SE mode
Alexandru
2014-04-01
mem: adding a multi-level page table class
Alexandru
2012-08-06
process: add progName() virtual function
Steve Reinhardt
2012-07-10
Add hook to call map() on Process from python.
Steve Reinhardt
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-01-31
Merge with head, hopefully the last time for this batch.
Gabe Black
2012-01-31
clang: Enable compiling gem5 using clang 2.9 and 3.0
Koan-Sin Tan
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 main repository.
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-05-23
sim: style fixes in sim/process.hh
Steve Reinhardt
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-07-05
process: get rid of some unused code & vars
Steve Reinhardt
2010-06-03
More minor gdb-related cleanup.
Steve Reinhardt
2010-06-03
Minor remote GDB cleanup.
Steve Reinhardt
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-07-27
Elf: Add in some new aux vector type constants.
Gabe Black
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-03-05
stats: Fix all stats usages to deal with template fixes
Nathan Binkert
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2008-12-07
imported patch aux-fix.patch
Lisa Hsu
2008-12-04
This patch pulls out the auxiliary vector struct from individual ISA
Lisa Hsu
2008-11-02
Make it so that all thread contexts are registered with the System, even in
Lisa Hsu
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-07-23
syscalls: Add a bunch of missing system calls.
Michael Adler
2007-11-29
Serialization: Fix serialization of file descriptors. Make sure open
Rick Strong
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-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
[next]