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
2017-03-17
syscall-emul: change NULL to nullptr in Process files
Brandon Potter
2017-03-09
syscall-emul: Move memState into its own file
Brandon Potter
2017-03-06
syscall-emul: Remove unused class and member
Brandon Potter
2017-02-27
syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...
Brandon Potter
2017-02-27
syscall_emul: [patch 14/22] adds identifier system calls
Brandon Potter
2015-07-20
syscall_emul: [patch 13/22] add system call retry capability
Brandon Potter
2016-11-09
syscall_emul: [patch 10/22] refactor fdentry and add fdarray class
Brandon Potter
2016-11-09
syscall_emul: [patch 8/22] refactor process class
Brandon Potter
2016-11-09
syscall_emul: [patch 7/22] remove numCpus method
Brandon Potter
2016-11-09
syscall_emul: [patch 6/22] remove unused fields from Process class
Brandon Potter
2016-11-09
syscall_emul: [patch 5/22] remove LiveProcess class and use Process instead
Brandon Potter
2016-11-09
syscall_emul: [patch 4/22] remove redundant M5_pid field from process
Brandon Potter
2016-11-09
style: [patch 3/22] reduce include dependencies in some headers
Brandon Potter
2016-11-09
syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .cc
Brandon Potter
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
[next]