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
/
arch
/
x86
/
linux
Age
Commit message (
Expand
)
Author
2015-07-20
syscall: Add readlink to x86 with special case /proc/self/exe
David Hashe
2015-05-05
syscall_emul: fix warn_once behavior
Steve Reinhardt
2015-04-22
syscall_emul: implement clock_gettime system call
Brandon Potter
2015-04-22
syscall_emul: update x86 syscall table
Monir Mozumder
2014-10-22
sim: revert 6709bbcf564d
Nilay Vaish
2014-10-20
x86: Fixes to avoid LTO warnings
Andreas Hansson
2014-10-20
sim: implement getdents/getdents64 in user mode
Michael Adler
2013-10-07
x86: enables lstat and readlink syscalls
Nilay Vaish
2013-04-23
x86: enable gettimeofday and getppid system calls
Michael Levenhagen
2012-08-15
sysemul: bump all linux versions of for syscal emulation to 3.0.
Ali Saidi
2012-08-06
syscall emulation: Enabled getrlimit and getrusage for x86.
Marc Orr
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-04-29
X86: Fix up the open system call's flags.
Vince Weaver
2012-04-29
X86: Make gem5 ignore a bunch of syscalls.
Vince Weaver
2012-02-24
MEM: Make port proxies use references rather than pointers
Andreas Hansson
2012-02-12
X86: open flags: Another patch from Vince Weaver
Gabe Black
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson
2011-10-22
syscall_emul: implement MAP_FIXED option to mmap()
Steve Reinhardt
2011-04-15
includes: sort all includes
Nathan Binkert
2010-11-08
X86: Fix X86_FS compilation.
Gabe Black
2010-08-23
X86: Create a directory for files that define register indexes.
Gabe Black
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-11-04
X86: Hook up time syscall on X86
Vince Weaver
2009-10-30
X86: Hookup truncate/ftruncate syscalls on X86
Vince Weaver
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-20
hook up stat syscall on 64-bit x86_SE
Vince Weaver
2009-10-20
hook up stat64 syscall on 32-bit X86_SE
Vince Weaver
2009-10-20
Fix stat64 structure on 32-bit X86_SE
Vince Weaver
2009-10-19
Enable getuid and getgid related syscalls on X86_SE
Vince Weaver
2009-10-16
Ignore rt_sigaction() syscalls on x86 and x86_64
Vince Weaver
2009-10-10
Hook up the munmap() syscall for 32-bit x86.
Vince Weaver
2009-10-02
X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.
Gabe Black
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
2009-09-15
[mq]: x86syscalls.patch
Vince Weaver
2009-07-08
Registers: Add a registers.hh file as an ISA switched header.
Gabe Black
2009-04-21
Commit m5threads package.
Daniel Sanchez
2009-04-19
SE mode: Make keeping track of the number of syscalls less hacky.
Gabe Black
2009-02-27
X86: Install the exit system call.
Gabe Black
2009-02-27
X86: Install the 32 bit write system call.
Gabe Black
2009-02-27
X86: Add a structure to allow mapping between the host and guest fstat formats.
Gabe Black
2009-02-27
X86: Add a 32 bit mmap2 system call.
Gabe Black
2009-02-27
X86: Install a 32 bit fstat64 system call.
Gabe Black
2009-02-27
X86: Implement the 32 bit set_thread_area system call.
Gabe Black
2009-02-27
X86: Install some 32 bit system calls.
Gabe Black
2009-02-27
Processes: Make getting and setting system call arguments part of a process o...
Gabe Black
2009-02-27
X86: Distinguish the width of values on the stack between 32 and 64 bit proce...
Gabe Black
2009-02-27
X86: Add a class to support 32 bit x86 linux process.
Gabe Black
2009-02-16
sycalls: implement mremap() and add DATA flag for getrlimit(). mremap has bee...
Lisa Hsu
[next]